Hi,
Using the code below
using HDF5
fo = h5open("output.h5", "w")
write(fo, "MPS", psi)
close(fo)
I manage to write an MPS to a file, but only when QNs are not conserved.
Is there any way to do the same with QNs conserved?
Thanks a lot.
Best regards,
Gonçalo Catarina