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
Currently, calls to IBMConnection.job_submit fail for sampler, as Qiskit was updated. This causes the T4 hands-on notebook cell to be broken (NB: simulators are no longer provided by Qiskit Quantum, fixing this won't change that fact).
Issue: Bug Report
Currently, calls to IBMConnection.job_submit fail for sampler, as Qiskit was updated. This causes the T4 hands-on notebook cell to be broken (NB: simulators are no longer provided by Qiskit Quantum, fixing this won't change that fact).
It seems the whole Sampler class may have been revamped: https://docs.quantum.ibm.com/api/qiskit-ibm-runtime/qiskit_ibm_runtime.SamplerV2
A "migration" guide for Qiskit runtime V2 is available here: https://docs.quantum.ibm.com/migration-guides/qiskit-runtime
It may be that Estimator went through similar changes.
Current Behavior / minimal example
The text was updated successfully, but these errors were encountered: