-
Notifications
You must be signed in to change notification settings - Fork 17
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
KeyError: 'GPI' #1093
Comments
I think the fix is in qiboteam/qibo#1504. |
Indeed, I believe that was the main motivation behind qiboteam/qibo#1504 |
We should do more testing before making releases to avoid these kinds of bugs. |
In this specific case, I believe Qibolab v0.1.10 is fine, we won't need to fix anything. The problem is that the Qibo side has never been completed (we could have tested more in qiboteam/qibo#1440, but in principle that PR was about the global backend, while we're still waiting for the Qibolab-compatibility support). |
The issue is on the Qibo side: Qibo was supposed to raise an error when it received a gate that cannot be used as a native gate. I have merged qiboteam/qibo#1504, and we should patch it to enable circuit execution. Do we need to wait for qibo |
We need the Current testing can be done with |
On top of that, we should try to propose symultaneously a set of runcards (or sliced runcards) that works for at least the lines we are calibrating (D and B) for qw11q. At the moment, setting more than 11 qubits will generate an error message. |
Ok, this is pretty weird, since there are 16 qubits in the platform (mostly not calibrated, but they should all be exposed) |
Thanks @alecandido, indeed with 16 qubits it works. I have installed the latest qibo main in the cluster. |
@csookim could you investigate and report about the mentioned error? |
I believe this is okay @alecandido. My example was using 17 qubits instead of 16. Using 16 works fine. |
The @scarrazza Could you give me permission to create a branch in |
@csookim please go ahead, you should have write access now. |
@scarrazza did you have a chance to test whether this problem is still there? Hopefully, now that qiboteam/qibo#1504 has been merged, it should have been finally solved :) |
Yes, we can close. |
After installing qibolab 0.1.10, the the following code:
executed with
module load qibo
crashes on qw11q with:@csookim could you please check?
The text was updated successfully, but these errors were encountered: