Package ffx.algorithms.commands
Class PhMinimize
java.lang.Object
ffx.utilities.FFXCommand
ffx.algorithms.cli.AlgorithmsCommand
ffx.algorithms.commands.PhMinimize
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, baseDirFields inherited from class ffx.utilities.FFXCommand
args, binding, color, help, logger, parseResult, version -
Constructor Summary
ConstructorsConstructorDescriptionMinimizePh Constructor.PhMinimize(FFXBinding binding) MinimizePh Constructor.PhMinimize(String[] args) MinimizePh constructor that sets the command line arguments. -
Method Summary
Methods inherited from class ffx.algorithms.cli.AlgorithmsCommand
destroyPotentials, getActiveAssemblies, getActiveAssembly, getPotentials, getPotentialsFromAssemblies, init, saveDirFile, setBaseDir, updateTitleMethods inherited from class ffx.utilities.FFXCommand
getCommand, helpString, listCommands, setBinding
-
Constructor Details
-
PhMinimize
public PhMinimize()MinimizePh Constructor. -
PhMinimize
MinimizePh Constructor.- Parameters:
binding- The Binding to use.
-
PhMinimize
MinimizePh constructor that sets the command line arguments.- Parameters:
args- Command line arguments.
-
-
Method Details
-
run
Execute this Command.- Overrides:
runin classFFXCommand- Returns:
- The current FFXCommand.
-