Class InPlaneAngleForce


public class InPlaneAngleForce extends CustomCompoundBondForce
OpenMM In-Plane Angle Force.
  • Constructor Details

    • InPlaneAngleForce

      public InPlaneAngleForce(OpenMMEnergy openMMEnergy)
      Create an OpenMM Angle Force.
      Parameters:
      openMMEnergy - The OpenMM Energy instance that contains the angles.
  • Method Details

    • constructForce

      public static Force constructForce(OpenMMEnergy openMMEnergy)
      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

      public void updateForce(OpenMMEnergy openMMEnergy)
      Update an existing angle force for the OpenMM System.
      Parameters:
      openMMEnergy - The OpenMM Energy instance that contains the angles.