-
Notifications
You must be signed in to change notification settings - Fork 1
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
Some problems when trying to run large circuits (maybe just some missing instructions in the docs) #79
Comments
Thanks @MatteoRobbiati for reporting this. From the error messages, it seems that the argument fed into the For the approximation, I remember there are some arguments for that in |
Sorry @liweintu, the conversation has been (at least partially) solved in private. So, the problem reported here is actually that the configurations are not uniform across Moreover, another problem that arose has been that qibotn/src/qibotn/backends/quimb.py Lines 17 to 25 in 4f54772
In the end, it's all about documentation. |
Thanks! As mentioned by @alecandido (and my apologizes, because I discussed with him and then forgot to update the issue), it is now clear the two backends support different arguments when being initialized. My personal opinion is that we should try to standardize the features we can have access to. It doesn't mean we need to standardize the interface, but at least being able to replicate similar scenarios using the various backends.
Ups, I kind of replied above. Indeed, it would be useful to have a documented list of metrics one can access :) Thanks for your reply! |
General description
I am trying to simulate quantum circuits using QiboTN and I would like to push the number of qubits to ~100.
As far as I understand, I have to set the approximation parameters via backend's
runcard
argument, as shown in the README.md.I tried with
qutensornet
platform but it crashes:Similarly, for the
cutensornet
crashes.If I try to run the code without settings, it get killed if involving$\geq 28$ qubits (I guess because there is no approximation (?))
What is the way to set the approximation level?
And, is there a way to collect metrics quantifying this approximation?
To replicate
The text was updated successfully, but these errors were encountered: