Skip to content

Commit

Permalink
Merge pull request #1157 from qiboteam/client_backends
Browse files Browse the repository at this point in the history
Client backends for the remote execution of circuits
  • Loading branch information
scarrazza authored Mar 1, 2024
2 parents 31bbbb4 + 7d8849b commit 7bab351
Show file tree
Hide file tree
Showing 6 changed files with 688 additions and 35 deletions.
6 changes: 6 additions & 0 deletions doc/source/api-reference/qibo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2420,3 +2420,9 @@ Alternatively, a Clifford circuit can also be executed starting from the :class:
.. autoclass:: qibo.backends.clifford.CliffordBackend
:members:
:member-order: bysource


Cloud Backends
^^^^^^^^^^^^^^

Additional backends, that support the remote execution of quantum circuits through cloud service providers, such as IBM and QRC-TII, are provided by the optional qibo plugin `qibo-cloud-backends <https://github.com/qiboteam/qibo-cloud-backends>`_. For more information please refer to the `official documentation <https://qibo.science/qibo-cloud-backends/stable/>`_.
Loading

0 comments on commit 7bab351

Please sign in to comment.