Verlet leap-frog algorithm: Difference between revisions

From SklogWiki
Jump to navigation Jump to search
(New page: :<math>r(t + \delta t) = r (t) + \delta t v\left(t+ \frac{1}{2} \delta t\right)</math> :<math>v \left(t+ \frac{1}{2} \delta t\right) = v\left(t - \frac{1}{2} \delta t\right) + \delta t a ...)
 
No edit summary
Line 1: Line 1:
The '''Verlet leap-frog algorithm''' is a variant of the original Verlet scheme (Ref. 1)
:<math>r(t + \delta t) = r (t) + \delta t v\left(t+ \frac{1}{2} \delta t\right)</math>
:<math>r(t + \delta t) = r (t) + \delta t v\left(t+ \frac{1}{2} \delta t\right)</math>



Revision as of 13:01, 15 June 2007

The Verlet leap-frog algorithm is a variant of the original Verlet scheme (Ref. 1)

References

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