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
In this way we have first executed the acquisition part of the experiment and then performed the fit on the acquired data.
43
+
By default acquisition and fitting are performed.
67
44
68
45
The user can now use the raw data acquired by the quantum processor to perform
69
46
an arbitrary post-processing analysis. This is one of the main advantages of this API
70
47
compared to the cli execution.
71
48
72
-
The history, that contains both the raw data (added with :attr:`qibocal.auto.mode.ExecutionMode.ACQUIRE`) and the fit data (added with :attr:`qibocal.auto.mode.ExecutionMode.FIT`) can be accessed:
49
+
Both the raw data and the fit data can be accessed from the history attribute of the `Executor`.
73
50
74
51
.. code-block:: python
75
52
76
-
history =executor.history
77
-
t1_res = history["t1_experiment"] # id of the protocol
0 commit comments