Package ffx.potential.cli
Class TimerOptions
java.lang.Object
ffx.potential.cli.TimerOptions
Represents command line options for scripts that perform timings for energy and optionally
gradients.
- Since:
- 1.0
- Author:
- Michael J. Schnieders
-
Constructor Details
-
Method Details
-
getIterations
public int getIterations()Getter for the fielditerations
.- Returns:
- The number of iterations.
-
getNoGradient
public boolean getNoGradient()Getter for the fieldnoGradient
.- Returns:
- a boolean.
-
getThreads
public int getThreads()Getter for the fieldthreads
.- Returns:
- The number of threads.
-
getVerbose
public boolean getVerbose()Getter for the fieldverbose
.- Returns:
- a boolean.
-