-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update QVM demo notebooks to use willow_pink #7428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 9 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
d10bc8a
noisy_simulation.ipynb - advice about list_virtual_processors()
pavoljuhas 9a0026a
quantum_virtual_machine.ipynb - use the new willow_pink processor
pavoljuhas cdc15d8
qvm_basic_example.ipynb - convert for the willow_pink processor
pavoljuhas 058e292
qvm_builder_code.ipynb - use the new willow_pink processor by default
pavoljuhas 691fea5
qvm_stabilizer_example.ipynb - use the new willow_pink processor by d…
pavoljuhas a71008e
virtual_engine_interface.ipynb - small tweaks
pavoljuhas 829e022
colab.ipynb - fix typo in git command
pavoljuhas 5e91227
echoes.ipynb - tiny tweak to avoid syntax warning
pavoljuhas 778127e
quantum_volume_errors.ipynb - strip extra metadata
pavoljuhas 832175f
Make `willow_pink` the default processor in noisy_simulation.ipynb
pavoljuhas 0bf4536
wake up GHA
pavoljuhas 40fcb1d
Merge branch 'main' into update-qvm-notebooks
pavoljuhas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's make
"willow_pink"the default and maybe not even mention the others since they are very old and don't represent current performance.Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in 832175f.
I have reviewed other notebooks for their processor choice. The ones that run QVM simulations now all default to "willow_pink". I have left the old default processors in qubit_picking.ipynb where the low noise performance is not critical for the demonstrated function and the heatmap plots would become too dense for willow. I have also left the old default "weber" processor in virtual_engine_interface.ipynb which primarily demos interaction with Quantum Engine (processor choice, time reservation) and uses noise-free simulated processors.
I feel removing old processors might degrade some of the notebooks, for example, the virtual_engine_interface would end up having a choice of one processor instead of three.