You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that right_virtualspace(A[i]) and right_virtualspace(mpo, i) should be corrected to right_virtualspace(A[i])' and right_virtualspace(mpo, i)', becase apparently, fuse(right_virtualspace(A[i]), right_virtualspace(mpo, i)) is not isomorphic to right_virtualspace(A[i])' * right_virtualspace(mpo, i)'
The text was updated successfully, but these errors were encountered:
MPSKit.jl/src/operators/densempo.jl
Lines 235 to 236 in cd03726
It seems that
right_virtualspace(A[i])
andright_virtualspace(mpo, i)
should be corrected toright_virtualspace(A[i])'
andright_virtualspace(mpo, i)'
, becase apparently,fuse(right_virtualspace(A[i]), right_virtualspace(mpo, i))
is not isomorphic toright_virtualspace(A[i])' * right_virtualspace(mpo, i)'
The text was updated successfully, but these errors were encountered: