qiskit-serverless
qiskit-serverless copied to clipboard
Docs: Migration guide should use Qiskit Runtime
The migration guide uses from qiskit.primitives import Sampler, which uses a local statevector simulator. But people migrating their Qiskit Runtime custom programs would not want to use a local simulator. They'd want to use a real IBM Quantum backend (otherwise they can just run locally on their laptop).
cc @jenglick
Thanks for the ping @jyu00 🙏
We will take a look