Skip to content
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

Implementation ZNE + Fix pyquil issues + Qiskit deprecations #309

Merged
merged 134 commits into from
Jul 10, 2024
Merged

Conversation

KilianPoirier
Copy link
Collaborator

Merge the recent changes from dev into main.

KilianPoirier and others added 30 commits November 20, 2023 14:55
calibration data structure for zne.
* 'available_error_mitigation_techniques' list now includes 'mitiq_zne'
* compile() from QAOA class now creates a ZNEWrapper
* Some small fixes over ZNEWrapper class.
AdrianoLusso and others added 8 commits May 16, 2024 08:19
- Integrate Mitiq into OpenQAOA to allow error mitigation techniques to take place during the execution of the QAOA. We have created a wrapper focusing on the ZNE technique following a similar structure to the SPAM Twirling wrapper.
- This is a project born from the Quantum Open Source Foundation Mentorship program
- New dependency to add: Mitiq
- Fixes Integrate ZNE from Mitiq into OpenQAOA #207
Remove outdated folding functions in mitiq
Copy link

codecov bot commented Jun 3, 2024

Codecov Report

Attention: Patch coverage is 81.89655% with 63 lines in your changes missing coverage. Please review.

Project coverage is 88.04%. Comparing base (ff7363f) to head (dd6131a).
Report is 1 commits behind head on main.

Files Patch % Lines
...enqaoa-qiskit/tests/test_qiskit_backend_wrapper.py 55.10% 22 Missing ⚠️
src/openqaoa-core/openqaoa/backends/wrapper.py 73.33% 16 Missing ⚠️
.../openqaoa-core/openqaoa/algorithms/baseworkflow.py 72.72% 3 Missing ⚠️
...components/variational_parameters/fourierparams.py 50.00% 3 Missing ⚠️
src/openqaoa-core/openqaoa/utilities.py 57.14% 3 Missing ⚠️
src/openqaoa-core/openqaoa/problems/bpsp.py 0.00% 2 Missing ⚠️
...omponents/variational_parameters/standardparams.py 50.00% 2 Missing ⚠️
src/openqaoa-qiskit/tests/test_qpu_qiskit.py 85.71% 2 Missing ⚠️
...nqaoa-core/openqaoa/algorithms/qaoa/qaoa_result.py 85.71% 1 Missing ⚠️
...aoa-core/openqaoa/algorithms/rqaoa/rqaoa_result.py 85.71% 1 Missing ⚠️
... and 8 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #309      +/-   ##
==========================================
+ Coverage   87.69%   88.04%   +0.35%     
==========================================
  Files         153      164      +11     
  Lines       16501    17507    +1006     
==========================================
+ Hits        14470    15414     +944     
- Misses       2031     2093      +62     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@KilianPoirier KilianPoirier merged commit 8cd6fa8 into main Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants