httk.atomistic.species_backend ============================== .. py:module:: httk.atomistic.species_backend .. autoapi-nested-parse:: The abstract base class for all species backends in httk-atomistic. Classes ------- .. autoapisummary:: httk.atomistic.species_backend.SpeciesBackend Module Contents --------------- .. py:class:: SpeciesBackend(backend, **hints) Bases: :py:obj:`httk.core.Backend`\ [\ :py:obj:`SpeciesBackend`\ ], :py:obj:`httk.atomistic.species_api.SpeciesAPI` Abstract base class for all backends of single-species data. Concrete backends carry a native representation and produce the canonical OPTIMADE species accessors declared by ``SpeciesAPI`` from it. .. py:attribute:: backend_classes :type: ClassVar[list[type[httk.core.Backend[Any]]]]