Discrete gradients in short-range molecular dynamics simulations
Volker Grimm, Tobias Kliesch, G. R. W. Quispel
TL;DR
The paper develops discrete gradient (DG) integrators tailored for short-range molecular dynamics by formulating MD forces as DGs, ensuring exact energy conservation for conservative dynamics modeled by $y' = J\nabla_y H(y)$. It introduces distance-based DG constructions for pairwise, angle, and dihedral interactions, including new symmetric DGs for dihedral angles, and demonstrates second-order accuracy when DGs are symmetric. Through multiple MD tests (Lennard–Jones dimers, bond angles, dihedrals, butane) and parallel implementations using domain decomposition and MPI, the authors show robust energy preservation, momentum invariants under appropriate conditions, and scalable performance. The method provides a principled, structure-preserving alternative to traditional integrators (e.g., Verlet, implicit midpoint) for true NVE simulations and large-scale MD, with practical guidance for parallel DG evaluation of short-range forces.
Abstract
Discrete gradients (DG) or more exactly discrete gradient methods are time integration schemes that are custom-built to preserve first integrals or Lyapunov functions of a given ordinary differential equation (ODE). In conservative molecular dynamics (MD) simulations, the energy of the system is constant and therefore a first integral of motion. Hence, discrete gradient methods seem to be a natural choice as an integration scheme in conservative molecular dynamics simulations.
