Class FixedChargeGBForce

java.lang.Object
ffx.openmm.Force
ffx.openmm.CustomGBForce
ffx.potential.openmm.FixedChargeGBForce

public class FixedChargeGBForce extends CustomGBForce
FixedChargeGBForce.
  • Constructor Details

    • FixedChargeGBForce

      public FixedChargeGBForce(OpenMMEnergy openMMEnergy)
      FixedChargeGBForce constructor.
      Parameters:
      openMMEnergy - OpenMM Energy that contains the GK instance.
  • Method Details

    • constructForce

      public static Force constructForce(OpenMMEnergy openMMEnergy)
      Construct a GB force.
      Parameters:
      openMMEnergy - OpenMM Energy that contains the GK instance.
      Returns:
      The GB force.
    • updateForce

      public void updateForce(Atom[] atoms, OpenMMEnergy openMMEnergy)
      Update the GB force.
      Parameters:
      atoms - The atoms to update.
      openMMEnergy - OpenMM Energy that contains the GK instance.