Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client backends for the remote execution of circuits #1157

Merged
merged 26 commits into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
f667e8b
feat: added client backends for remote qibo and qiskit circuits execu…
BrunoLiegiBastonLiegi Jan 16, 2024
0006848
feat: added the client backends to the __init__
BrunoLiegiBastonLiegi Jan 16, 2024
634c067
fix: removed the client backends from qibo
BrunoLiegiBastonLiegi Jan 16, 2024
4caf84e
feat: added support for OPENQASM 3 gate command
BrunoLiegiBastonLiegi Jan 22, 2024
0718ad3
fix: removed imports from pylint checks
BrunoLiegiBastonLiegi Jan 22, 2024
9da5b51
fix: fixed tests
BrunoLiegiBastonLiegi Jan 23, 2024
caf4ed2
fix: removed print
BrunoLiegiBastonLiegi Jan 23, 2024
bd0ef72
test: added test for gate command
BrunoLiegiBastonLiegi Jan 23, 2024
c128ceb
fix: disabled coverage for the backends
BrunoLiegiBastonLiegi Jan 23, 2024
579c0ad
refactor: changed name of the client backends
BrunoLiegiBastonLiegi Jan 25, 2024
df4c7cd
fix: reverted to qasm 2.0
BrunoLiegiBastonLiegi Jan 25, 2024
910b4bc
fix: small update
BrunoLiegiBastonLiegi Jan 26, 2024
30a05ff
test: removed string replace
BrunoLiegiBastonLiegi Jan 31, 2024
371bad4
Update src/qibo/models/circuit.py
BrunoLiegiBastonLiegi Jan 31, 2024
070ffb8
Update src/qibo/models/circuit.py
BrunoLiegiBastonLiegi Jan 31, 2024
43f6edc
fix: removed print
BrunoLiegiBastonLiegi Jan 31, 2024
57a620f
refactor: renamed qibo-cloud backend
BrunoLiegiBastonLiegi Feb 1, 2024
a229a4b
refactor: added **kwargs
BrunoLiegiBastonLiegi Feb 7, 2024
b4d7be4
fix: fix to set_backend
BrunoLiegiBastonLiegi Feb 9, 2024
2cdd313
fix: pylint fix
BrunoLiegiBastonLiegi Feb 9, 2024
ccd62f9
feat: added reference to qibo-cloud-backends docs in qibo api-ref + a…
BrunoLiegiBastonLiegi Feb 23, 2024
217223a
build: regenerated lock
BrunoLiegiBastonLiegi Feb 23, 2024
ba6aeca
build: now pointing to qibo-cloud-backends main
BrunoLiegiBastonLiegi Feb 28, 2024
ed3ddc2
build: fixed optional qibo-cloud dependency
BrunoLiegiBastonLiegi Feb 28, 2024
fb8e240
Update doc/source/api-reference/qibo.rst
BrunoLiegiBastonLiegi Feb 29, 2024
7d8849b
fix: Take just the platform argument
alecandido Feb 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading