Class TimerOptions

java.lang.Object
ffx.potential.cli.TimerOptions

public class TimerOptions extends Object
Represents command line options for scripts that perform timings for energy and optionally gradients.
Since:
1.0
Author:
Michael J. Schnieders
  • Constructor Details Link icon

    • TimerOptions Link icon

      public TimerOptions()
  • Method Details Link icon

    • getIterations Link icon

      public int getIterations()
      Getter for the field iterations.
      Returns:
      The number of iterations.
    • getNoGradient Link icon

      public boolean getNoGradient()
      Getter for the field noGradient.
      Returns:
      a boolean.
    • getThreads Link icon

      public int getThreads()
      Getter for the field threads.
      Returns:
      The number of threads.
    • getVerbose Link icon

      public boolean getVerbose()
      Getter for the field verbose.
      Returns:
      a boolean.