Add BackendV2 mocked backends #7391
Labels
help wanted
community contributions welcome. For filters like http://github-help-wanted.com/
type: enhancement
It's working, but needs polishing
type: qa
Issues and PRs that relate to testing and code quality
Milestone
What is the expected enhancement?
The mock backends in
qiskit/test/mock/backends
are built using snapshots of IBM Quantum's devices. Right now they're built usingBackendV1
(andBaseBackend
for the legacy backend classes). To start fully testing theBackendV2
interface we should add variants of these fake backend classes usingBackendV2
. We shouldn't replace theBackendV1
objects since it's useful to exercise both versions of the interface while both are supported.The text was updated successfully, but these errors were encountered: