qiboteam / qibotn

The tensor-network translation module for Qibo.
https://qibo.science
Apache License 2.0
3 stars 1 forks source link

Add the tensor network support on Fugaku #60

Open liweintu opened 2 months ago

liweintu commented 2 months ago

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.