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.add_analysis_results¶
- ExperimentData.add_analysis_results(results)[source]¶
Save the analysis result.
- Parameters:
results (
Union
[AnalysisResult
,List
[AnalysisResult
]]) – Analysis results to be saved.- Return type:
None