Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Initial T2 experiment #2725
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
Initial T2 experiment #2725
Changes from 5 commits
461acf0
5c53f00
63bf405
9c7ed9f
24d8c90
5ab257d
84fa5b3
4971ef6
9e9b6de
0e58f6d
0b2ad86
1e07180
a953d96
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I have just two global comments on the experiment:
Instead of fixing the phase of second pi/2 pulse, I would vary it over a small range (say -pi/4 to pi/4). For each value, do the Ramsey experiment for variable durations. The results would be a 2D map of phase vs wait time. This data can be post-processed to get true T2* by selecting the highest <sigma_z> for each pulse duration to produce the decay curve. The idea here is that by shifting the rotation axis we compensate out the dc precession of the qubit due to frequency detuning.
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.
Based on offline comments:
We have agreed that estimating Bloch vector size should be sufficient. Adding the detuning as specified in this comment seems to give confusing results, and I am not sure if it is doing what is intended. For now, we will not include this functionality.
This comment will be included for CPMG in a follow-up PR and not for Spin Echo.
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.
This is cool! Are there plans for some kind of abstract class that provides expectations with respect to specific runs/sweeps? This seems like a special case of that
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.
@mpharrigan is working on a framework to do something like this. Matt, are you presenting your proposed observation / expectation idea during any of the upcoming cirq cyncs? (you should).
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.
It's been pushed to the back burner because of some other projects, but I should have some code to share soon!
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.
Going over the design doc with the public cirq community might be good to get feedback before you do too much coding though!
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.
cool, looking forward to it