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
Following https://docs.quantum.ibm.com/api/migration-guides/local-simulators and #500 (comment), it'd be great to bring our cutting tutorials in line with using Sampler or SamplerV2 from qiskit-ibm-runtime, together with either AerSimulator or (likely even better) a fake backend from qiskit-ibm-runtime. Then, we will no longer need to use the Sampler from Qiskit Aer, and it will be more obvious how to use the code with Qiskit Runtime without having a special commented-out block in each tutorial.
One thing that needs to happen first is that Qiskit/qiskit-ibm-runtime#1558 must make it into a release of qiskit-ibm-runtime.
The text was updated successfully, but these errors were encountered:
Following https://docs.quantum.ibm.com/api/migration-guides/local-simulators and #500 (comment), it'd be great to bring our cutting tutorials in line with using
Sampler
orSamplerV2
from qiskit-ibm-runtime, together with eitherAerSimulator
or (likely even better) a fake backend from qiskit-ibm-runtime. Then, we will no longer need to use theSampler
from Qiskit Aer, and it will be more obvious how to use the code with Qiskit Runtime without having a special commented-out block in each tutorial.One thing that needs to happen first is that Qiskit/qiskit-ibm-runtime#1558 must make it into a release of qiskit-ibm-runtime.
The text was updated successfully, but these errors were encountered: