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.

AnalysisResult.load

classmethod AnalysisResult.load(result_id, service)[source]

Load a saved analysis result from a database service.

Parameters:
  • result_id (str) – Analysis result ID.

  • service (IBMExperimentService) – the database service.

Return type:

AnalysisResult

Returns:

The loaded analysis result.