qibolab
qibolab copied to clipboard
Drop dependency on qibo logger and errors
To reduce the dependencies on qibo we can stop using the qibo logger and raise_error
method.
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
Indeed also Qibocal
has its own logger.