qiboteam / qibotn

The tensor-network translation module for Qibo.
https://qibo.science
Apache License 2.0
3 stars 1 forks source link

`MetaBackend` #58

Closed BrunoLiegiBastonLiegi closed 1 month ago

BrunoLiegiBastonLiegi commented 3 months ago

This implements a MetaBackend object that takes care of loading and listing the available qibotn backends.

liweintu commented 2 months ago

Thanks @BrunoLiegiBastonLiegi for refactoring the concrete backends into a generic object for loading.

@Vinitha-balachandran , @alecandido Could you help test the refactored object being able to pass the test cases?

alecandido commented 2 months ago

@Vinitha-balachandran , @alecandido Could you help test the refactored object being able to pass the test cases?

I would certainly do it, since the great work of @BrunoLiegiBastonLiegi propagating this throughout all our backends. But I'd like to do it on top of existing tests (currently, the CI is completely not running).