Stochastic Dynamics
Stochastic or velocity Langevin dynamics adds a friction and a noise
term to Newton’s equations of motion, as
where is the friction constant
and is a
noise process with
. When
is large compared to the time scales present in the system, one could
see stochastic dynamics as molecular dynamics with stochastic
temperature-coupling. But any processes that take longer than
, e.g. hydrodynamics, will be dampened. Since each
degree of freedom is coupled independently to a heat bath, equilibration
of fast modes occurs rapidly. For simulating a system in vacuum there is
the additional advantage that there is no accumulation of errors for the
overall translational and rotational degrees of freedom. When
is small compared to the time scales present in the
system, the dynamics will be completely different from MD, but the
sampling is still correct.
In GROMACS there is one simple and efficient implementation. Its
accuracy is equivalent to the normal MD leap-frog and Velocity Verlet
integrator. It is nearly identical to the common way of discretizing the
Langevin equation, but the friction and velocity term are applied in an
impulse fashion 51. It can be described as:
where is Gaussian distributed
noise with , . The velocity is first
updated a full time step without friction and noise to get
, identical to the normal update in
leap-frog. The friction and noise are then applied as an impulse at step
. The advantage of this scheme is that the
velocity-dependent terms act at the full time step, which makes the
correct integration of forces that depend on both coordinates and
velocities, such as constraints and dissipative particle dynamics (DPD,
not implented yet), straightforward. With constraints, the coordinate
update (116) is split into a normal leap-frog update
and a . After both of these
updates the constraints are applied to coordinates and velocities.
When using SD as a thermostat, an appropriate value for
is e.g. 0.5 ps, since this results in a friction that is
lower than the internal friction of water, while it still provides
efficient thermostatting.