Class OutOfPlaneBendForce

java.lang.Object
ffx.openmm.Force
ffx.openmm.CustomCompoundBondForce
ffx.potential.openmm.OutOfPlaneBendForce

public class OutOfPlaneBendForce extends CustomCompoundBondForce
OpenMM Out-of-Plane Bend Force.
  • Constructor Details

    • OutOfPlaneBendForce

      public OutOfPlaneBendForce(OpenMMEnergy openMMEnergy)
      Create an Out-of-Plane Bend Force.
      Parameters:
      openMMEnergy - The OpenMM Energy instance that contains the out-of-plane bends.
  • Method Details

    • constructForce

      public static Force constructForce(OpenMMEnergy openMMEnergy)
      Convenience method to construct an OpenMM Out-of-Plane Bend Force.
      Parameters:
      openMMEnergy - The OpenMM Energy instance that contains the out-of-plane bends.
      Returns:
      An OpenMM Out-of-Plane Bend Force, or null if there are no out-of-plane bends.
    • 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.