-
Notifications
You must be signed in to change notification settings - Fork 127
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
Add layer fidelity experiment #1322
Merged
Merged
Changes from 37 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
2fc4c8a
WIP: Add layer fidelity experiment
itoko 7897561
fix critical bugs and add layer fidelity computation
itoko 2029739
fix style
itoko 781b8eb
fix critical bug in measurements
itoko 1b46de5
add test
itoko 5c6f927
compute EPLG
itoko a6c0326
Fixes for backends with ECRGate employing #1288
itoko 53dc8ca
Add figure title
itoko eebed5b
Add qubits column to analysis results table
itoko 706f17e
Change to return results with quality=='failed' so that the lack of s…
itoko f538f15
add logging
itoko 9d76044
Add replicate_in_parallel (a.k.a. seq_rep) option
itoko 489538d
fix bugs
itoko 27eec4f
fix some lint errors
itoko 3515ad8
improve fitting quality check
itoko 5e4b3be
add bad-quality reason and parameters as extra fields
itoko 94cf76f
add generator of circuits
itoko ee43577
fix critical bug in the computation of process fidelity
itoko 7411a1a
Add more validations
itoko 3fc44fd
Fixes to pass all the tests
itoko d84ebce
Fix lint
itoko 494462c
Require qiskit#11397
itoko e2ef0e2
Drop replicate_in_parallel option
itoko 78eefae
Change to use fake provider in qiskit-ibm-runtime
itoko d2ed0f7
Fix to follow changes in what CurveAnalysis._run_analysis returns
itoko 2702fcd
More informative figure names
itoko 0393978
Improve docs
itoko d208460
fix lint
itoko a6786da
Merge branch 'main' into layer-fidelity
itoko f163ef7
Merge branch 'main' into layer-fidelity
itoko bf713dd
Add release note
itoko bacc3da
Add to autosummary
itoko 599afc4
Fix bugs in docs
itoko 9e09d8e
Fix lint
itoko f3c1791
Merge branch 'main' into layer-fidelity
itoko fe6d4b3
Merge branch 'main' into layer-fidelity
itoko 9d5ac70
Make the method for evaluating result quality possible to override
itoko 38e4636
Improve docs and reno following reviewer's comments
itoko 0c3bd30
Cache 2q clifford integer table of the tensor product of 1q clifford …
itoko ec3f838
Update URL link in release note
itoko adbc6b4
Merge branch 'main' into layer-fidelity
itoko fafc233
fix url link in reno
itoko bc4e3c4
try to fix docs CI failure caused by the new Aer release
itoko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
What about caching these numbers in a file? It seems like a lot of work to make circuits just to convert them to numbers.
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.
Addressed at 0c3bd30. The cache file size is 1.3kB so the overhead of loading file would be negligible.