httk.atomistic.models.species.plain_view¶
A view presenting any species backend as an OPTIMADE species dict.
Classes¶
A view presenting an underlying species backend as an OPTIMADE species dict. |
Module Contents¶
- class httk.atomistic.models.species.plain_view.PlainSpeciesView(obj, **hints)[source]¶
Bases:
httk.atomistic.models.species.view_base.SpeciesViewBase,dictA view presenting an underlying species backend as an OPTIMADE species dict.
This view is a genuine
dictcarrying the OPTIMADEspeciesfields (optional fields that areNoneare omitted; list-valued fields are plain lists). Unlike the immutable-subclass views, a dict is mutable, so this view is a detached copy: mutating it does not affect the underlying backend.- Parameters:
obj (httk.atomistic.models.species.like.SpeciesLike) – The species-like object to present.
**hints (Any) – Backend-selection hints.