-
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.
Fix the output macros.measure with backendV2 (#10135)
* fix measure_v2 * modify measure_all * fix meas_map input in measure_v2 * add reno * fix reno * Update reno. Co-authored-by: Naoki Kanazawa <nkanazawa1989@gmail.com> * fix reno again --------- Co-authored-by: Naoki Kanazawa <nkanazawa1989@gmail.com>
- Loading branch information
1 parent
2d8300c
commit f911366
Showing
3 changed files
with
87 additions
and
34 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
7 changes: 7 additions & 0 deletions
7
releasenotes/notes/fix-outputs-of-measure_v2-8959ebbbf5f87294.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,7 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed the output of pulse :func:`~qiskit.pulse.macros.measure` and | ||
:func:`~qiskit.pulse.macros.measure_all` when functions are called | ||
with the :class:`.BackendV2` backend. | ||
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