-
Notifications
You must be signed in to change notification settings - Fork 7
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
Stream line standard rb #391
Merged
Merged
Changes from 34 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
12a5972
streamline
249e1e0
Fix tests
vodovozovaliza 054965a
Update src/qibocal/protocols/characterization/randomized_benchmarking…
wilkensJ 329092e
Update src/qibocal/protocols/characterization/randomized_benchmarking…
wilkensJ 313d70d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c3df68d
Update src/qibocal/protocols/characterization/randomized_benchmarking…
wilkensJ 7633224
Update src/qibocal/protocols/characterization/randomized_benchmarking…
wilkensJ 1eeca6d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 14306d4
platform error when simulation prototype
Jacfomg 58fc569
Merge branch 'standard_rb_streamline' of https://github.com/qiboteam/…
Jacfomg d5b3b9b
Minor fix
vodovozovaliza 57586c1
fix tests
vodovozovaliza 15f8612
Juans suggestions
b99f926
Merge branch 'standard_rb_streamline' of github.com:qiboteam/qibocal …
c516349
fix tests
vodovozovaliza 10307b9
fix
Jacfomg 9e158d5
Merge branch 'standard_rb_streamline' of https://github.com/qiboteam/…
Jacfomg 5698826
Merge branch 'standard_rb_streamline' of github.com:qiboteam/qibocal …
a614b3c
Check platform for noise models
vodovozovaliza dbee570
Merge branch 'standard_rb_streamline' of https://github.com/qiboteam/…
vodovozovaliza 9cefb47
minor change
vodovozovaliza 1a0d7d4
Andrea's suggestions
vodovozovaliza 3bb5ede
Minor change
vodovozovaliza d204e36
Fix tests
vodovozovaliza 481a7e4
Fix lint warnings
vodovozovaliza 6d2d573
Minor change
vodovozovaliza 00d9807
Merge branch 'main' into standard_rb_streamline
vodovozovaliza 87815fb
csv to json
vodovozovaliza f72a097
Fix tests
vodovozovaliza 1173bb2
Delete actions_qq.yml
vodovozovaliza 535049b
Revert "Delete actions_qq.yml"
vodovozovaliza 04870bc
Delete actions_qq_auto.yml
vodovozovaliza 8d324e7
Set global backend
vodovozovaliza 75b6e98
Minor change
vodovozovaliza e4cd130
Remove `nqubits`
vodovozovaliza 639ea3c
Remove optional nqubits from `setup_scan`
vodovozovaliza aeda2ff
Fix coverage
vodovozovaliza 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
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
11 changes: 0 additions & 11 deletions
11
src/qibocal/protocols/characterization/randomized_benchmarking/data.py
This file was deleted.
Oops, something went wrong.
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
35 changes: 0 additions & 35 deletions
35
src/qibocal/protocols/characterization/randomized_benchmarking/params.py
This file was deleted.
Oops, something went wrong.
210 changes: 0 additions & 210 deletions
210
src/qibocal/protocols/characterization/randomized_benchmarking/result.py
This file was deleted.
Oops, something went wrong.
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.
@stavros11 this is a temporary solution.
I don't know if there is a better way to do it. Currently it was not working since for the RB when executing circuits we don't pass the backend and by doing
circuit()
we will fall back to the default backend.Currently I feel like this approach is a bit redundant. Do you have any suggestions?