OpenMM
VerletIntegrator Class Reference

This is an Integrator which simulates a System using the leap-frog Verlet algorithm. More...

+ Inheritance diagram for VerletIntegrator:

List of all members.

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

Detailed Description

This is an Integrator which simulates a System using the leap-frog Verlet algorithm.


Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

__init__(self, stepSize) -> VerletIntegrator __init__(self, other) -> VerletIntegrator

Create a VerletIntegrator.

Parameters:
stepSize(double) the step size with which to integrate the system (in picoseconds)

Member Function Documentation

def step (   self,
  steps 
)

Advance a simulation through time by taking a series of time steps.

Parameters:
steps(int) the number of time steps to take

Reimplemented from Integrator.


Member Data Documentation

Reimplemented from Integrator.


The documentation for this class was generated from the following file:
 All Classes Functions Variables