Skip to content

Commit

Permalink
Update wording in release note
Browse files Browse the repository at this point in the history
Co-authored-by: Luciano Bello <bel@zurich.ibm.com>
  • Loading branch information
jakelishman and 1ucian0 committed Mar 6, 2024
1 parent a357a4d commit b8361fb
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
fixes:
- |
:meth:`.Instruction.repeat` will now correctly move a set :attr:`~.Instruction.condition` to the
The method :meth:`.Instruction.repeat` now moves a set :attr:`~.Instruction.condition` to the
outer returned :class:`~.circuit.Instruction` and leave the inner gates of its definition
unconditional. Previously, the method would leave :class:`.ClassicalRegister` instances within
the inner definition, which broke the data model. Fixed `#11935 <https://github.com/Qiskit/qiskit/issues/11935>`__.
the inner definition, which was an invalid state, and would manifest itself as seemingly unrelated
bugs later, such as during transpilation or export. Fixed `#11935 <https://github.com/Qiskit/qiskit/issues/11935>`__.

0 comments on commit b8361fb

Please sign in to comment.