ManagedResults.get_counts¶
- ManagedResults.get_counts(experiment)[source]¶
Get the histogram data of an experiment.
- Parameters
experiment (
Union
[str
,QuantumCircuit
,Schedule
,int
]) – Retrieve result for this experiment, as specified bydata()
.- Return type
Dict
[str
,int
]- Returns
Refer to the
Result.get_counts()
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.