httk.atomistic.species_api¶
The minimal canonical species interface for httk-atomistic.
Classes¶
Abstract base class for the canonical single-species interface. |
Module Contents¶
- class httk.atomistic.species_api.SpeciesAPI[source]¶
Bases:
abc.ABCAbstract base class for the canonical single-species interface.
It declares the accessors mirroring the OPTIMADE
speciesfields that every species backend produces from its own native representation and every species view builds its presentation from:name,chemical_symbols,concentration, and the optionalmass,attached,nattached, andoriginal_name.