경고
The package qiskit-ibmq-provider
is being deprecated and its repo is going to be
archived soon. Please transition to the new packages. More information in
https://ibm.biz/provider_migration_guide
qiskit.providers.ibmq.experiment.IBMExperimentService.analysis_result¶
- IBMExperimentService.analysis_result(result_id, json_decoder=<class 'json.decoder.JSONDecoder'>)[소스]¶
Retrieve a previously stored experiment.
- 매개변수
result_id (
str
) – Analysis result ID.json_decoder (
Type
[JSONDecoder
]) – Custom JSON decoder to use to decode the retrieved analysis result.
- 반환 형식
Dict
- 반환
Retrieved analysis result.
- 예외 발생
IBMExperimentEntryNotFound – If the analysis result does not exist.
IBMQApiError – If the request to the server failed.