LastDisentangler

Inheritance Diagram

Inheritance diagram of tenpy.algorithms.disentangler.LastDisentangler

Methods

LastDisentangler.__init__(parent)

class tenpy.algorithms.disentangler.LastDisentangler(parent)[source]

Bases: Disentangler

Disentangle using the same unitary that was used the last time at that bond.

Apply the unitary stored in the parent engine, int eh attribute tenpy.algorithms.purification.PurificationTEBD._guess_U_disent.

Useful as a starting point in a CompositeDisentangler to reduce the number of iterations for a following disentangler.