-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[XEB] Split into three files #3794
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
This uses the estimator from | ||
`cirq.experiments.fidelity_estimation.least_squares_xeb_fidelity_from_expectations`, but | ||
adapted for use on pandas DataFrames for efficient vectorized operation. |
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 a new note
LGTM, previously reviewed on your fork. The reorg makes sense to me and the new note looks good too. |
I can't reproduce the notebook test failure locally. It looks unrelated, as it's in the "against stable cirq" tests, which should exclude all the xeb notebooks |
Might have been a race condition with merging #3781 |
@mrwojtek I'm going to merge this so I can send out my next PR for you to review tonight (/your morning). If you have objections to this move, I can fix it up later! |
This PR is purely moving things around (on top of #3760) with one exception noted inline.
random_quantum_circuit_generation
-- left alone; this is a well-scoped filexeb_sampling
- functionality related to sampling random circuits efficiently (for xeb)xeb_simulation
- functionality related to simulating 2-qubit circuits at various depths (for xeb) efficiently using multiprocessingxeb_fitting
- functionality related to using xeb to characterize gates by fitting parameters.