(2/3) Add a method to generate a list of circuits for TREX benchmarking and readout calibration#8185
Open
ddddddanni wants to merge 5 commits into
Open
(2/3) Add a method to generate a list of circuits for TREX benchmarking and readout calibration#8185ddddddanni wants to merge 5 commits into
ddddddanni wants to merge 5 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8185 +/- ##
==========================================
- Coverage 99.60% 99.59% -0.01%
==========================================
Files 1118 1118
Lines 101349 101372 +23
==========================================
+ Hits 100945 100963 +18
- Misses 404 409 +5 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Collaborator
Author
|
@NoureldinYosri and @obriente can you take a look at this one? |
Contributor
|
@ddddddanni it looks like there's a type annotation check failure in CI. when you get a chance, could you investigate? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR adds a method generate_trex_and_readout_circuits which generates pauli circuits and readout circuits for trex readout benchmarking and pauli calculation.
The generated circuits are tested in: https://colab.sandbox.google.com/drive/1LVOEUDIkx5EtFJmCSyh2UR6QP_3t-PDG?resourcekey=0-O3gWlDvxUUWDx23O2xqtgQ#scrollTo=UNCUryvsqUfO, which looks good.