Skip

exception tenpy.simulations.simulation.Skip(msg, filename)[source]

Error raised if simulation output already exists.

Parameters:
  • msg (str) – Error message.

  • filename (str) – Filename of the existing output file due to which the simulation is skipped.