Closed ACE07-Sev closed 5 months ago
@ACE07-Sev to use QiskitRuntime, you need to initialize your account. Please refer to this page https://docs.quantum.ibm.com/api/qiskit-ibm-runtime/runtime_service#account-initialization
I see, thank you very much! May I ask how I can access all of the fake providers? I apparently can only access Kyoto, Osaka, Sherbrooke, and Brisbane.
@ACE07-Sev I am not getting this issue.
I guess you should try again configuring your work environment. Refer to this video https://www.youtube.com/watch?v=dZWz4Gs_BuI&list=PLOFEBzvs-VvrgHZt3exM_NNiNKtZlHvZi&index=3&ab_channel=Qiskit
No, I use QiskitRuntime to get the latest caliberations for the fake providers. You're apparently just importing the provider backends directly.
The fake backend from IBM Qiskit Runtime are in https://github.com/Qiskit/qiskit-ibm-runtime
So... moving it there.
Greetings,
Hope you are well. I am trying to get fake providers running for my wrapper, but have been having issues with defining the
QiskitRuntime
instance which is needed for the latest caliberations.I have prepared a minimal example.
And here is the error I am getting.
I understand it's asking for an IBM Cloud account, but if I recall correctly the fake providers were supposed to be runnable locally without IBM Cloud account?
I am using Python 3.11.9, qiskit 1.1.0 (downloaded from the stable branch), qiskit_ibm_runtime 0.23.2, and qiskit_aer 0.14.2.