Menu

#6 Verlet bug

Physics
open
nobody
integrate (2)
5
2003-02-21
2003-02-21
No

See http://www.fisica.uniud.it/~ercolessi/md/md/node21.html
also
Phys Rev vol 159 #1 p 98 (Verlet paper)

verlet should be
v = newx - oldx / 2 dt
but now the code reads
v = newx - curx / dt

we need good testing -- esp. of melting -- before
committing this change.

flip

Discussion


Log in to post a comment.

MongoDB Logo MongoDB