-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
BackendEstimator support BackendV2 without coupling_map #10956
BackendEstimator support BackendV2 without coupling_map #10956
Conversation
One or more of the the following people are requested to review this:
|
Thanks. Could you add a unit test of BackendV2? |
I found |
Thank you for adding a test. Could you write a reno about the support of BackendV2 without coupling_map? |
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
Pull Request Test Coverage Report for Build 6478284986
💛 - Coveralls |
* BackendEstimator support BackendV2 without coupling_map * revert unnecessary type * add unittest * lint * refactoring * add release note --------- Co-authored-by: Takashi Imamichi <[email protected]> (cherry picked from commit be2cebc)
) * BackendEstimator support BackendV2 without coupling_map * revert unnecessary type * add unittest * lint * refactoring * add release note --------- Co-authored-by: Takashi Imamichi <[email protected]> (cherry picked from commit be2cebc) Co-authored-by: Ikko Hamamura <[email protected]>
Summary
This error occurs when Aer is upgraded to
BackendV2
because the BackendV2 transpile automatically puts in ancilla qubits.This PR is to fix.
As a side effect, we have avoided calling unnecessary transpile passes, which should improve performance.
Details and comments