This repository was archived by the owner on Aug 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 737
Replace ignis benchmarks with qiskit-experiments #1488
Merged
Merged
Conversation
This file contains hidden or 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
mtreinish
reviewed
May 4, 2022
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.
The only thing I think is missing is updating the asv.conf.json
to replace ignis with experiments.
mtreinish
reviewed
May 4, 2022
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.
LGTM, just one small nit inline
mtreinish
reviewed
May 4, 2022
Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
I tried running this locally the randomized benchmarking benchmarks work well. But the tomography benchmarks are failing:
|
mtreinish
approved these changes
May 4, 2022
jakelishman
pushed a commit
to jakelishman/qiskit-terra
that referenced
this pull request
Aug 1, 2023
…ackage#1488) * Replace ignis benchmarks with qiskit-experiments * Simplify tomography benchmark * remove ignis from asv conf * Remove whitespace * Apply suggestions from code review Co-authored-by: Matthew Treinish <mtreinish@kortar.org> * Fix typo Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
jakelishman
pushed a commit
to jakelishman/qiskit-terra
that referenced
this pull request
Aug 11, 2023
…ackage#1488) * Replace ignis benchmarks with qiskit-experiments * Simplify tomography benchmark * remove ignis from asv conf * Remove whitespace * Apply suggestions from code review Co-authored-by: Matthew Treinish <mtreinish@kortar.org> * Fix typo Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
I'm not really sure what the purpose of these benchmarks was for, but just replaced the existing code with something close to the same using the equivalent experiments from qiskit-experiments.
Details and comments