httk.atomistic.models.cell.plain_view¶
A view presenting any cell backend as a raw 3-row tuple of cell vectors.
Classes¶
A view presenting an underlying cell backend as the raw 3x3 basis matrix of floats. |
Module Contents¶
- class httk.atomistic.models.cell.plain_view.PlainCellView(obj, **hints)[source]¶
Bases:
httk.atomistic.models.cell.view_base.CellViewBase,tupleA view presenting an underlying cell backend as the raw 3x3 basis matrix of floats.
This view is a genuine tuple of three cell-vector rows (the scaled lattice vectors rendered to floats from the exact
basis), built eagerly and immutable.- Parameters:
obj (httk.atomistic.models.cell.like.CellLike) – The cell-like object to present.
**hints (Any) – Backend-selection hints.