sarkas.processes.Simulation.evolve#

Simulation.evolve(phase, thermalization, it_start, it_end, dump_step)#

Evolve the system forward in time.

Parameters
  • phase (str) – Indicates the stage of the simulation used for saving dumps in the right directory.

    Choices = (“equilibration”, “production”, “magnetization”)

  • thermalization (bool) – Indicates whether to apply the thermostat or not.

  • it_start (int) – Initial timestep of the loop.

  • it_end (int) – Final timestep of the loop.

  • dump_step (int) – Interval for dumping data.