-
Notifications
You must be signed in to change notification settings - Fork 361
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
Performance regression simulating circuits with a noise model in Aer 0.13.0 #1985
Labels
bug
Something isn't working
Comments
I found Aer 0.13.0 uses |
wshanks
added a commit
to wshanks/qiskit-experiments
that referenced
this issue
Nov 28, 2023
+ Unpin qiskit-aer extra requirement now that 0.13.1 has been released and we do not have to worry about Qiskit/qiskit-aer#1985 + Remove workaround in test for Qiskit/qiskit-aer#1975 Note that the tests will not pass with 0.13.0 because the workaround was removed, but the workaround was for an Aer bug so we don't reflect it as an incomapitibility with qiskit-experiments.
wshanks
added a commit
to wshanks/qiskit-experiments
that referenced
this issue
Nov 28, 2023
+ Unpin qiskit-aer extra requirement now that 0.13.1 has been released and we do not have to worry about Qiskit/qiskit-aer#1985 + Remove workaround in test for Qiskit/qiskit-aer#1975 Note that the tests will not pass with 0.13.0 because the workaround was removed, but the workaround was for an Aer bug so we don't reflect it as an incomapitibility with qiskit-experiments.
github-merge-queue bot
pushed a commit
to qiskit-community/qiskit-experiments
that referenced
this issue
Nov 29, 2023
+ Unpin qiskit-aer extra requirement now that 0.13.1 has been released and we do not have to worry about Qiskit/qiskit-aer#1985 + Remove workaround in test for Qiskit/qiskit-aer#1975 Note that the tests will not pass with 0.13.0 because the workaround was removed, but the workaround was for an Aer bug so we don't reflect it as an incomapitibility with qiskit-experiments.
github-merge-queue bot
pushed a commit
to qiskit-community/qiskit-experiments
that referenced
this issue
Nov 29, 2023
+ Unpin qiskit-aer extra requirement now that 0.13.1 has been released and we do not have to worry about Qiskit/qiskit-aer#1985 + Remove workaround in test for Qiskit/qiskit-aer#1975 Note that the tests will not pass with 0.13.0 because the workaround was removed, but the workaround was for an Aer bug so we don't reflect it as an incomapitibility with qiskit-experiments.
github-merge-queue bot
pushed a commit
to qiskit-community/qiskit-experiments
that referenced
this issue
Nov 29, 2023
+ Unpin qiskit-aer extra requirement now that 0.13.1 has been released and we do not have to worry about Qiskit/qiskit-aer#1985 + Remove workaround in test for Qiskit/qiskit-aer#1975 Note that the tests will not pass with 0.13.0 because the workaround was removed, but the workaround was for an Aer bug so we don't reflect it as an incomapitibility with qiskit-experiments.
itoko
pushed a commit
to itoko/qiskit-experiments
that referenced
this issue
Dec 12, 2023
+ Unpin qiskit-aer extra requirement now that 0.13.1 has been released and we do not have to worry about Qiskit/qiskit-aer#1985 + Remove workaround in test for Qiskit/qiskit-aer#1975 Note that the tests will not pass with 0.13.0 because the workaround was removed, but the workaround was for an Aer bug so we don't reflect it as an incomapitibility with qiskit-experiments.
nkanazawa1989
pushed a commit
to nkanazawa1989/qiskit-experiments
that referenced
this issue
Jan 17, 2024
+ Unpin qiskit-aer extra requirement now that 0.13.1 has been released and we do not have to worry about Qiskit/qiskit-aer#1985 + Remove workaround in test for Qiskit/qiskit-aer#1975 Note that the tests will not pass with 0.13.0 because the workaround was removed, but the workaround was for an Aer bug so we don't reflect it as an incomapitibility with qiskit-experiments.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Informations
What is the current behavior?
I am seeing
AerSimulator
runs that took around 0.3 seconds with Aer 0.12.2 take 6-8 seconds with Aer 0.13.0.Steps to reproduce the problem
Here is my test script. It requires a the rb.qpy file with the circuits which I am attaching along with the code blocks in this post here. These are randomized benchmarking circuits.
With Aer 0.12.2, the script prints around 0.2 seconds for the run while for 0.13.0 it prints around 7.9 seconds. A colleague tested on macOS and saw 0.05 seconds vs 4.1 seconds for the two Aer versions.
What is the expected behavior?
No change in performance
Suggested solutions
I do not have a suggested solution, but here is the code that generated the circuits. It requires qiskit-experiments. It is based on a test from the qiskit-experiments test suite.
The text was updated successfully, but these errors were encountered: