Qiskit-Partners / qiskit-runtime

Tutorials and modules related to Qiskit Runtime service and programs
Apache License 2.0
51 stars 39 forks source link

Runtime VQE job gets cancelled after running too long #100

Closed kalpakghosh closed 2 years ago

kalpakghosh commented 2 years ago

I have been trying to run this tutorial https://github.com/Qiskit-Partners/qiskit-runtime/blob/main/tutorials/vqe.ipynb, but whenever I reach the stage of running Runtime VQE: VQEProgram, the job runs for about five hours and then gets canceled ("ran too long"). The only change made in the code is using the backends available to me (free account with access to only five qubit machines). This problem persists for all available systems and remains even when the number of shots is changed from 1024 to 100. See screenshots below for reference. Screenshot (270) Screenshot (271)

jyu00 commented 2 years ago

@kalpakghosh I've moved this issue to https://github.com/Qiskit/qiskit-ibm-runtime/issues/173 as this repo is being archived, and qiskit-ibm-runtime is the replacement.