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
There is an ongoing effort to introduce a new version of the Backend abstract API that exposes a sampler() and/or estimator() factory method (RFC). Once the abstract API is part of the Qiskit SDK (no sooner than 2.1), we could upgrade IBMBackend to expose these methods too. The changes in the new API are additive, so the migration to BackendV3 should not require any deprecations or break existing user workflows.