qiboteam / qibolab

Quantum hardware module and drivers for Qibo.
https://qibo.science
Apache License 2.0
41 stars 10 forks source link

Drop dependency on qibo logger and errors #806

Open stavros11 opened 5 months ago

stavros11 commented 5 months ago

To reduce the dependencies on qibo we can stop using the qibo logger and raise_error method.

alecandido commented 5 months ago

I believe we discussed this a few times, and I perfectly agree about that. There are built-in functionalities, and you could also plug-in logger and error-handling from outside the package, e.g. https://rich.readthedocs.io/en/stable/logging.html https://rich.readthedocs.io/en/stable/traceback.html

andrea-pasquale commented 5 months ago

Indeed also Qibocal has its own logger.