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.
analysis_result_to_repr¶
- analysis_result_to_repr(result)[source]¶
A helper function to create string representation from analysis result data object.
- Parameters:
result (AnalysisResultData) – Analysis result data.
- Returns:
String representation of the data.
- Raises:
AnalysisError – When the result data is not likely fit parameter.
- Return type:
str