qiskit.providers.ibmq.experiment.IBMExperimentService.experiment¶
- IBMExperimentService.experiment(experiment_id, json_decoder=<class 'json.decoder.JSONDecoder'>)[source]¶
Retrieve a previously stored experiment.
- Paramètres
experiment_id (
str
) – Experiment ID.json_decoder (
Type
[JSONDecoder
]) – Custom JSON decoder to use to decode the retrieved experiment.
- Type renvoyé
Dict
- Renvoie
Retrieved experiment data.
- Lève
IBMExperimentEntryNotFound – If the experiment does not exist.
IBMQApiError – If the request to the server failed.