You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
QPY currently can't deserialize UCRX, UCRY, UCRZ gates which are used in the Grover circuit (Qiskit/qiskit#7847). As a temporary solution, the circuit is decomposed 4 levels down below these gates for making the tutorials. (#282). A fix in qiskit-terra is on the way and is planned to be released in qiskit-terrra 0.20.1. (Qiskit/qiskit#7933)
However, in this case I don't think it is necessary because deserialization is done server side and the error would occur in the qiskit-runtime service's environment itself and the not the client when it tried to load the qpy file. When the runtime environment updates their qiskit version to 0.20.1 with this fix I would expect it to just start working because there is no change in the file format as part of this fix.
Describe the bug
QPY currently can't deserialize UCRX, UCRY, UCRZ gates which are used in the Grover circuit (Qiskit/qiskit#7847). As a temporary solution, the circuit is decomposed 4 levels down below these gates for making the tutorials. (#282). A fix in qiskit-terra is on the way and is planned to be released in qiskit-terrra 0.20.1. (Qiskit/qiskit#7933)
Steps to reproduce
See the details here: Qiskit/qiskit#7847
Expected behavior
Circuits containing UCRX, UCRY, and UCRZ gates can be serialized and deserialized for sending to the cloud without problems.
Suggested solutions
Following the steps suggested here
Additional Information
The text was updated successfully, but these errors were encountered: