Package ffx.algorithms.commands
Class MBAR
java.lang.Object
ffx.utilities.FFXCommand
ffx.algorithms.cli.AlgorithmsCommand
ffx.algorithms.commands.MBAR
Perform MBAR calculation or necessary energy evaluations. See PhEnergy for CpHMD energy evaluations.
Usage:
ffxc test.MBAR [options] <path>
Usage:
ffxc test.MBAR [options] <path>
-
Field Summary
FieldsFields 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
ConstructorsConstructorDescriptionMBAR()MBAR Constructor.MBAR(FFXBinding binding) MBAR Constructor.MBAR constructor that sets the command line arguments. -
Method Summary
Modifier and TypeMethodDescriptionReturns a List of all Potential objects associated with this script.run()Execute this Command.Methods inherited from class ffx.algorithms.cli.AlgorithmsCommand
destroyPotentials, getActiveAssemblies, getActiveAssembly, getPotentialsFromAssemblies, init, saveDirFile, setBaseDir, updateTitleMethods inherited from class ffx.utilities.FFXCommand
getCommand, helpString, listCommands, setBinding
-
Field Details
-
mbar
-
-
Constructor Details
-
MBAR
public MBAR()MBAR Constructor. -
MBAR
MBAR Constructor.- Parameters:
binding- The Groovy Binding to use.
-
MBAR
MBAR 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.
-
getPotentials
Returns a List of all Potential objects associated with this script.- Overrides:
getPotentialsin classAlgorithmsCommand- Returns:
- All Potentials. Sometimes empty, never null.
-