qiskit/releasenotes/notes/0.17/fixissue5304-e9cf33c977ee38...

8 lines
293 B
YAML

---
fixes:
- |
Fixed an issue with the :func:`~qiskit.compiler.scheduler` function where
it would raise an exception if an input circuit contained an unbound
:class:`~qiskit.circuit.QuantumCircuit` object.
Fixed `#5304 <https://github.com/Qiskit/qiskit-terra/issues/5304>`__