httk.atomistic.cell_backend¶
The abstract base class for all cell backends in httk-atomistic.
Classes¶
Abstract base class for all backends of cell data. |
Module Contents¶
- class httk.atomistic.cell_backend.CellBackend(backend, **hints)[source]¶
Bases:
httk.core.Backend[CellBackend],httk.atomistic.cell_api.CellAPIAbstract base class for all backends of cell data.
Concrete backends carry a native representation and produce the canonical 3x3
basisdeclared byCellAPIfrom it.- backend_classes: ClassVar[list[type[httk.core.Backend[Any]]]][source]¶