measurement
full name: tenpy.simulations.measurement
parent module:
tenpy.simulations
type: module
Functions
|
'Measure' the bond dimension of an MPS. |
|
Measure the energy of an MPS. |
|
Measure the correlation of an infinite MPS. |
|
Measure the energy of an MPS by evaluating the MPS expectation value. |
|
Measure the entropy at all bonds of an MPS. |
|
Measure the time evolved by the engine, |
|
'Measure' the index of how many measurements have been performed so far. |
|
Measure expectation values of an onsite operator. |
|
Dummy measurement of a simulation parameter. |
|
Decorator to transform a function into a measurement function. |
Module description
Functions to perform measurements during simulations.
All measurement functions provided in this module support the interface used by the simulation
class, i.e. they take the parameters results, psi, model, simulation
as keyword arguments,
as documented in measurement_index()
and write
the measurement results into the results dictionary taken as argument.
It can take extra keyword arguments that can be specified in
As briefly explained in Simulations, you can easily add custom measurement functions.
Full description and details in Measurements for Simulations.