Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Which order do the steps in the Verlet algorithm come?

ALGORITHM steps
0
Posted

Which order do the steps in the Verlet algorithm come?

0

The short answer is “it doesn’t matter”. One of the attractions of the Verlet algorithm for molecular dynamics is that you only have to store three values for each particle (position velocity and acceleration). At each step (or half step) one of these is updated using the current values of the others. If you write a Verlet method, it is best to start with the new force calculation: then the acceleration can be passed into the method, and the method can be used for all force models (no need to call LennardJonesPotential from inside VerletAlgorithm).

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123