Class AmoebaVdwForce

java.lang.Object
ffx.openmm.Force
ffx.openmm.amoeba.VdwForce
ffx.potential.openmm.AmoebaVdwForce

public class AmoebaVdwForce extends VdwForce
The Amoeba vdW Force.
  • Constructor Details

    • AmoebaVdwForce

      public AmoebaVdwForce(OpenMMEnergy openMMEnergy)
      The Amoeba vdW Force constructor.
      Parameters:
      openMMEnergy - The OpenMM Energy instance that contains the vdW parameters.
  • Method Details

    • constructForce

      public static Force constructForce(OpenMMEnergy openMMEnergy)
      Convenience method to construct an AMOEBA vdW force.
      Parameters:
      openMMEnergy - The OpenMM Energy instance that contains the vdW information.
      Returns:
      An AMOEBA vdW Force, or null if there are no vdW interactions.
    • updateForce

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