Open glanzz opened 1 month ago
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 ai=true
instead of ai=false
. Can you confirm if this is the case for you as well? Is it also happening with ai=false
?
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: