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
Right now the backends in qiskit.providers.basicaer are all built on the legacy BackendV1 model. We should update it to be based on the more modern BackendV2 instead. The target will be very simple for these backends, it's basically just:
The trickier piece here is more about maintaining backwards compatibility for all the pieces that are part of the BackendV1 interface and not in the BackendV2 interface to give users a chance to migrate.
The text was updated successfully, but these errors were encountered:
What should we add?
Right now the backends in
qiskit.providers.basicaer
are all built on the legacyBackendV1
model. We should update it to be based on the more modernBackendV2
instead. The target will be very simple for these backends, it's basically just:The trickier piece here is more about maintaining backwards compatibility for all the pieces that are part of the
BackendV1
interface and not in theBackendV2
interface to give users a chance to migrate.The text was updated successfully, but these errors were encountered: