-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(cherry picked from commit 9898979)
- Loading branch information
1 parent
584ee9a
commit 548a67a
Showing
3 changed files
with
48 additions
and
38 deletions.
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
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 an edge case when transpiling a circuit with ``optimization_level`` 2 or 3 with an | ||
incomplete 1-qubit basis gate set on a circuit containing 2-qubit gates, that can be | ||
implemented as a product of single qubit gates. This bug is resolved by restricting | ||
:class:`.Split2QUnitaries` to consider only :class:`.UnitaryGate` objects. | ||
Fixed `#12970 <https://github.com/Qiskit/qiskit/issues/12970>`__. |
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