qiskit.providers.ibmq.managed.ManagedResults.data¶
- ManagedResults.data(experiment)[source]¶
Get the raw data for an experiment.
- প্যারামিটার
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.
- রিটার্ন টাইপ
Dict
- রিটার্নস
Refer to the
Result.data()
for information on return data.- রেইজেস
IBMQManagedResultDataNotAvailable -- If data for the experiment could not be retrieved.
IBMQJobManagerJobNotFound -- If the job for the experiment could not be found.