forked from Qiskit/qiskit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow dynamical decoupling pass to work on circuits with pulse gates (Q…
…iskit#10834) The pass was accessing the circuit calibrations incorrectly, resulting in an error when one of the gates in the dynamical decoupling sequence had a pulse gate calibration.
- Loading branch information
Showing
3 changed files
with
171 additions
and
4 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,7 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed a bug in the :class:`.PadDynamicalDecoupling` transpiler pass which | ||
would cause the pass to fail if a circuit contained a pulse gate | ||
calibration for one of the gates in the decoupling sequence. Fixed `#10833 | ||
<https://github.com/Qiskit/qiskit/issues/10833>`_. |
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