We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
load_accounts
load_account
Hi,
I noticed in the "Hello zero" tutorial that you use the load_accounts method of qiskit.IBMQ.
qiskit.IBMQ
This method is deprecated and throws the following exception in qiskit-0.24.0:
Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'IBMQFactory' object has no attribute 'load_accounts'
Instead, load_account is used. You may want to find all instances of using load_accounts and change them to load_account.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I noticed in the "Hello zero" tutorial that you use the
load_accounts
method ofqiskit.IBMQ
.This method is deprecated and throws the following exception in qiskit-0.24.0:
Instead,
load_account
is used. You may want to find all instances of usingload_accounts
and change them toload_account
.The text was updated successfully, but these errors were encountered: