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
Please all, I made an account on IBM and got my API key. Then I tried to run a code on google Collab using IBM real quantum computer:
I attached below the two methods I used, but the same warning message appears with no any result output of code, just a warning msg in all training phase.
Here are the two methods I used
try:
qiskit.IBMQ.enable_account("MY IBM saved key")
except:
pass
Please all, I made an account on IBM and got my API key. Then I tried to run a code on google Collab using IBM real quantum computer:
I attached below the two methods I used, but the same warning message appears with no any result output of code, just a warning msg in all training phase.
Here are the two methods I used
try:
qiskit.IBMQ.enable_account("MY IBM saved key")
except:
pass
backend = qiskit.IBMQ.get_provider().get_backend("ibmq_qasm_simulator")
#else:
Second method is
IBMQ.save_account('MY IBM saved key')
IBMQ.load_account()
provider = IBMQ.get_provider(hub='ibm-q', group='open', project='main')
provider.backends()
backend = provider.get_backend('ibmq_qasm_simulator')
The warning message appears without any result for executing the code is
The text was updated successfully, but these errors were encountered: