ManagedResults.data¶
- ManagedResults.data(experiment)[source]¶
Get the raw data for an experiment.
- Parameters
experiment (
Union
[str
,QuantumCircuit
,Schedule
,int
]) –Retrieve result for this experiment. Several types are accepted for convenience:
str: The name of the experiment.
QuantumCircuit: The name of the circuit instance will be used.
Schedule: The name of the schedule instance will be used.
int: The position of the experiment.
- Return type
Dict
- Returns
Refer to the
Result.data()
for information on return data.- Raises
IBMQManagedResultDataNotAvailable – If data for the experiment could not be retrieved.
IBMQJobManagerJobNotFound – If the job for the experiment could not be found.