next up previous contents
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

\begin{displaymath}2 K_{\text{b}} T_0 b_i m_i \Delta t\end{displaymath}

where The friction force applied is

\begin{displaymath}m_i b_i \frac{{dx}_i}{dt}\end{displaymath}

where

In order to apply these forces, NAMD uses the same second-order finite difference approximation as X-PLOR. This approximation uses

\begin{displaymath}x_i^{n+1} = \left( 1+\frac{b_i \Delta t}{2} \right)
\left( 2...
...{\Delta t^2}{m_i} + x_i^{n-1}
\frac{b_i \Delta t}{2} \right) \end{displaymath}

to update the position of particle i from step n to step n+1and

\begin{displaymath}v_n = \frac{x_{n+1} - x_{n-1}}{2 \Delta t} \end{displaymath}

for the velocity at step n.



David Hardy
1998-09-06