qiskit.providers.ibmq.experiment.IBMExperimentService.analysis_result¶
-
IBMExperimentService.
analysis_result
(result_id, json_decoder=<class 'json.decoder.JSONDecoder'>)[source]¶ Retrieve a previously stored experiment.
- Parameters
result_id (
str
) – Analysis result ID.json_decoder (
Type
[JSONDecoder
]) – Custom JSON decoder to use to decode the retrieved analysis result.
- Return type
Dict
- Returns
Retrieved analysis result.
- Raises
IBMExperimentEntryNotFound – If the analysis result does not exist.
IBMQApiError – If the request to the server failed.