French
Languages
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

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

RunnerResult

class RunnerResult(backend_name, backend_version, qobj_id, job_id, success, results, date=None, status=None, header=None, **kwargs)[source]

Bases : Result, ResultDecoder

Result class for Qiskit Runtime program circuit-runner.

Methods

data

Get the raw data for an experiment.

decode

Decoding for results from Qiskit runtime jobs.

from_dict

Create a new ExperimentResultData object from a dictionary.

get_counts

Get the histogram data of an experiment.

get_memory

Get the sequence of memory states (readouts) for each shot The data from the experiment is a list of format ['00000', '01000', '10100', '10100', '11101', '11100', '00101', ..., '01010']

get_quasiprobabilities

Get quasiprobabilites associated with one or more experiments.

get_statevector

Get the final statevector of an experiment.

get_unitary

Get the final unitary of an experiment.

to_dict

Return a dictionary format representation of the Result