4. Tree Tensor Strong-disorder Renormalization Group (tSDRG)#

tnpy.tsdrg.Node(node_id[, left, right])

The node of binary tree, while data structure is inherited from quimb.Tensor.

tnpy.tsdrg.TensorTree(mpo)

The bottom-up binary tree where each node contains a tensor.

tnpy.tsdrg.TreeTensorNetworkSDRG(mpo, chi)

The tree tensor network version of strong disorder renormalization group algorithm.

tnpy.tsdrg.TreeTensorNetworkMeasurements(tree)

A collection of all available physical measurements for TensorTree.

tnpy.tsdrg.HighEnergyTreeTensorNetworkSDRG(...)

The tree tensor network version of strong disorder renormalization group algorithm.

tnpy.tsdrg.ShiftInvertTreeTensorNetworkSDRG(...)

The tree tensor network version of strong disorder renormalization group algorithm.

4.7. Tutorial#