httk.atomistic.structure_backend ================================ .. py:module:: httk.atomistic.structure_backend .. autoapi-nested-parse:: The abstract base class for all structure backends in httk-atomistic. Classes ------- .. autoapisummary:: httk.atomistic.structure_backend.StructureBackend Module Contents --------------- .. py:class:: StructureBackend(backend, **hints) Bases: :py:obj:`httk.core.Backend`\ [\ :py:obj:`StructureBackend`\ ], :py:obj:`httk.atomistic.structure_api.StructureAPI` Abstract base class for all backends of crystal structure data. Concrete backends carry a native representation and produce the canonical Simple quartet declared by ``StructureAPI`` from it. .. py:attribute:: backend_classes :type: ClassVar[list[type[httk.core.Backend[Any]]]]