HalfStepHook¶
- class hoomd.md.HalfStepHook¶
HalfStepHook base class.
HalfStepHook provides an interface to perform computations during the half-step of a hoomd.md.Integrator.
- update(timestep)¶
Called during the half-step of a
hoomd.md.Integrator
.This method should provide the implementation of any computation that the user wants to execute at each timestep in the middle of the integration routine.