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