Skip to content
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

Add registry sweep documentation to cirq_google #6291

Merged
merged 8 commits into from
Sep 20, 2023
Prev Previous commit
Next Next commit
Update docs/google/devices.md
Co-authored-by: Pavol Juhas <pavol.juhas@gmail.com>
  • Loading branch information
dstrain115 and pavoljuhas authored Sep 18, 2023
commit 1a76baf9183c6a2fda8e467c2fa28dab522af862
2 changes: 1 addition & 1 deletion docs/google/devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ in order to find optimal values or explore the parameter space.
These parameter names are generally not public, so you will need to
work with a Google sponsor or resident in order to access the proper
key names. These parameters are specified as lists of strings representing
a path from the device config's folder (or the "sample folder").`
a path from the device config's folder (or the "sample folder").

These keys can be swept like any other symbol using the
`cirq_google.study.DeviceParameter` variable. For instance, the
Expand Down