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 CalibrationTag #3423

Merged
merged 5 commits into from
Oct 19, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix pylint error
  • Loading branch information
dstrain115 committed Oct 19, 2020
commit d0c929ded4c5ad15a99099d9237a240592e6d0c2
4 changes: 2 additions & 2 deletions cirq/google/ops/calibration_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class CalibrationTag:
Google devices support the ability to run a procedure from calibration API
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: add blank line between initial summary and rest of docstring.

that can tune the device for a specific circuit. This will return a token
as part of the result. Attaching a `CalibrationTag` with that token
specifies that the gate should use parameters from that specific calibration,
instead of the default gate parameters.
specifies that the gate should use parameters from that specific
calibration, instead of the default gate parameters.
"""

def __init__(self, token: str):
Expand Down