-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QISkit Time Out for ibmqx5 #354
Comments
@kenorb Please increase the timeout in the Please let me know if this works. |
Thanks for your help. Now by these timeouts runs, I got into another |
When the jobs are in the queue, your credits are being used and not returned. They will be returned only when the jobs have been executed and out of the queues. |
@kenorb Your credits will replenish when the job is done executing.
|
I think increasing the I've tested Re credits, I've created this Q&A: How to add credits? |
Thank you so much, extending the timeout time totally solved my issue. |
@ajavadia Hi Ali! |
@decodoku Hi James, not currently. But very soon you will be able to. All the code to do that is there, but we need to clean up a bit and write a tutorial on how to use it. It is indeed useful to be able to get the id of a submitted job, see its position in the queue, cancel it to get your credits back, or just retrieve the results at a future time. All of this feedback is very good, so we can do this properly. |
Code
File:
hello_quantum.py
File:
Qconfig.py
Result
Steps to Reproduce (for bugs)
python hello_quantum.py
Context
I am trying to run
hello_quantum.py
which I have modified slightly and configured API inQconfig.py
, however, it is timing out. At /qx/account/advanced I can see thatibmqx5
is available.Your Environment
The text was updated successfully, but these errors were encountered: