simulation

  • full name: tenpy.simulations.simulation

  • parent module: tenpy.simulations

  • type: module

Classes

Inheritance diagram of tenpy.simulations.simulation

Simulation(options, *[, setup_logging])

Base class for simulations.

Exceptions

Skip

Error raised if simulation output already exists.

Functions

resume_from_checkpoint(*[, filename, …])

Resume a simulation run from a given checkpoint.

run_simulation([simulation_class_name, …])

Run the simulation with a simulation class.

Module description

This module contains base classes for simulations.

The Simulation class tries to put everything need for a simulation in a structured form and collects task like initializing the tensor network state, model and algorithm classes, running the actual algorithm, possibly performing measurements and saving the results.

Todo

provide examples, give user guide