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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Getter for the fielditerations
.boolean
Getter for the fieldnoGradient
.int
Getter for the fieldthreads
.boolean
Getter for the fieldverbose
.
-
Constructor Details
-
TimerOptions
public TimerOptions()
-
-
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.
-