Package ffx.potential.openmm
Class InPlaneAngleForce
java.lang.Object
ffx.openmm.Force
ffx.openmm.CustomCompoundBondForce
ffx.potential.openmm.InPlaneAngleForce
OpenMM In-Plane Angle Force.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Force
constructForce
(OpenMMEnergy openMMEnergy) Convenience method to construct an OpenMM In-Plane Angle Force.void
updateForce
(OpenMMEnergy openMMEnergy) Update an existing angle force for the OpenMM System.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
-
InPlaneAngleForce
Create an OpenMM Angle Force.- Parameters:
openMMEnergy
- The OpenMM Energy instance that contains the angles.
-
-
Method Details
-
constructForce
Convenience method to construct an OpenMM In-Plane Angle Force.- Parameters:
openMMEnergy
- The OpenMM Energy instance that contains the angles.- Returns:
- An OpenMM Angle Force, or null if there are no angles.
-
updateForce
Update an existing angle force for the OpenMM System.- Parameters:
openMMEnergy
- The OpenMM Energy instance that contains the angles.
-