BackwardDisentangler¶
full name: tenpy.algorithms.purification_tebd.BackwardDisentangler
parent module:
tenpy.algorithms.purification_tebdtype: class
Inheritance Diagram

Methods
|
Initialize self. |
-
class
tenpy.algorithms.purification_tebd.BackwardDisentangler(parent)[source]¶ Bases:
tenpy.algorithms.purification_tebd.DisentanglerDisentangle 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, p1can 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.