-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
base: main
Are you sure you want to change the base?
Conversation
And pick a qubit that is in all defined processors.
- drop demo for invalid cirq.H gate on Weber (H is accepted) - address deprecation of `importlib.resources.read_text`
NB: can be also reviewed per-commit. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7428 +/- ##
=======================================
Coverage 98.69% 98.69%
=======================================
Files 1112 1112
Lines 97965 97965
=======================================
+ Hits 96683 96686 +3
+ Misses 1282 1279 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Thanks, Pavol! General comment for all of these notebooks: let's always make "willow_pink"
the default and maybe not even list the others since they are very old and people probably shouldn't be using them.
@@ -998,7 +998,8 @@ | |||
"source": [ | |||
"import cirq_google\n", | |||
"\n", | |||
"processor_id = \"rainbow\" # or \"weber\"\n", | |||
"# See cirq_google.engine.list_virtual_processors() for available processor names\n", | |||
"processor_id = \"rainbow\" # or \"weber\" or \"willow_pink\"\n", |
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.
The following quantum virtual machine notebooks were updated to use
the new
willow_pink
processor by default:Small fixups in other reviewed notebooks.
Related to b/395705720