Package ffx.algorithms.commands.test
Class MinimizePh
java.lang.Object
ffx.utilities.FFXCommand
ffx.algorithms.cli.AlgorithmsCommand
ffx.algorithms.commands.test.MinimizePh
The MinimizePh command uses a limited-memory BFGS algorithm to minimize the energy of a CpHMD molecular system.
Usage:
ffxc test.MinimizePh [options] <filename [file2...]>
Usage:
ffxc test.MinimizePh [options] <filename [file2...]>
-
Field Summary
Fields inherited from class ffx.algorithms.cli.AlgorithmsCommand
activeAssembly, algorithmFunctions, algorithmListener, baseDir
Fields inherited from class ffx.utilities.FFXCommand
args, binding, color, help, logger, parseResult, version
-
Constructor Summary
ConstructorsConstructorDescriptionMinimizePh Constructor.MinimizePh
(FFXBinding binding) MinimizePh Constructor.MinimizePh
(String[] args) MinimizePh constructor that sets the command line arguments. -
Method Summary
Methods inherited from class ffx.algorithms.cli.AlgorithmsCommand
destroyPotentials, getActiveAssemblies, getActiveAssembly, getPotentials, init, saveDirFile, setActiveAssembly, setBaseDir, updateTitle
Methods inherited from class ffx.utilities.FFXCommand
getCommand, helpString, listCommands, setBinding
-
Constructor Details
-
MinimizePh
public MinimizePh()MinimizePh Constructor. -
MinimizePh
MinimizePh Constructor.- Parameters:
binding
- The Binding to use.
-
MinimizePh
MinimizePh constructor that sets the command line arguments.- Parameters:
args
- Command line arguments.
-
-
Method Details
-
run
Execute this Command.- Overrides:
run
in classFFXCommand
- Returns:
- The current FFXCommand.
-