|
OpenMM
|
This is an Integrator which simulates a System using the leap-frog Verlet algorithm. More...
Inheritance diagram for VerletIntegrator:Public Member Functions | |
| def | step |
| Advance a simulation through time by taking a series of time steps. | |
| def | __init__ |
| __init__(self, stepSize) -> VerletIntegrator __init__(self, other) -> VerletIntegrator | |
Public Attributes | |
| this | |
This is an Integrator which simulates a System using the leap-frog Verlet algorithm.
| def __init__ | ( | self, | |
| args | |||
| ) |
__init__(self, stepSize) -> VerletIntegrator __init__(self, other) -> VerletIntegrator
Create a VerletIntegrator.
| stepSize | (double) the step size with which to integrate the system (in picoseconds) |
| def step | ( | self, | |
| steps | |||
| ) |
Advance a simulation through time by taking a series of time steps.
| steps | (int) the number of time steps to take |
Reimplemented from Integrator.
Reimplemented from Integrator.