Skip to content

Commit

Permalink
Update intro.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
MonitSharma authored Oct 26, 2023
1 parent b4ecb97 commit 8eba045
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 @@ -105,7 +105,7 @@ To see which devices you can access you can use the ``available_devices`` method

my_instance=f"{hub}/{group}/{project}"
ibm_provider = IBMProvider(instance=my_instance)
backend = IBMQBackend("ibmq_belem") # Initialise backend for an IBM device
backend = IBMQBackend("ibmq_nairobi") # Initialise backend for an IBM device
backendinfo_list = backend.available_devices(instance=my_instance, provider=ibm_provider)
print([backend.device_name for backend in backendinfo_list])

Expand Down

0 comments on commit 8eba045

Please sign in to comment.