Class TorsionScan
java.lang.Object
ffx.utilities.FFXCommand
ffx.algorithms.cli.AlgorithmsCommand
ffx.algorithms.commands.TorsionScan
The TorsionSearch command enumerates conformations of a molecule using torsional scans around rotatable bonds.
- Author:
- Aaron J. Nessler, Matthew J. Speranza, Michael J. Schnieders
Usage:
ffxc TorsionSearch <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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 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
-
TorsionScan
public TorsionScan() -
TorsionScan
-
TorsionScan
-
-
Method Details
-
run
Description copied from class:FFXCommandExecute this Command.- Overrides:
runin classFFXCommand- Returns:
- The current FFXCommand.
-
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.
-