경고
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.experiment¶
- IBMExperimentService.experiment(experiment_id, json_decoder=<class 'json.decoder.JSONDecoder'>)[소스]¶
Retrieve a previously stored experiment.
- 매개변수
experiment_id (
str
) – Experiment ID.json_decoder (
Type
[JSONDecoder
]) – Custom JSON decoder to use to decode the retrieved experiment.
- 반환 형식
Dict
- 반환
Retrieved experiment data.
- 예외 발생
IBMExperimentEntryNotFound – If the experiment does not exist.
IBMQApiError – If the request to the server failed.