You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which are also a bit conflicting, since the docs present the direct .run_protocol() usage, which is not the favored interface for the scripts' user (the docs should be updated, as the automated .run_protocol() invocation was not available at the time the tutorial has been written).
update existing tutorial
A more in-depth guide about the Executor and its features is certainly needed, going through:
the basic executor instantiation
the possible alternatives (explicit vs implicit usage, i.e. qibocal.routines)
the available protocols to be invoked, and their interface
The
Executor
is now exposed to the user for scripts, and it is only documented in the section https://qibo.science/qibocal/stable/tutorials/advanced.html#how-to-use-qibocal-as-a-library(other than the docstrings, which are not intended for end user - for sure not as the only reference).
qibocal/doc/source/tutorials/advanced.rst
Lines 25 to 29 in 6789ac8
qibocal/doc/source/tutorials/advanced.rst
Lines 63 to 64 in 6789ac8
and by the examples in the
runcards/
folderhttps://github.com/qiboteam/qibocal/blob/main/runcards/single_shot.py
https://github.com/qiboteam/qibocal/blob/main/runcards/rx_calibration.py
which are also a bit conflicting, since the docs present the direct
.run_protocol()
usage, which is not the favored interface for the scripts' user (the docs should be updated, as the automated.run_protocol()
invocation was not available at the time the tutorial has been written).A more in-depth guide about the
Executor
and its features is certainly needed, going through:qibocal.routines
)The text was updated successfully, but these errors were encountered: