Package ffx.potential.openmm
Class StretchBendForce
java.lang.Object
ffx.openmm.Force
ffx.openmm.CustomCompoundBondForce
ffx.potential.openmm.StretchBendForce
OpenMM Stretch-Bend Force.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionStretchBendForce
(OpenMMEnergy openMMEnergy) Create an OpenMM Stretch-Bend Force. -
Method Summary
Modifier and TypeMethodDescriptionstatic Force
constructForce
(OpenMMEnergy openMMEnergy) Convenience method to construct an OpenMM Stretch-Bend Force.void
updateForce
(OpenMMEnergy openMMEnergy) Update this Stretch-Bend Force.Methods inherited from class ffx.openmm.CustomCompoundBondForce
addBond, addGlobalParameter, addPerBondParameter, destroy, setBondParameters, updateParametersInContext
Methods inherited from class ffx.openmm.Force
getForceGroup, getForceIndex, getName, getPointer, setForceGroup, setForceIndex, setName, usesPeriodicBoundaryConditions
-
Constructor Details
-
StretchBendForce
Create an OpenMM Stretch-Bend Force.- Parameters:
openMMEnergy
- The OpenMM Energy instance that contains the Stretch-Bends.
-
-
Method Details
-
constructForce
Convenience method to construct an OpenMM Stretch-Bend Force.- Parameters:
openMMEnergy
- The OpenMM Energy instance that contains the stretch-bends.- Returns:
- An OpenMM Stretch-Bend Force, or null if there are no stretch-bends.
-
updateForce
Update this Stretch-Bend Force.- Parameters:
openMMEnergy
- The OpenMM Energy instance that contains the stretch-bends.
-