Package ffx.algorithms.groovy
Class MinimizeTest
java.lang.Object
ffx.utilities.FFXTest
ffx.algorithms.misc.AlgorithmsTest
ffx.algorithms.groovy.MinimizeTest
Tests Minimize command to determine if the resulting potential energies with the -e and -I flags
works properly.
- Author:
- Aaron J. Nessler, Mallory R. Tollefson
-
Field Summary
Fields inherited from class ffx.algorithms.misc.AlgorithmsTest
algorithmsScript, binding
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Tests convergence criteria flag of the minimize class.void
void
Tests the iterations flag of the minimize class.Methods inherited from class ffx.algorithms.misc.AlgorithmsTest
afterTest, beforeClass, beforeTest, getResourceFile, getResourcePath
Methods inherited from class ffx.utilities.FFXTest
afterClass, registerTemporaryDirectory
-
Constructor Details
-
MinimizeTest
public MinimizeTest()
-
-
Method Details
-
testMinimizeConvergenceCriteria
public void testMinimizeConvergenceCriteria()Tests convergence criteria flag of the minimize class. -
testMinimizeHelp
public void testMinimizeHelp() -
testMinimizeIterations
public void testMinimizeIterations()Tests the iterations flag of the minimize class.
-