1 2 3 4 5
//! Create output from the simulation, such as atomic trajectories. pub mod console_output; pub mod file; pub mod memory_output;