-
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
Rename old fake BackendV2 classes #7838
Comments
Reopening as #7839 only partially fixed this issue. |
@mtreinish What would you suggest to replace the old |
I decided to use |
@mtreinish Having a deeper look at the different classes of these fake backends.
The rest of them are written in a very specific way and the tests specifically test the details of these backends. I am not sure how to generalize them to base on the new Or maybe I should just rename them and improve docstrings to describe what they are used for? |
I think this is can be closed, via #10918 |
What is the expected enhancement?
#7643 implemented mocked IBM Quantum Systems backends using the new BackendV2 interface.
There were older fake BackendV2 classes that were created before for testing. We need to rename, reorganize or remove those classes
https://github.com/Qiskit/qiskit-terra/blob/8105a80c84ce2447a1e224b85f4f56e98f074763/qiskit/test/mock/fake_mumbai_v2.py
https://github.com/Qiskit/qiskit-terra/blob/8105a80c84ce2447a1e224b85f4f56e98f074763/qiskit/test/mock/fake_backend_v2.py
The text was updated successfully, but these errors were encountered: