molly 0.6.1

A fast reader and writer for the xtc file format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[allow(dead_code)]
pub mod trajectories {
    pub const ADK: &str = "tests/trajectories/adk_oplsaa.xtc";
    pub const AUX: &str = "tests/trajectories/aux_edr.xtc";
    pub const COB: &str = "tests/trajectories/cobrotoxin.xtc";
    pub const SMOL: &str = "tests/trajectories/trajectory_smol.xtc";
    pub const TEN: &str = "tests/trajectories/xtc_test_only_10_frame_10_atoms.xtc";
    pub const XYZ: &str = "tests/trajectories/xyz_random_walk.xtc";
    pub const BAD: &str = "tests/trajectories/bad.xtc";
    pub const DELINYAH: &str = "tests/trajectories/delinyah_smaller.xtc";
    pub const LARGE_STEP: &str = "tests/trajectories/large_step.xtc";
}