Warnung
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)[Quellcode]¶
Bases:
Result
,ResultDecoder
Result class for Qiskit Runtime program circuit-runner.
Methods
Get the raw data for an experiment.
Decoding for results from Qiskit runtime jobs.
Create a new ExperimentResultData object from a dictionary.
Get the histogram data of an experiment.
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 quasiprobabilites associated with one or more experiments.
Get the final statevector of an experiment.
Get the final unitary of an experiment.
Return a dictionary format representation of the Result