-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add a new transformer that performs random pauli insertion #7558
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
base: main
Are you sure you want to change the base?
Conversation
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.
Thanks, Nour! This is great! A few comments:
- Can we have a clear, deterministic way of saying which qubit is which in the
probabilities
array? - For applications, we might need finer-grained pair-by-pair control over the probabilities.
- Also see the
error_mitigation/noise_adding.py
file in my user folder.
Eliott will chat with you at our chat |
67b69a1
to
0b6a9a4
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7558 +/- ##
========================================
Coverage 97.50% 97.50%
========================================
Files 1101 1103 +2
Lines 99411 99541 +130
========================================
+ Hits 96928 97058 +130
Misses 2483 2483 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
implements the error mitigation technique described in appendix D of https://arxiv.org/abs/2503.20870