Note
This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.
ExperimentData.analysis_status¶
- ExperimentData.analysis_status()[source]¶
Return the data analysis post-processing status.
Possible return values for
AnalysisStatusareERROR- if any analysis callback incurred an errorCANCELLED- if any analysis callback is cancelled.RUNNING- if any analysis callback is actively running.QUEUED- if any analysis callback is queued.DONE- if all analysis callbacks have successfully run.
- Return type:
- Returns:
Then analysis status.