-
Notifications
You must be signed in to change notification settings - Fork 5
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
Transpiler crashes on IBM Brisbane #88
Comments
Thank you @glanzz for submitting the issue. Some of our team members are trying to reproduce the error, but we are not able to do it. Could you check if it's still happening for you? Thank you! |
I was able to reproduce it multiple times yesterday, seems like the issue is fixed. |
So, it's now working for you too, right?? if you agree, I'm gonna close the issue :) |
@y4izus I am able to reproduce the issue today ! |
Seems like the QASM response from cloud transpiler is sending rzx gate. And the conversion from QASM to QuantumCircuit obejct is failing when there is rzx gate in it. |
Hi @glanzz ! Thanks for reporting again, I have been able to reproduce now, but with |
Yes, I am able to reproduce with ai=True as well as ai=False. |
Running the following circuit fails on IBM Brisbane backend specifically when optimization level set to 2 or more.
Python Version: 3.11.9
Qiskit Version: 1.2.1
Qiskit IBM Transpiler Version: 0.7.0
Transpilation will be successful for optimization level 1 but fails for optimization level 2 or more with the following error:
The text was updated successfully, but these errors were encountered: