-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attach calibrations for gates used in calibration experiments (#1160)
### Summary Previously `EFRoughXSXAmplitudeCal` and `FineXDragCal` only attached the calibrations for the gates being calibrated by the experiments, not the calibrations for the other gates used by the experiments. (cherry picked from commit 2a77748)
- Loading branch information
1 parent
57d159f
commit d97e949
Showing
4 changed files
with
45 additions
and
0 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
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
13 changes: 13 additions & 0 deletions
13
releasenotes/notes/attach-other-cals-2f539e7799ceb6c8.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,13 @@ | ||
--- | ||
features: | ||
- | | ||
A new method :meth:`.qiskit_experiments.calibration_management.Calibrations.has_template` | ||
has been added to :class:`.qiskit_experiments.calibration_management.Calibrations` | ||
to check if a template schedule exists for a particular set of qubits. | ||
fixes: | ||
- | | ||
:class:`.qiskit_experiments.library.FineXDragCal` and | ||
:class:`.qiskit_experiments.library.EFRoughXSXAmplitudeCal` were updated to | ||
attach `"sx"` and `"x"` calibrations to their circuits, respectively. | ||
Previously, they only attached the `"x"` and `"x12"` calibrations that they | ||
were calibrating. See issue `#1158 <https://github.com/Qiskit/qiskit-experiments/issues/1158>`_. |