Hello,
I have a question concerning the DMRGpy library installation https://github.com/joselado/dmrgpy
- I use Windows10 and installed Itensor via Cygwin64.
In Anaconda Prompt I typed git clone https://github.com/joselado/dmrgpy
and set DMRGROOT="C:/Users/(...)/dmrgpy/src",
and
in python script I wrote import os ; import sys ; sys.path.append(os.environ["DMRGROOT"])
I got the following error ImportError: cannot import name 'spinchain' from 'dmrgpy' (unknown location)
How one can relate libraries BLAS, LAPACK to dmrgpy?
- Is using DMRGpy as effective as Itensor? i.e. Is any problem to be computed in Itensor can be implemented in DMRGpy as well?
Sorry for the questions, however Joselado didn't replied.
Thank you.