httk.atomistic.models.sites.plain_view¶
A view presenting any sites backend as a raw Nx3 tuple of reduced coordinates.
Classes¶
A view presenting an underlying sites backend as a raw Nx3 matrix of floats. |
Module Contents¶
- class httk.atomistic.models.sites.plain_view.PlainSitesView(obj, **hints)[source]¶
Bases:
httk.atomistic.models.sites.view_base.SitesViewBase,tupleA view presenting an underlying sites backend as a raw Nx3 matrix of floats.
This view is a genuine tuple of reduced-coordinate rows (rendered to floats from the exact
reduced_coords), built eagerly and immutable.- Parameters:
obj (httk.atomistic.models.sites.like.SitesLike) – The sites-like object to present.
**hints (Any) – Backend-selection hints.