httk.atomistic.structure_backend¶
The abstract base class for all structure backends in httk-atomistic.
Classes¶
Abstract base class for all backends of crystal structure data. |
Module Contents¶
- class httk.atomistic.structure_backend.StructureBackend(backend, **hints)[source]¶
Bases:
httk.core.Backend[StructureBackend],httk.atomistic.structure_api.StructureAPIAbstract base class for all backends of crystal structure data.
Concrete backends carry a native representation and produce the canonical Simple quartet declared by
StructureAPIfrom it.- backend_classes: ClassVar[list[type[httk.core.Backend[Any]]]][source]¶