We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a7abe5 commit ded7cbdCopy full SHA for ded7cbd
1 file changed
releasenotes/notes/fix-basis-panic-7cf361c5ed5912f6.yaml
@@ -0,0 +1,11 @@
1
+fixes:
2
+- |
3
+ Fixed error in :class:`.BasisTranslator` in which if a backend
4
+ defined a :class:`.UnitaryGate` as part of its :class:`.Target`'s
5
+ basis gate set, the transpiler pipeline would panic.
6
+
7
+ The pass now filters out :class:`.UnitaryGate`'s by instance
8
+ ensuring none will ever get processed as part of the basis set.
9
10
+ See `#15278 <https://github.com/Qiskit/qiskit/issues/15278>`__
11
+ and `#15733 <https://github.com/Qiskit/qiskit/issues/15733>`__.
0 commit comments