Next: Velocity rescaling
Up: Integration
Previous: Minimization
Langevin dynamics
Simple Langevin dynamics are also provided by NAMD. This consists
of adding a random force and subtracting a friction force from each
atom during each integration step.
The random force is calculated such that the average force is zero and the
standard deviation is
where
-
= Boltzman's constant
-
T0 = target temperature specified using the configuration parameter
langTemp
-
bi = friction coefficient for atom i
-
mi = mass of atom i
-
= timestep size
The friction force applied is
where
-
mi = mass of atom i
-
bi = friction coefficient for atom i
In order to apply these forces, NAMD uses the same second-order
finite difference approximation as X-PLOR.
This approximation uses
to update the position of particle i from step n to step n+1and
for the velocity at step n.
David Hardy
1998-09-06