Package ffx.potential.openmm
Class BondForce
java.lang.Object
ffx.openmm.Force
ffx.openmm.CustomBondForce
ffx.potential.openmm.BondForce
Bond Force.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Force
constructForce
(OpenMMEnergy openMMEnergy) Add a bond force to the OpenMM System.void
updateForce
(OpenMMEnergy openMMEnergy) Update an existing bond force for the OpenMM System.Methods inherited from class ffx.openmm.CustomBondForce
addBond, addGlobalParameter, addPerBondParameter, destroy, setBondParameters, updateParametersInContext
Methods inherited from class ffx.openmm.Force
getForceGroup, getForceIndex, getName, getPointer, setForceGroup, setForceIndex, setName, usesPeriodicBoundaryConditions
-
Constructor Details
-
BondForce
Bond Force constructor.- Parameters:
openMMEnergy
- OpenMM Energy that contains the Bond instances.
-
-
Method Details
-
constructForce
Add a bond force to the OpenMM System. -
updateForce
Update an existing bond force for the OpenMM System.
-