Expand description
Table structs for per-atom, per-residue, and per-chain data.
These tables hold topology data that is constant across trajectory frames. All tables use struct-of-arrays (SoA) layout for cache-friendly iteration.
Structs§
- Atoms
Table - Per-atom topology data (not coordinates — those live in [
AtomicConformation]). - Chains
Table - Per-chain topology data.
- Residues
Table - Per-residue topology data.
Enums§
- Residue
Group - Residue classification: polymer (protein/nucleic acid) or non-polymer (ligand/solvent).