httk.atomistic.models.bareprotostructure.projected

Projection of refined protostructure values onto their bare classification.

Classes

ProjectedBareProtostructure

Retain a refined source while exposing its discrete classification.

Module Contents

class httk.atomistic.models.bareprotostructure.projected.ProjectedBareProtostructure(obj)[source]

Bases: httk.atomistic.models.bareprotostructure.backend.BareProtostructureBackend

Retain a refined source while exposing its discrete classification.

Parameters:

obj (Any) – Refined classification source.

kind = 'bare_protostructure'
property spacegroup

Return the standard-setting space group.

property occupations

Return the canonical discrete occupations.

unwrap()[source]

Return the retained refined source.