Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Albert Frisch <albert.frisch@aqt.eu>
  • Loading branch information
airwoodix and alfrisch authored Aug 28, 2024
1 parent b1f4c8d commit d3f5b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Loading a local environment override file can be controlled by further arguments
Listing remote and simulator resources
======================================

A configured provider can be used to list available remote and local simlator quantum computing backends.
A configured provider can be used to list available remote and local simulator quantum computing backends.

Each backend is identified by a *workspace* it belongs to, and a unique *resource* identifier within that workspace. The *resource type* helps distinguishing between real hardware (``device``), hosted simulators (``simulator``) and offline simulators (``offline_simulator``).

Expand Down Expand Up @@ -89,7 +89,7 @@ Direct-access resources handles are obtained from a provider using the :meth:`ge

.. jupyter-execute::

direct_access_backend = provider.get_direct_access_backend("https://example")
direct_access_backend = provider.get_direct_access_backend("http://URL")

Contact your local system administrator to determine the exact base URL to access your local quantum computing system.

Expand Down

0 comments on commit d3f5b43

Please sign in to comment.