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

Integration of Mitiq's ZNE #302

Merged
merged 71 commits into from
May 28, 2024
Merged
Changes from 1 commit
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
2cc9ea0
Merge pull request #298 from entropicalabs/dev
KilianPoirier Dec 20, 2023
4781e98
first commit
mar-ven Dec 23, 2023
a8ac5f9
added ZNEWrapper
mar-ven Dec 23, 2023
584f790
* ErrorMitigationProperties class now controls
Dec 24, 2023
7452dee
untitled.ipnb deleted
Dec 24, 2023
7eb3dac
ZNEWrapper works, executor uses default observable, notebook compares…
mar-ven Dec 27, 2023
8e32ffd
changes over the wrapper and a possible solution for the espected value
AdrianoLusso Dec 31, 2023
7e5679f
working on support for IBM Quantum devices, still not finished
mar-ven Jan 3, 2024
881a621
updated results
mar-ven Jan 4, 2024
fcdf04e
updated results
mar-ven Jan 4, 2024
c173f9f
changes on the notebook test
AdrianoLusso Jan 9, 2024
c802e8b
added marco's notebook
mar-ven Jan 10, 2024
6a345b1
added results
mar-ven Jan 10, 2024
a1f674f
changes
AdrianoLusso Jan 10, 2024
a1e3b02
Merge branch 'dev' of https://github.com/victor-onofre/openqaoa into dev
AdrianoLusso Jan 10, 2024
f1ac707
changes
AdrianoLusso Jan 10, 2024
9271126
new pictures of the combinatorial processing added
AdrianoLusso Jan 16, 2024
3d3a837
ordered images, fixed bugs
mar-ven Jan 17, 2024
74e58dd
fixed bugs and added results
mar-ven Jan 17, 2024
12be369
fixed bugs and added other results
mar-ven Jan 18, 2024
2052ace
update of my results over experiments of Knapsack instances with 5 el…
AdrianoLusso Jan 22, 2024
a5d498d
update of my results over experiments of Knapsack instances with 5 el…
AdrianoLusso Jan 22, 2024
f475ff4
update of my results over experiments of Knapsack instances with 5 el…
AdrianoLusso Jan 22, 2024
8affffe
For_Marco folder created
AdrianoLusso Jan 22, 2024
93c7bb4
added other results
mar-ven Jan 24, 2024
20a50af
Merge branch 'dev' of github.com:victor-onofre/openqaoa into dev
mar-ven Jan 24, 2024
506d4b7
Adriano results of 19/1/2024 week
AdrianoLusso Jan 25, 2024
925400d
Adriano results of 19/1/2024 week
AdrianoLusso Jan 25, 2024
e1d0d35
some modifications over the Code, and results of experiments
AdrianoLusso Feb 3, 2024
8355f5e
some modifications over the Code, and results of experiments
AdrianoLusso Feb 3, 2024
4db7002
added results and fixes
mar-ven Feb 5, 2024
51d48bf
Merge branch 'dev' of github.com:victor-onofre/openqaoa into dev
mar-ven Feb 5, 2024
b05dcf8
added fix
mar-ven Feb 5, 2024
f06735d
changes over the wrapper get_counts()
AdrianoLusso Feb 24, 2024
da96508
changes over the wrapper get_counts()
AdrianoLusso Feb 24, 2024
cdd33e7
new classes created, in order to take out the cldata json from ZNE im…
AdrianoLusso Feb 27, 2024
2873d99
work over weekly taks
AdrianoLusso Feb 29, 2024
64d44dd
cleaned up branch
mar-ven Mar 5, 2024
29f80b7
changes
AdrianoLusso Mar 5, 2024
ecd510b
changes
AdrianoLusso Mar 5, 2024
d1608de
changes
AdrianoLusso Mar 5, 2024
cdde379
delete changes to readme file
victor-onofre Mar 11, 2024
1fa5fee
solved the problem with the flip_bits() method
AdrianoLusso Mar 26, 2024
4ab6bf4
merged openqaoa dev
mar-ven Mar 28, 2024
06a51e3
modified docs for error mitigation properties
mar-ven Mar 28, 2024
5e8586f
addressed automatic formatting issues
mar-ven Mar 28, 2024
2a2b764
modified docs for set_error_mitigation_properties
mar-ven Mar 28, 2024
32231ba
fixed a typo in wrapper docs
mar-ven Mar 28, 2024
2258a64
fixed docs
mar-ven Mar 28, 2024
ef3c56a
fixed typo in code£
mar-ven Mar 28, 2024
c63c1eb
refactored set_error_mitigation_properties in the Workflow
mar-ven Mar 28, 2024
1768926
addressed automatic formatting issues
mar-ven Mar 28, 2024
e44e451
fixed docs for ErrorMitigationProperties children classes
mar-ven Mar 28, 2024
cedd126
fixed docs for ErrorMitigationProperties
mar-ven Mar 28, 2024
7f67e2b
renamed classes for ErrorMitigationProperties
mar-ven Mar 28, 2024
81cd604
removed useless imports in wrapper
mar-ven Mar 28, 2024
aaecedd
removed useless imports in wrapper
mar-ven Mar 28, 2024
1fc3628
introduced exception for unsupported ZNE wrapper parameters
mar-ven Mar 28, 2024
6c73dea
introduced exception for unsupported ZNE wrapper parameters
mar-ven Mar 28, 2024
b07ac41
introduced exception for unsupported ZNE wrapper parameters
mar-ven Mar 28, 2024
4043b69
fixed set_error_mitigation_properties error
mar-ven Mar 28, 2024
f53a5df
first two unittest for ZNEwrapper
victor-onofre Mar 29, 2024
0394553
add mitiq to requirements
victor-onofre Apr 4, 2024
b792e23
delete notebook
victor-onofre Apr 4, 2024
4a932f9
n_shots issue solved
AdrianoLusso Apr 9, 2024
ba58b35
add test for expectation zne wrapper
victor-onofre Apr 9, 2024
77d2ff7
ZNE tutorial notebook
victor-onofre May 8, 2024
b6143e1
add test for ZNE notebook
victor-onofre May 13, 2024
d1f2cbc
add test for ZNE notebook with correct name
victor-onofre May 13, 2024
968b741
the new zne tutorial uploaded
AdrianoLusso May 14, 2024
0f8f624
changes for solving the docs error, and other sencondary issues
AdrianoLusso May 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed docs for ErrorMitigationProperties
  • Loading branch information
mar-ven committed Mar 28, 2024
commit cedd126366e3e0b350068357a50b5c06b2e1ccdb
Original file line number Diff line number Diff line change
@@ -271,7 +271,7 @@ class ErrorMitigationProperties(WorkflowProperties):
Parameters
----------
error_mitigation_technique: str
The name of the error mitigation technique.
The name of the error mitigation technique. Currently supported values: "spam_twirling" for the Spam Twirling mitigation method, and "mitiq_zne" for the Zero-Noise Extrapolation (ZNE) mitigation method from Mitiq framework.
"""

def __init__(