-
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
Cleanup RB module #762
Merged
chriseclectic
merged 33 commits into
qiskit-community:main
from
nkanazawa1989:cleanup/rb_remove_rawdata_dependency
Apr 21, 2022
Merged
Cleanup RB module #762
Changes from 28 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
833621e
- remove backend and raw data dependency from RB
nkanazawa1989 f214707
Merge branch 'main' of github.com:Qiskit/qiskit-experiments into clea…
nkanazawa1989 0350cef
deprecate public methods
nkanazawa1989 8acb0be
update handling of gate_error_ratio
nkanazawa1989 7785cff
code formatting
nkanazawa1989 72641ac
minor bug fix
nkanazawa1989 8db7f10
create gate error ratio for all basis gates
nkanazawa1989 e98e42a
replace "skip" with False
nkanazawa1989 a3540b3
fix json serialization of metadata
nkanazawa1989 ae71972
fix gate counting bug
nkanazawa1989 15187b7
lint
nkanazawa1989 533a0c5
add more test
nkanazawa1989 b7c0e94
add reno
nkanazawa1989 e9c66b5
lint
nkanazawa1989 e53521b
remove redundant internal state for gate error ratio
nkanazawa1989 50e1269
upgrade EPG computation
nkanazawa1989 d55185a
replace warning with logging
nkanazawa1989 f8bd014
update test of deprecated methods
nkanazawa1989 b78fd2c
Merge branch 'main' into cleanup/rb_remove_rawdata_dependency
nkanazawa1989 1a33224
review comment1; cleanup utils
nkanazawa1989 676047b
fix doc of gate_error_ratio
nkanazawa1989 de07ff4
update reno
nkanazawa1989 3ab25f5
update documentation and move API docs to tutorial
nkanazawa1989 4fdc2b3
move helper function after the class
nkanazawa1989 5f47780
remove gate counts from analysis options
nkanazawa1989 357f0a4
replace baseclass of IRB analysis.
nkanazawa1989 af231ec
cleanup tutorial
nkanazawa1989 c9becae
fix #727
nkanazawa1989 3a9c21a
Update qiskit_experiments/curve_analysis/guess.py
nkanazawa1989 71df88c
lint
nkanazawa1989 2b142df
Merge branch 'cleanup/rb_remove_rawdata_dependency' of github.com:nka…
nkanazawa1989 e246f71
Merge branch 'main' into cleanup/rb_remove_rawdata_dependency
nkanazawa1989 6197b3c
fix bug
nkanazawa1989 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.
This comparison is removed because it doesn't make sense. In IBM backend conventionally 2Q gate EPG is computed by just dividing EPC by 1.5.