Class ManyBody
java.lang.Object
ffx.utilities.FFXCommand
ffx.algorithms.cli.AlgorithmsCommand
ffx.realspace.commands.ManyBody
The ManyBody script performs a discrete optimization using a many-body expansion and elimination expressions.
Usage:
ffxc ManyBody [options] <filename>
Usage:
ffxc ManyBody [options] <filename>
-
Field Summary
Fields inherited from class AlgorithmsCommand
activeAssembly, algorithmFunctions, algorithmListener, baseDirFields inherited from class FFXCommand
args, binding, color, help, logger, parseResult, version -
Constructor Summary
ConstructorsConstructorDescriptionManyBody()ManyBody constructor.ManyBody(FFXBinding binding) ManyBody constructor.ManyBody constructor that sets the command line arguments. -
Method Summary
Modifier and TypeMethodDescriptionGet ManyBodyOptions.Returns a List of all Potential objects associated with this script.run()Execute this Command.Methods inherited from class AlgorithmsCommand
destroyPotentials, getActiveAssemblies, getActiveAssembly, getPotentialsFromAssemblies, init, saveDirFile, setBaseDir, updateTitleMethods inherited from class FFXCommand
getCommand, helpString, listCommands, setBinding
-
Constructor Details
-
ManyBody
public ManyBody()ManyBody constructor. -
ManyBody
ManyBody constructor that sets the command line arguments.- Parameters:
args- Command line arguments.
-
ManyBody
-
-
Method Details
-
run
Description copied from class:FFXCommandExecute this Command.- Overrides:
runin classFFXCommand- Returns:
- The current FFXCommand.
-
getManyBodyOptions
-
getPotentials
Description copied from class:AlgorithmsCommandReturns a List of all Potential objects associated with this script.- Overrides:
getPotentialsin classAlgorithmsCommand- Returns:
- All Potentials. Sometimes empty, never null.
-