Skip to content

Commit

Permalink
remove another line
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Jun 20, 2024
1 parent e2369b4 commit a3ac371
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/intro.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ to disk:

from qiskit_ibm_runtime import QiskitRuntimeService

IBMProvider.save_account(token=ibm_token)
QiskitRuntimeService.save_account(channel="ibm_quantum", token=ibm_token, instance=my_instance)

To see which devices you can access you can use the ``available_devices`` method on the :py:class:`IBMQBackend`. Note that it is possible to pass optional ``instance`` and ``provider`` arguments to this method. This allows you to see which devices are accessible through your IBM hub.
Expand Down

0 comments on commit a3ac371

Please sign in to comment.