Andrea Pasquale
Andrea Pasquale
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_
_Originally posted by @andrea-pasquale in https://github.com/qiboteam/qibocal/issues/731#issuecomment-1967436824_
(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)...
This PR generalizes #634 by adding the possibility to repeat the tune landscape experiment with a SNZ pulse. It is still missing the fitting. Checklist: - [ ] Reviewers confirm...
This PR adds a protocol for computing mermin inequality for 3 qubits (single value without sweep). Checklist: - [ ] Reviewers confirm new code works as expected. - [ ]...
I've just closed some PRs that contained an initial implementation of the following protocols: - support sequence unrolling https://github.com/qiboteam/qibocal/tree/RB_sequence_unrolling - optimize integration weights https://github.com/qiboteam/qibocal/tree/add_weights_tof #582 - implement several fast rests...