Package ffx.potential.commands.test
Class ReorderAtoms
java.lang.Object
ffx.utilities.FFXCommand
ffx.potential.cli.PotentialCommand
ffx.potential.commands.test.ReorderAtoms
The ReorderAtoms script sorts the atoms within an XYZ file based on atomic weight.
Usage: ffxc test.ReorderAtoms <filename>
-
Field Summary
Fields inherited from class ffx.potential.cli.PotentialCommand
activeAssembly, baseDir, potentialFunctions
Fields inherited from class ffx.utilities.FFXCommand
args, binding, color, help, logger, parseResult, version
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.ReorderAtoms
(FFXBinding binding) Constructor using Binding.ReorderAtoms
(String[] args) Constructor using args. -
Method Summary
Methods inherited from class ffx.potential.cli.PotentialCommand
destroyPotentials, getActiveAssemblies, getActiveAssembly, getBaseDirString, getPotentials, init, setActiveAssembly
Methods inherited from class ffx.utilities.FFXCommand
getCommand, helpString, listCommands, setBinding
-
Constructor Details
-
ReorderAtoms
public ReorderAtoms()Constructor. -
ReorderAtoms
Constructor using Binding. -
ReorderAtoms
Constructor using args.
-
-
Method Details
-
run
Description copied from class:FFXCommand
Execute this Command.- Overrides:
run
in classFFXCommand
- Returns:
- The current FFXCommand.
-