Expand description
Atomic hierarchy: topology layer shared across trajectory frames.
AtomicHierarchy holds all structural data that does not change between
trajectory frames (connectivity, sequence, chain/residue assignments).
It is wrapped in std::sync::Arc so multiple super::model::Models
(frames) can share a single topology without cloning.
Structsยง
- Atomic
Hierarchy - Topology layer: all structural data that is constant across trajectory frames.