drop insertion of gate/circuit durations into qiskit circuits#1334
Merged
Conversation
bharat-thotakura
added a commit
that referenced
this pull request
Jan 23, 2026
Updates the `ibmq_dd_strategies_qss.ipynb` notebook to not use the retired `"ibmq_brisbane_qpu"`, and gets circuit duration estimates for `ibmq_compile_*.ipynb` to fix the recent failing notebook checks. Note: After #1334, setting circuit durations is no longer done manually. Instead, as recommended, the notebooks use the `.estimate_duration()` method to determine the circuit duration value (at least until the duration setting is supported/needed in `qiskit`). This is necessary as `qiskit`'s timeline drawer seems to call `load_program()` which [then checks `program._duration`](https://github.com/Qiskit/qiskit/blob/aedc6f0aaad5b4a51d972b276017c64a3f9c0a19/qiskit/visualization/timeline/core.py#L263) --------- Signed-off-by: Bharath <bharath.thotakura@infleqtion.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(
QiskitCircuit.durationhas been deprecated)