Skip to content

Commit

Permalink
fix duplicate link warning
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Jul 21, 2023
1 parent 9458e3c commit 38e4cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytket/docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ This prints out a summary of readouts (the final values of the classical bits) a

Each pytket :py:class:`Backend` comes with its own default compilation method. This is a recommended sequence of optimisation passes to meet the requirements of the specific :py:class:`Backend`.

The following code snippet will show how to compile a circuit to run on an IBM device. This requires setting up IBM credentials (see `this page <https://cqcl.github.io/pytket-qiskit/api/index.html#access-and-credentials>`_).
The following code snippet will show how to compile a circuit to run on an IBM device. This requires setting up IBM credentials (see the `credentials guide <https://cqcl.github.io/pytket-qiskit/api/index.html#access-and-credentials>`_).

::

Expand Down

0 comments on commit 38e4cbf

Please sign in to comment.