-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
Virtual distilation error mitigation main function UvA project #2658
base: main
Are you sure you want to change the base?
Conversation
first commit, draft of vd notebook
… circuit which shows that VD improves the expected value
…onality in the vd function. This seems to work better for single qubit benchmark circuits but worse for 2 qubit benchmark circuits
…removed. Some comments
Added ESD and enhanced benchmarking
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.
Hello @Jegbrz, thank you for submitting a PR to Mitiq! We will respond as soon as possible, and if you have any questions in the meantime, you can ask us on the Unitary Fund Discord.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2658 +/- ##
==========================================
- Coverage 98.74% 96.79% -1.96%
==========================================
Files 93 95 +2
Lines 4219 4332 +113
==========================================
+ Hits 4166 4193 +27
- Misses 53 139 +86 ☔ View full report in Codecov by Sentry. |
This pull request implements the main function (execute_with_vd) for the virtual distillation error mittigation scheme. The function accepts executors that return a density matrix (simulated) or a list of measurement bitstrings.
Right now only the Z observable is supported.
Before opening the PR, please ensure you have completed the following where appropriate.