pub fn load_trajectory<P: AsRef<Path>>(file_path: P) -> Result<ArrayTrajectory>Expand description
Load all models from a structure file as a trajectory.
For single-model files, returns a trajectory with one frame.
For multi-model NMR/MD files, returns all frames sharing one Arc<AtomicHierarchy>.