Qiskit / qiskit-ibmq-provider

Qiskit Provider for accessing the quantum devices and simulators at IBM Quantum.
Apache License 2.0
243 stars 143 forks source link

Remove extra decompose in RuntimeEncoder #1094

Closed jyu00 closed 2 years ago

jyu00 commented 2 years ago

Summary

RuntimeEncoder does an extra decompose() if the circuit is a BlueprintCircuit, to address a QPY issue. The issue has since been merged and deployed, and this extra decompose is causing QAOA runtime program to fail.

Details and comments

rathishcholarajan commented 2 years ago

@jyu00 do we need a release note and a patch release?

jyu00 commented 2 years ago

@rathishcholarajan Yup just added a release note. And yes we'll need a patch release. Terra is planning a patch release for Thursday so we can do it at the same time.