hoomd.integrate
Overview
Defines the base for all HOOMD-blue integrators. |
Details
Implement BaseIntegrator.
- class hoomd.integrate.BaseIntegrator
Defines the base for all HOOMD-blue integrators.
An integrator in HOOMD-blue is the primary operation that drives a simulation state forward. 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.