simulation
full name: tenpy.simulations.simulation
parent module:
tenpy.simulations
type: module
Classes
|
Base class for simulations. |
Exceptions
|
Error raised if simulation output already exists. |
Functions
|
Pre-simulation RAM estimate. |
|
Run the simulation with a simulation class. |
|
Re-initialize a simulation from a given checkpoint without running it. |
|
Format a output_filename from parts with values from nested options. |
|
Resume a simulation run from a given checkpoint. |
|
Sequentially run (variational) simulations. |
|
Run the simulation with a simulation class. |
Module description
This module contains base classes for simulations.
The Simulation
class tries to put everything needed 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.
See Simulations for an overview and Examples for a list of example parameter yaml files.