-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Fix incorrect stop time bug #8729 * Apply suggestions from code review Minor update on the release note * Update qiskit/circuit/quantumcircuit.py Co-authored-by: Luciano Bello <[email protected]> * Update releasenotes/notes/fix-incorrect-qubit-stop-time-d0e056f60a01dd52.yaml Co-authored-by: Luciano Bello <[email protected]> --------- Co-authored-by: Toshinari Itoko <[email protected]> Co-authored-by: Luciano Bello <[email protected]> (cherry picked from commit 6842268) Co-authored-by: Justin Woodring <[email protected]>
- Loading branch information
1 parent
91e694a
commit acc9cec
Showing
3 changed files
with
12 additions
and
1 deletion.
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-incorrect-qubit-stop-time-d0e056f60a01dd52.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: | ||
- | | ||
An issue where :meth:`.QuantumCircuit.qubit_stop_time` and | ||
:meth:`.QuantumCircuit.qubit_duration` returned incorrect time (duration) was fixed. | ||
It was triggered when some qubits have instructions but other qubits are idle. | ||
Fixes `#8729 <https://github.com/Qiskit/qiskit/issues/8729>`__. |
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