경고
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()[소스]¶
Combine results from all jobs into a single Result.
참고
Since the order of the results must match the order of the initial experiments, job results can only be combined if all jobs succeeded.
- 반환 형식
- 반환
- A
Result
object that contains results from all jobs.
- A
- 예외 발생
IBMQManagedResultDataNotAvailable – If results cannot be combined because some jobs failed.