Avertissement
The package qiskit-ibmq-provider
is being deprecated and its repo is going to be
archived soon. Please transition to the new packages. More information in
https://ibm.biz/provider_migration_guide
qiskit.providers.ibmq.managed.ManagedResults.combine_results¶
- ManagedResults.combine_results()[source]¶
Combine results from all jobs into a single Result.
Note
Since the order of the results must match the order of the initial experiments, job results can only be combined if all jobs succeeded.
- Type renvoyé
- Renvoie
- A
Result
object that contains results from all jobs.
- A
- Lève
IBMQManagedResultDataNotAvailable – If results cannot be combined because some jobs failed.