-
Notifications
You must be signed in to change notification settings - Fork 19
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 pulse_gate_circuit support in css #773
Conversation
cirq-superstaq/cirq_superstaq/job.py
Outdated
@@ -154,7 +156,7 @@ def repetitions(self) -> int: | |||
return self._job["shots"] | |||
|
|||
def compiled_circuit(self) -> cirq.Circuit: | |||
"""Gets the compiled circuit that was submitted for this job. | |||
"""Gets the compiled circuit returned by this job. |
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.
for
will add a test (currently testing whole flow on a real pulse device) |
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.
one suggestion but otherwise this looks great :)
Co-authored-by: richrines1 <[email protected]>
(lg % coverage check) |
Co-authored-by: Bharath Thotakura <[email protected]>
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.
lgtm (% typo)!
Co-authored-by: richrines1 <[email protected]>
Closes #768