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

MetaBackend #1282

Merged
merged 62 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from 60 commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
00c5b91
feat: added client backends for remote qibo and qiskit circuits execu…
BrunoLiegiBastonLiegi Jan 16, 2024
341bee4
feat: added the client backends to the __init__
BrunoLiegiBastonLiegi Jan 16, 2024
0da453e
fix: removed the client backends from qibo
BrunoLiegiBastonLiegi Jan 16, 2024
2a69891
feat: added support for OPENQASM 3 gate command
BrunoLiegiBastonLiegi Jan 22, 2024
6de6ddb
fix: removed imports from pylint checks
BrunoLiegiBastonLiegi Jan 22, 2024
c31b4bd
fix: fixed tests
BrunoLiegiBastonLiegi Jan 23, 2024
10a1aa0
fix: removed print
BrunoLiegiBastonLiegi Jan 23, 2024
3616643
test: added test for gate command
BrunoLiegiBastonLiegi Jan 23, 2024
deba408
fix: disabled coverage for the backends
BrunoLiegiBastonLiegi Jan 23, 2024
6af9ae6
refactor: changed name of the client backends
BrunoLiegiBastonLiegi Jan 25, 2024
932ffc7
fix: reverted to qasm 2.0
BrunoLiegiBastonLiegi Jan 25, 2024
4728589
fix: small update
BrunoLiegiBastonLiegi Jan 26, 2024
e094135
test: removed string replace
BrunoLiegiBastonLiegi Jan 31, 2024
a27fd97
Update src/qibo/models/circuit.py
BrunoLiegiBastonLiegi Jan 31, 2024
c694727
Update src/qibo/models/circuit.py
BrunoLiegiBastonLiegi Jan 31, 2024
8f059ea
fix: removed print
BrunoLiegiBastonLiegi Jan 31, 2024
ed790c2
refactor: renamed qibo-cloud backend
BrunoLiegiBastonLiegi Feb 1, 2024
1101112
Merge branch 'master' into client_backends
renatomello Feb 2, 2024
7895cd2
Merge branch 'master' into client_backends
renatomello Feb 3, 2024
f2ccea5
Merge branch 'master' into client_backends
renatomello Feb 7, 2024
caf24dd
Merge branch 'master' into client_backends
renatomello Feb 7, 2024
7e36891
Merge branch 'master' into client_backends
renatomello Feb 7, 2024
714f730
Merge branch 'master' into client_backends
renatomello Feb 7, 2024
c8f3da1
refactor: added **kwargs
BrunoLiegiBastonLiegi Feb 7, 2024
673060c
Merge branch 'master' into client_backends
renatomello Feb 8, 2024
9f96628
Merge branch 'client_backends' of github.com:qiboteam/qibo into clien…
renatomello Feb 8, 2024
363787f
fix: fix to set_backend
BrunoLiegiBastonLiegi Feb 9, 2024
a926f78
fix: pylint fix
BrunoLiegiBastonLiegi Feb 9, 2024
6ca949a
feat: added reference to qibo-cloud-backends docs in qibo api-ref + a…
BrunoLiegiBastonLiegi Feb 23, 2024
1a9bb5f
fix: removed lock
BrunoLiegiBastonLiegi Feb 23, 2024
483b10e
build: regenerated lock
BrunoLiegiBastonLiegi Feb 23, 2024
e969eff
feat: implemented MetaBackend
BrunoLiegiBastonLiegi Feb 27, 2024
08ccb3a
feat: merge master
BrunoLiegiBastonLiegi Mar 25, 2024
3956769
fix: removed construct_backend + ix conflicts + updated dependencies
BrunoLiegiBastonLiegi Mar 25, 2024
d04b507
feat: added helper function to __init__
BrunoLiegiBastonLiegi Mar 25, 2024
5ce91e4
build: updated lock
BrunoLiegiBastonLiegi Apr 8, 2024
e457d97
build: pointing to qibotn branch
BrunoLiegiBastonLiegi Apr 10, 2024
5785379
build: updated lock
BrunoLiegiBastonLiegi Apr 10, 2024
e8228bb
build: updated lock
BrunoLiegiBastonLiegi Apr 10, 2024
2f4425d
test: added test for list available backends
BrunoLiegiBastonLiegi Apr 12, 2024
b944fdc
build: lock update
BrunoLiegiBastonLiegi Apr 12, 2024
0ee86e4
test: changed target
BrunoLiegiBastonLiegi Apr 14, 2024
7da7080
test: setting tensorflow to True
BrunoLiegiBastonLiegi Apr 15, 2024
9c609ec
fix: added different target for windows
BrunoLiegiBastonLiegi Apr 19, 2024
90cbb10
fix: changed name of qibocloud
BrunoLiegiBastonLiegi Apr 19, 2024
24ce14d
fix: fix qibocloud name in test
BrunoLiegiBastonLiegi Apr 19, 2024
13dff63
cov: added test for set_backend and construct_backend
BrunoLiegiBastonLiegi Apr 22, 2024
9089c83
cov: ignoring two lines
BrunoLiegiBastonLiegi Apr 23, 2024
1f2b23c
build: merge master
BrunoLiegiBastonLiegi Apr 23, 2024
f43a6a1
fix: fix cloud backends name in import
BrunoLiegiBastonLiegi Apr 23, 2024
be4b8d5
feat: simplified the metabackend object by moving the non native load…
BrunoLiegiBastonLiegi Apr 25, 2024
ef3cba0
fix: fix typo
BrunoLiegiBastonLiegi Apr 25, 2024
dda439e
fix: added clifford to native backends
BrunoLiegiBastonLiegi Apr 26, 2024
75df39e
fix: moved clifford backend in the contruct_backend function only
BrunoLiegiBastonLiegi Apr 26, 2024
7c032a4
build: regenerated lock
BrunoLiegiBastonLiegi Apr 29, 2024
59f2360
build: merge master
BrunoLiegiBastonLiegi May 3, 2024
3722e19
fix: added test for metabackend.load error
BrunoLiegiBastonLiegi May 7, 2024
1f0658c
build: pointing to qibojit main
BrunoLiegiBastonLiegi May 10, 2024
0416687
build: update lock
BrunoLiegiBastonLiegi May 15, 2024
910ff61
build: merge master
BrunoLiegiBastonLiegi May 15, 2024
a83e0c2
build: Force Pylint downgrade
alecandido May 15, 2024
a4a04ff
fix: importing abstract backend
BrunoLiegiBastonLiegi May 16, 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
Loading
Loading