-
Notifications
You must be signed in to change notification settings - Fork 51
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
Quimb tensor contraction is significantly slower than cirqs state vector simulation #793
Comments
I'll take a look |
so right off the top, a large proportion of the wall time difference is due to comparing apples and oranges. Asking cirq for the unitary is the same order of magnitude; although the cpu time is worse for |
It's worth pointing out that using the cirq simulation for |
From a user perspective, I don't think we are comparing apples and oranges. The same query to cirq is
No, in this specific case it's because I intentionally used |
oh, I see. I don't know why quimb is so slow then. The investigation continues |
So theres
|
|
See #788 (comment) for more details
I'm not sure what's the fix right now, but this is definitely a blocker to transition away from Cirq and use Qualtran native interfaces when writing Bloqs.
The text was updated successfully, but these errors were encountered: