Package ffx.potential.openmm
Class FixedChargeGBForce
java.lang.Object
ffx.openmm.Force
ffx.openmm.CustomGBForce
ffx.potential.openmm.FixedChargeGBForce
FixedChargeGBForce.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionFixedChargeGBForce
(OpenMMEnergy openMMEnergy) FixedChargeGBForce constructor. -
Method Summary
Modifier and TypeMethodDescriptionstatic Force
constructForce
(OpenMMEnergy openMMEnergy) Construct a GB force.void
updateForce
(Atom[] atoms, OpenMMEnergy openMMEnergy) Update the GB force.Methods inherited from class ffx.openmm.CustomGBForce
addComputedValue, addEnergyTerm, addGlobalParameter, addParticle, addPerParticleParameter, destroy, setCutoffDistance, setParticleParameters, updateParametersInContext
Methods inherited from class ffx.openmm.Force
getForceGroup, getForceIndex, getName, getPointer, setForceGroup, setForceIndex, setName, usesPeriodicBoundaryConditions
-
Constructor Details
-
FixedChargeGBForce
FixedChargeGBForce constructor.- Parameters:
openMMEnergy
- OpenMM Energy that contains the GK instance.
-
-
Method Details
-
constructForce
Construct a GB force.- Parameters:
openMMEnergy
- OpenMM Energy that contains the GK instance.- Returns:
- The GB force.
-
updateForce
Update the GB force.- Parameters:
atoms
- The atoms to update.openMMEnergy
- OpenMM Energy that contains the GK instance.
-