Class StretchBendForce


public class StretchBendForce extends CustomCompoundBondForce
OpenMM Stretch-Bend Force.
  • Constructor Details

    • StretchBendForce

      public StretchBendForce(OpenMMEnergy openMMEnergy)
      Create an OpenMM Stretch-Bend Force.
      Parameters:
      openMMEnergy - The OpenMM Energy instance that contains the Stretch-Bends.
  • Method Details

    • constructForce

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

      public void updateForce(OpenMMEnergy openMMEnergy)
      Update this Stretch-Bend Force.
      Parameters:
      openMMEnergy - The OpenMM Energy instance that contains the stretch-bends.