LastDisentangler
full name: tenpy.algorithms.disentangler.LastDisentangler
parent module:
tenpy.algorithms.disentangler
type: class
Inheritance Diagram
Methods
|
- class tenpy.algorithms.disentangler.LastDisentangler(parent)[source]
Bases:
Disentangler
Use the last total ‘U’ used in
disentangle()
for the same _update_index as guess.Useful as a starting point in a
CompositeDisentangler
to reduce the number of iterations for a following disentangler.