Hi Miles,
I used
f = h5open("mps.h5","r")
psi = read(f,"mps",MPS)
to read the ground state MPS from the file mps.h5. However, I got the error:
"ERROR: LoadError: HDF5 group or file does not contain BlockSparse{Complex{Float64}} data"
Is this because the file contains complex numbers? I tried with real MPS and it worked out fine. If this is the case, then is there a way around this?
Thanks a lot for your time,
-Mason