Package ffx.potential.openmm
Class RestrainBondsForce
java.lang.Object
ffx.openmm.Force
ffx.openmm.CustomBondForce
ffx.potential.openmm.RestrainBondsForce
Restrain Bonds Force.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRestrainBondsForce
(BondType.BondFunction bondFunction, OpenMMEnergy openMMEnergy) Restrain Bond Force constructor. -
Method Summary
Modifier and TypeMethodDescriptionstatic Force
constructForce
(BondType.BondFunction bondFunction, OpenMMEnergy openMMEnergy) Add a Restrain-Bond force to 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
-
RestrainBondsForce
Restrain Bond Force constructor.- Parameters:
bondFunction
- The bond function.openMMEnergy
- The OpenMM Energy.
-
-
Method Details
-
constructForce
Add a Restrain-Bond force to the OpenMM System.- Parameters:
bondFunction
- The bond function.openMMEnergy
- The OpenMM Energy.
-