BackwardDisentangler
full name: tenpy.algorithms.disentangler.BackwardDisentangler
parent module:
tenpy.algorithms.disentangler
type: class
Inheritance Diagram
Methods
|
- class tenpy.algorithms.disentangler.BackwardDisentangler(parent)[source]
Bases:
Disentangler
Disentangle with backward time evolution.
See [karrasch2013] for details; only useful during real-time evolution.
For the infinite temperature state,
theta = delta_{p0, q0}*delta_{p1, q1}
. Thus, an application of U_bond top0, p1
can be reverted completely by applyingU_bond^{dagger}
toq0, q1
, resulting in the same state. This works also for finite temperatures, since exp(-beta H) and exp(-i H t) commute. Once we apply an operator to measure correlation function, the disentangling breaks down, yet for a local operator only in it’s light-cone.Arguments and return values are the same as for
Disentangler
.