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
Describe the bug
Using _pennylane_qiskit.qiskit_session_ expects the loop to execute immediately without queueing again. However, the session closes after a single execution with the following error:
qiskit_ibm_runtime.exceptions.IBMRuntimeError: 'The session is closed.'
To Reproduce
Based on this thread, reproducing this error is difficult since it requires an IBM Premium plan. However, you can easily reproduce the error with Fake backends provided by IBM (without an IBM Premium plan).
Hi @takh04 , thank you for suggesting the use of fake backends and the fix! 🤩
I think this could help a lot of people.
Our team is looking into your fix. We'll get back to you once they finish their review.
Describe the bug
Using
_pennylane_qiskit.qiskit_session_
expects the loop to execute immediately without queueing again. However, the session closes after a single execution with the following error:To Reproduce
Based on this thread, reproducing this error is difficult since it requires an IBM Premium plan. However, you can easily reproduce the error with Fake backends provided by IBM (without an IBM Premium plan).
Expected behavior
The while loop should execute within the Qiskit Session.
Version (qml.about()):
The text was updated successfully, but these errors were encountered: