Class RotamerOptimizationTest

java.lang.Object
ffx.utilities.FFXTest
ffx.algorithms.misc.AlgorithmsTest
ffx.algorithms.optimize.RotamerOptimizationTest

public class RotamerOptimizationTest extends AlgorithmsTest
Test the Goldstein elimination criteria for both self and pair eliminations.
Author:
Mallory R. Tollefson, Claire E. OConnell
  • Constructor Details

    • RotamerOptimizationTest

      public RotamerOptimizationTest(String info, String filename, String restartName, int startResID, int endResID, int pruningLevel, boolean useGoldstein, boolean useThreeBody, boolean useOriginalRotamers, boolean doOverallOpt, double expectedEnergy, boolean doSelfOpt, double expectedSelfEnergy, boolean doPairOpt, int pairResidue, double expectedPairEnergy, boolean doTripleOpt, int tripleResidue1, int tripleResidue2, double expectedTripleEnergy, double tolerance)
  • Method Details

    • data

      public static Collection<Object[]> data()
    • testPairEnergyElimination

      public void testPairEnergyElimination()
    • testSelfEnergyElimination

      public void testSelfEnergyElimination()