Integrator¶
- class hoomd.operation.Integrator¶
Bases:
Operation
Advance the simulation state forward one time step.
An integrator is the operation which evolves a simulation’s state in time. In
hoomd.hpmc
, integrators perform particle based Monte Carlo moves. Inhoomd.md
, thehoomd.md.Integrator
class organizes the forces, equations of motion, and other factors of the given simulation.Warning
This class should not be instantiated by users. The class can be used for
isinstance
orissubclass
checks.
Members inherited from
AutotunedObject
:- property kernel_parameters¶
Kernel parameters.
Read more...
- property is_tuning_complete¶
Check if kernel parameter tuning is complete.
Read more...
- tune_kernel_parameters()¶
Start tuning kernel parameters.
Read more...