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