Skip to content

Commit

Permalink
add link to IBM docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Jun 20, 2024
1 parent 062abb1 commit 6bb56d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/intro.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The :py:class:`AerBackend` also supports GPU simulation which can be configured
Access and Credentials
======================

With the exception of the Aer simulators, accessing devices and simulators through the ``pytket-qiskit`` extension requires an IBM account. An account can be set up here: https://quantum-computing.ibm.com/login.
With the exception of the Aer simulators, accessing devices and simulators through the ``pytket-qiskit`` extension requires an IBM account. An account can be set up here: https://quantum.ibm.com/.

Once you have created an account you can obtain an API token which you can use to configure your credentials locally.

Expand Down Expand Up @@ -105,6 +105,7 @@ To see which devices you can access you can use the ``available_devices`` method
backendinfo_list = backend.available_devices(instance=my_instance)
print([backend.device_name for backend in backendinfo_list])

For more information see the documentation for `qiskit-ibm-runtime <https://docs.quantum.ibm.com/api/qiskit-ibm-runtime>`.


Method 2: Saving credentials in a local pytket config file
Expand Down

0 comments on commit 6bb56d1

Please sign in to comment.