Japanese
言語
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

警告

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.

戻り値の型

Result

戻り値

A Result object that contains results from

all jobs.

例外

IBMQManagedResultDataNotAvailable – If results cannot be combined because some jobs failed.