Verlet leap-frog algorithm

From SklogWiki
Jump to navigation Jump to search

The Verlet leap-frog algorithm [1] is a variant of the original Verlet scheme [2] for use in molecular dynamics simulations. The algorithm is given by:

where r is the position, v is the velocity, a is the acceleration and t is the time. Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \delta t} is known as the time step.

See also[edit]

References[edit]

  1. R. W. Hockney "The potential calculation and some applications", Methods in Computational Physics vol. 9 pp. 135-211 Academic Press, New York (1970)
  2. Loup Verlet "Computer "Experiments" on Classical Fluids. I. Thermodynamical Properties of Lennard-Jones Molecules", Physical Review 159 pp. 98-103 (1967)

Related reading