-
Hi, I have a question regarding a custom force, which is dependent on particle velocities. If I were to use the hoomd.md.methods.ConstantVolume()-integrator, which as far as I understood it uses a Velocity-Verlet integration scheme, to evolve translational degrees of freedom in time, at what time step would velocities be evaluated and used for force updates? Thank you in advance for your answers. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
In Velocity-Verlet style integrators, including the one implemented in HOOMD-blue, forces are computed after the first half step and before the second. |
Beta Was this translation helpful? Give feedback.
In Velocity-Verlet style integrators, including the one implemented in HOOMD-blue, forces are computed after the first half step and before the second.