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
Now that we got the access to Fugaku, we can add the tensor network support on Fugaku.
I've installed qibotn via poetry on Fugaku's login node, did a pytest using quimb on it (I know it shouldn't be done in the login node, but I just gave it a try to see how it goes).
When using quimb 1.7.3, it encountered this error:
E AttributeError: type object 'csr_matrix' has no attribute '_mul_vector'
So, I upgraded to quimb 1.8.0, then test_quimb_backend.py could pass. I guess maybe some version matching tweaks are needed to port it over.
The text was updated successfully, but these errors were encountered:
Now that we got the access to Fugaku, we can add the tensor network support on Fugaku.
I've installed
qibotn
viapoetry
on Fugaku's login node, did apytest
usingquimb
on it (I know it shouldn't be done in the login node, but I just gave it a try to see how it goes).When using
quimb 1.7.3
, it encountered this error:So, I upgraded to
quimb 1.8.0
, thentest_quimb_backend.py
could pass. I guess maybe some version matching tweaks are needed to port it over.The text was updated successfully, but these errors were encountered: