-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
UnitarySynthesis
for 3+ qubits when compiled for a backend (#13591
) * Fix unitary synthesis for 3+ q * Update releasenotes/notes/fix-unitary-synthesis-3q-2b2de5305bfd11ff.yaml Co-authored-by: Alexander Ivrii <alexi@il.ibm.com> * add more tests * use == over equiv --------- Co-authored-by: Alexander Ivrii <alexi@il.ibm.com> (cherry picked from commit 86a5325)
- Loading branch information
1 parent
768bd04
commit 15a56ee
Showing
3 changed files
with
61 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
releasenotes/notes/fix-unitary-synthesis-3q-2b2de5305bfd11ff.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed a bug in the :class:`.UnitarySynthesis` transpiler pass, where blocks of | ||
:class:`.UnitaryGate`\s on 3 qubits or more were not correctly synthesized. | ||
This led, e.g., to the circuit being overwritten with the last processed block or | ||
to internal panics when encountering measurements after such a block. | ||
Fixed `#13586 <https://github.com/Qiskit/qiskit/issues/13586>`__. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters