1 #ifndef OPENMM_VERLETINTEGRATOR_H_
2 #define OPENMM_VERLETINTEGRATOR_H_
35 #include "Integrator.h"
36 #include "openmm/Kernel.h"
37 #include "internal/windowsExport.h"
65 void initialize(ContextImpl& context);
74 std::vector<std::string> getKernelNames();
78 double computeKineticEnergy();
This is an Integrator which simulates a System using the leap-frog Verlet algorithm.
Definition: VerletIntegrator.h:45
An Integrator defines a method for simulating a System by integrating the equations of motion...
Definition: Integrator.h:54
A Kernel encapsulates a particular implementation of a calculation that can be performed on the data ...
Definition: Kernel.h:58
Definition: AndersenThermostat.h:40