Add back noisy simulation of Pulse job for FakeBackendV2
after Aer adds support for BackendV2
#7831
Labels
good first issue
Good for newcomers
mod: fake_provider
Related to the fake_provider module and fake backends
type: enhancement
It's working, but needs polishing
What is the expected enhancement?
#7643 implemented mocked IBM Quantum Systems backends using the new BackendV2 interface.
However, noisy simulation of pulse job using FakeBackendV2 is not possible because Aer doesn't support generating PulseSystemModel from V2 backends yet. This issue has been raised in Aer: Qiskit/qiskit-aer#1478 and is slated to be fixed in Aer 0.11.0. After Aer adds support for BackendV2, we should revert the changes done in this commit 68fef20 to allow pulse simulation.
Related to #7829
The text was updated successfully, but these errors were encountered: