Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Oct 15, 2024
1 parent 85d482f commit b84ffc2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pytket/extensions/qiskit/tket_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ class TketBackend(BackendV2):
:py:class:`qiskit.aqua.QuantumInstance`, providing a custom
:py:class:`qiskit.transpiler.PassManager` with a
:py:class:`qiskit.transpiler.passes.Unroller`. For examples, see the `user manual
<https://docs.quantinuum.com/tket/user-manual/manual_backend.html#embedding-into-
qiskit>`_ or the `Qiskit integration example <ht
tps://github.com/CQCL/pytket/blob/main/examples/qiskit_integration. ipynb>`_.
<https://docs.quantinuum.com/tket/user-guide/manual/manual_backend.html#embedding-into-
qiskit>`_ or the `Qiskit integration example <https://docs.quantinuum.com/tket/user-guide/examples/backends/qiskit_integration.html>`_.
"""

def __init__(self, backend: Backend, comp_pass: Optional[BasePass] = None):
Expand Down

0 comments on commit b84ffc2

Please sign in to comment.