-
Notifications
You must be signed in to change notification settings - Fork 62
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
MetaBackend
#1282
Conversation
Co-authored-by: Alessandro Candido <candido.ale@gmail.com>
Co-authored-by: Alessandro Candido <candido.ale@gmail.com>
…dded optional cloud group in poetry
…ing/listing to construct_backend and list_availabel_backends
We have the same problem here as in #1239. Namely, since now in main |
True, this py3.12 upgrade is being a bit of a nightmare (I hope
Here I disagree a bit, since qiboteam/qibotn#48 should be as good as |
@BrunoLiegiBastonLiegi the issue with Pylint 3.2 is not completely trivial, thus I opened #1328 for it. At this point, it's not worth to stop this any longer. Feel free to merge whenever you wish :) |
I was waiting for |
If they are going to be merged this week, so much the better (we'll need one less upgrade for the |
This PR implements a
MetaBackend
object that will call the different projects' (qibojit
,qibolab
, etc...)MetaBackend
to load their backends. This will replace the currentconstruct_backend
function and will also give access to alist_available()
function to list all the backends available in the system.Closes #1096.
Checklist: