Hi,
I just created a new environment and added ITensors. Then I tried to run the following line:
ITensors.op(::OpName"I",::SiteType"Electron") = [1 0 0 0; 0 1 0 0; 0 0 1 0; 0 0 0 1]
, which gave the following error:
ERROR: LoadError: UndefVarError: `@OpName_str` not defined in `Main`
Any idea what could it be?
Thank you in advance,
Daniel