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.
NebBackend
Energy backend for NEB path calculations.

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.
compute_simplified_neb_path_configurable
Build a simplified NEB path with a configurable energy backend.
neb_backend_energy_and_gradient
Compute energy and return both energy (kcal/mol) and flat gradient (kcal/mol/Å).
neb_backend_energy_kcal
Compute energy-only for any NEB backend (used for single-point comparisons).
neb_energy_and_gradient
Compute energy (kcal/mol) and gradients (kcal/mol/Å) for a NEB image using the specified backend.
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.