Package ffx.potential.groovy
Class OPLSAAEnergyTest
java.lang.Object
ffx.utilities.FFXTest
ffx.potential.utils.PotentialTest
ffx.potential.groovy.OPLSAAEnergyTest
Test OPLS-AA energy and gradient.
-
Field Summary
Fields inherited from class ffx.potential.utils.PotentialTest
binding, potentialScript
-
Constructor Summary
ConstructorsConstructorDescriptionOPLSAAEnergyTest
(String info, String filename, int nAtoms, double bondEnergy, int nBonds, double angleEnergy, int nAngles, double torsionEnergy, int nTorsions, double improperTorsionEnergy, int nImproperTorsions, double vanDerWaalsEnergy, int nVanDerWaals, double fixedChargeEnergy, int nFixedCharge) -
Method Summary
Methods inherited from class ffx.potential.utils.PotentialTest
afterTest, beforeTest, getResourceFile, getResourcePath
Methods inherited from class ffx.utilities.FFXTest
afterClass, beforeClass, registerTemporaryDirectory
-
Constructor Details
-
OPLSAAEnergyTest
public OPLSAAEnergyTest(String info, String filename, int nAtoms, double bondEnergy, int nBonds, double angleEnergy, int nAngles, double torsionEnergy, int nTorsions, double improperTorsionEnergy, int nImproperTorsions, double vanDerWaalsEnergy, int nVanDerWaals, double fixedChargeEnergy, int nFixedCharge)
-
-
Method Details
-
data
-
testEnergy
public void testEnergy() -
testGradient
public void testGradient() -
testLambdaGradient
public void testLambdaGradient()
-