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

Fix timings for Google devices #2521

Merged
merged 7 commits into from
Nov 12, 2019
Merged

Conversation

dstrain115
Copy link
Collaborator

  • 1000ns is just for read-out. If we want to use this timing for
    non-terminal measurements, there is also a 3000ns "ring down" for
    signals to depopulate.

- 1000ns is just for read-out.  If we want to use this timing for
non-terminal measurements, there is also a 3000ns "ring down" for
signals to depopulate.
@googlebot googlebot added the cla: yes Makes googlebot stop complaining. label Nov 10, 2019
@@ -201,7 +201,7 @@ def _json_dict_(self):
'cz': 50_000,
'xy': 20_000,
'z': 0,
'meas': 1_000_000,
'meas': 4_000_000, # 1000 ms for readout, 3000ns for "ring down"
Copy link
Contributor

Choose a reason for hiding this comment

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

I think you're mixing up microseconds and milliseconds here. Did you mean us?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I actually meant nano-seconds. I got it correct later in the same sentence at least...

Copy link
Contributor

@maffoo maffoo left a comment

Choose a reason for hiding this comment

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

LGTM

@dstrain115 dstrain115 merged commit 15c142d into quantumlib:master Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Makes googlebot stop complaining.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants