Question about cupy error #41
anirban-pal
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the file hamitonian.py I had to change line 196
from:
from cupyx.scipy.sparse.csr import csr_matrix
to:
from cupyx.scipy.sparse import csr_matrix
I was wondering why I needed to make that change for the code to work, and if this change can be made in the main branch.
Beta Was this translation helpful? Give feedback.
All reactions