Search found 1 match

by yuhanliu
12 Apr 2024, 08:35
Forum: HowTos and FAQ for TeNPy
Topic: Transfer matrix is incorrect without imposing canonical form
Replies: 1
Views: 12990

Transfer matrix is incorrect without imposing canonical form

Hi all, I am trying to implement the transfer matrix by myself and try it on the example of the Heisenberg model using infinite DMRG with `L=2`. (The reason why I need my own implementation is because `TransferMatrix.to_matrix()` is not implemented. Here is my simple implementation, def readOut(psi)...