Update timeline viewer notebooks with circuit duration estimates#1339
Merged
Conversation
Signed-off-by: Bharath <bharath.thotakura@infleqtion.com>
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Signed-off-by: Bharath <bharath.thotakura@infleqtion.com>
c1450cb to
8f27b5d
Compare
ibmq_dd_strategies_qss.ipynb with ibmq_fez_qpuSigned-off-by: Bharath <bharath.thotakura@infleqtion.com>
richrines1
approved these changes
Jan 23, 2026
Signed-off-by: Bharath <bharath.thotakura@infleqtion.com>
bharat-thotakura
added a commit
that referenced
this pull request
Jan 23, 2026
This PR fixes a Brisbane QPU reference not updated in #1339. In addition, as IBM's Brisbane is retired, this PR drops most references to it to make relevant code snippets more 'up-to-date'. _Note: The `docs/source/apps/dfe/dfe_*.ipynb` are left as is with retired IBM backends, as those endpoints are currently deprecated and the notebooks are mainly intended as legacy archives._ 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.
Updates the
ibmq_dd_strategies_qss.ipynbnotebook to not use the retired"ibmq_brisbane_qpu", and gets circuit duration estimates foribmq_compile_*.ipynbto 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 inqiskit). This is necessary asqiskit's timeline drawer seems to callload_program()which then checksprogram._duration