Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible bug for the multiplication between a FiniteMPO and FiniteMPS #183

Closed
waltergu opened this issue Oct 25, 2024 · 1 comment · Fixed by #184
Closed

Possible bug for the multiplication between a FiniteMPO and FiniteMPS #183

waltergu opened this issue Oct 25, 2024 · 1 comment · Fixed by #184

Comments

@waltergu
Copy link

Fᵣ = isomorphism(TT, fuse(right_virtualspace(A[i]), right_virtualspace(mpo, i)),
right_virtualspace(A[i])' * right_virtualspace(mpo, i)')

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)'

@lkdvos
Copy link
Member

lkdvos commented Oct 26, 2024

Good catch, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants