Search found 1 match

by joanafrx
21 May 2021, 15:44
Forum: Implementations
Topic: wave function from MPS
Replies: 1
Views: 6791

wave function from MPS

Hello, I would like to obtain the wave function coefficients from an MPS for a system where I conserve the U(1) symmetry. In principle, I would use: wf = psi.get_theta(0,L).to_ndarray().reshape(-1)[ where L is the length of the system, but I am not sure if this is correct. Will the order of the coef...