qiskit/releasenotes/notes/0.18/fix_initializer_global_phas...

8 lines
279 B
YAML

---
fixes:
- |
Fixed an issue when using the :class:`qiskit.extensions.Initialize`
instruction which was not correctly setting the global phase of the
synthesized definition when constructed.
Fixed `#5320 <https://github.com/Qiskit/qiskit-terra/issues/5230>`__