VelocityVerletIntegrator
SimulationBuilder > MD > IntegrationSchemes
This class implements the Velocity Verlet Integration Scheme and inherits from IntegrationScheme?.
Synopsis
//set the integrator SetIntegrationScheme(new VelocityVerletIntegrator);
Tutorials
- Basic use of MdSimulation and setting the VelocityVerletIntegrator
- Programming in an object-oriented fashion by inheriting from MdSimulation
External Links