Skip to main content

Module dynamics

Module dynamics 

Source

Structs§

MdFrame
One trajectory frame for molecular-dynamics sampling.
MdTrajectory
Full trajectory output for exploratory molecular dynamics.
NebImage
One image (node) on a simplified NEB path.
NebPathResult
Simplified NEB output for low-cost pathway exploration.

Enums§

MdBackend
Force backend for molecular dynamics.

Functions§

atomic_mass_amu
compute_backend_energy_and_gradients
Compute energy and gradients using the specified backend.
compute_simplified_neb_path
Build a simplified NEB-like path using linear interpolation and spring-coupled relaxation.
simulate_nose_hoover
Nosé-Hoover chain thermostat for rigorous NVT sampling.
simulate_velocity_verlet
Run molecular dynamics using Velocity Verlet with a configurable force backend.
simulate_velocity_verlet_uff
Run short exploratory molecular dynamics using Velocity Verlet and optional Berendsen NVT.
trajectory_to_xyz
Export an MD trajectory to XYZ format string.