Skip to content

Commit

Permalink
don't use a retired device
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Jun 20, 2024
1 parent 39fa357 commit 062abb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ To see which devices you can access you can use the ``available_devices`` method

from pytket.extensions.qiskit import IBMQBackend

backend = IBMQBackend("ibmq_nairobi") # Initialise backend for an IBM device
backend = IBMQBackend("ibm_kyiv") # Initialise backend for an IBM device

backendinfo_list = backend.available_devices(instance=my_instance)
print([backend.device_name for backend in backendinfo_list])
Expand Down

0 comments on commit 062abb1

Please sign in to comment.