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
* Use batch mode correctly in the tutorials
* Work around a qiskit-ibm-runtime bug
Qiskit/qiskit-ibm-runtime#1723
(cherry picked from commit 3162cfd)
Co-authored-by: Jim Garrison <garrison@ibm.com>
Describe the bug
The pattern to use Batch mode
works properly via
QiskitRuntimeService
but fails with an error on a fake backend, which I discovered in CI at Qiskit/qiskit-addon-cutting#616.Note that currently one can work around this by using an alternative pattern:
Steps to reproduce
raises the error
Expected behavior
It should work.
Suggested solutions
Additional Information
main
The text was updated successfully, but these errors were encountered: