Class Rattle
java.lang.Object
ffx.algorithms.dynamics.integrators.Rattle
The Rattle classes implements the RATTLE distance constraint method.
- Author:
- Jill J. Hauer
-
Constructor Summary
ConstructorsConstructorDescriptionRattle
(int nVariables, MolecularAssembly molAss, double[] v) Constructor for Rattle. -
Method Summary
Modifier and TypeMethodDescriptionvoid
postForce1
(MolecularAssembly molAss, double dt) postForce1.void
postForce2
(double dt) postForce2.
-
Constructor Details
-
Rattle
Constructor for Rattle.- Parameters:
nVariables
- a int.molAss
- aMolecularAssembly
object.v
- an array ofinvalid reference
double
-
-
Method Details
-
postForce1
postForce1.- Parameters:
molAss
- aMolecularAssembly
object.dt
- a double.
-
postForce2
public void postForce2(double dt) postForce2.- Parameters:
dt
- a double.
-