qibocal
qibocal copied to clipboard
Quantum calibration, characterization and validation module for Qibo.
Updated the single shot classification routine to test with qibolab 0.2 (using qiboteam/qibolab#874). I may try some other routines, but only few, as the pulse API for 0.2 is not...
Have a function to generate the `delta_frequency_range`. In this way we can avoid to change many times the same thing. _Originally posted by @andrea-pasquale in https://github.com/qiboteam/qibocal/pull/803#pullrequestreview-2008482774_
This issue summarizes all the next steps required to reach a minimal autocalibration prototype. In brackets, I tried to estimate their completion times. Please take this evaluation as purely indicative...
_Originally posted by @andrea-pasquale in https://github.com/qiboteam/qibocal/issues/731#issuecomment-1967436824_
Implement what it was started in #412
(Mermin code is in an old branch, Middleware is taking care of qibocalifying it and incorporating it into the pipeline) _Originally posted by @igres26 in https://github.com/qiboteam/qibolab_platforms_qrc/issues/125#issuecomment-2015266954_
I think this is probably due to the fact there a lot of manipulations done with `numpy`. Here is the error message: ```sh src/qibocal/auto/operation.py:42: in wrapper out = func(*args, **kwds)...