sarkas.processes.PreProcess.run#

PreProcess.run(loops=10, timing=True, timing_study=False, pppm_estimate=False, postprocessing=False, remove=False)[source]#

Estimate the time of the simulation and best parameters if wanted.

Parameters
  • loops (int) – Number of loops over which to average the acceleration calculation. Default = 10.

  • timing (bool) – Flag for estimating simulation times. Default =True.

  • timing_study (bool) – Flag for estimating time for simulation parameters.

  • pppm_estimate (bool) – Flag for showing the force error plots in case of pppm algorithm.

  • postprocessing (bool) – Flag for calculating Post processing parameters.

  • remove (bool) – Flag for removing energy files and dumps created during times estimation. Default = False.