Verlet leap-frog algorithm

From SklogWiki
Revision as of 15:04, 26 November 2010 by Carl McBride (talk | contribs) (Slight tidy)
Jump to navigation Jump to search

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

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle v\left(t+{\frac {1}{2}}\delta t\right)=v\left(t-{\frac {1}{2}}\delta t\right)+\delta ta(t)}

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

References

Related reading