sarkas.time_evolution.integrators.Integrator.verlet
sarkas.time_evolution.integrators.Integrator.verlet#
- Integrator.verlet(ptcls)[source]#
Update particles’ class based on velocity verlet algorithm. More information can be found here: https://en.wikipedia.org/wiki/Verlet_integration or on the Sarkas website.
- Parameters
ptcls (
sarkas.particles.Particles
) – Particles data.