You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Qiskit/qiskit#7643 implemented mocked IBM Quantum Systems backends using the new BackendV2 interface.
However, noisy simulation of qasm job using FakeBackendV2 is not possible because Aer doesn't support generating NoiseModel from V2 backends. As a temporary solution, a modified code of NoiseModel.from_backend that supports V2 backends (FakeBackendV2._get_noise_model_from_backend_v2)was added to the mocked backend in Terra. We should add native support of V2 backends in Aer and remove the temporary solution code from FakeBackendV2
The text was updated successfully, but these errors were encountered:
What is the expected behavior?
Qiskit/qiskit#7643 implemented mocked IBM Quantum Systems backends using the new BackendV2 interface.
However, noisy simulation of qasm job using FakeBackendV2 is not possible because Aer doesn't support generating NoiseModel from V2 backends. As a temporary solution, a modified code of
NoiseModel.from_backend
that supports V2 backends (FakeBackendV2._get_noise_model_from_backend_v2
)was added to the mocked backend in Terra. We should add native support of V2 backends in Aer and remove the temporary solution code fromFakeBackendV2
The text was updated successfully, but these errors were encountered: