Package ffx.algorithms.commands.test
Class RepexThermo
java.lang.Object
ffx.utilities.FFXCommand
ffx.algorithms.cli.AlgorithmsCommand
ffx.algorithms.commands.Thermodynamics
ffx.algorithms.commands.test.RepexThermo
The RepexThermo command uses the Orthogonal Space Tempering with histogram replica exchange to estimate a free energy difference.
Usage:
ffxc test.RepexThermo [options] <filename> [file2...];
Usage:
ffxc test.RepexThermo [options] <filename> [file2...];
-
Field Summary
Fields inherited from class ffx.algorithms.commands.Thermodynamics
additionalProperties, alchemicalOptions, barostatOptions, dynamicsOptions, filenames, lambdaParticleOptions, multiDynamicsOptions, orthogonalSpaceTempering, ostOptions, potential, randomSymopOptions, thermodynamicsOptions, topologies, topologyOptions, verbose, writeoutOptionsFields 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
ConstructorsConstructorDescriptionRepexThermo Constructor.RepexThermo(FFXBinding binding) RepexThermo Constructor.RepexThermo(String[] args) RepexThermo constructor that sets the command line arguments. -
Method Summary
Methods inherited from class ffx.algorithms.commands.Thermodynamics
destroyPotentials, setPropertiesMethods inherited from class ffx.algorithms.cli.AlgorithmsCommand
getActiveAssemblies, getActiveAssembly, getPotentialsFromAssemblies, init, saveDirFile, setBaseDir, updateTitleMethods inherited from class ffx.utilities.FFXCommand
getCommand, helpString, listCommands, setBinding
-
Constructor Details
-
RepexThermo
public RepexThermo()RepexThermo Constructor. -
RepexThermo
RepexThermo Constructor.- Parameters:
binding- The Binding to use.
-
RepexThermo
RepexThermo constructor that sets the command line arguments.- Parameters:
args- Command line arguments.
-
-
Method Details
-
run
Execute this Command.- Overrides:
runin classThermodynamics- Returns:
- The current FFXCommand.
-
getOST
- Overrides:
getOSTin classThermodynamics
-
getPotential
- Overrides:
getPotentialin classThermodynamics
-
getPotentials
Description copied from class:AlgorithmsCommandReturns a List of all Potential objects associated with this script.- Overrides:
getPotentialsin classThermodynamics- Returns:
- All Potentials. Sometimes empty, never null.
-