ITensor / ITensorInfiniteMPS.jl

A package for working with infinite matrix product states (MPS) with ITensor.
MIT License
31 stars 19 forks source link

About installation #81

Open YuhanLiuSYSU opened 6 months ago

YuhanLiuSYSU commented 6 months ago

Hello,

I just finished installing ITensorInfiniteMPS and I think it may be good to add to the description, that one might need to create a new environment in order to successfully install ITensorInfiniteMPS. Otherwise there is dependency conflict with the ITensor package. (I understand this is something very very basic but might confuse some very beginners)

Thank you :)

Best, Yuhan

mtfishman commented 6 months ago

What is the dependency conflict you see? Could you share an output of the code you ran, the packages you have installed, the error you got, etc.? Ideally users should not have to create a new environment to install this package.

YuhanLiuSYSU commented 6 months ago

Hi Matt, please see attached screenshots for ouputs,

Capture1 Capture2

and these are the packages I had

Capture3

Please let me know if you figure out what causes this dependency issue. Thanks!