RunnerResult¶
-
class
RunnerResult
(backend_name, backend_version, qobj_id, job_id, success, results, date=None, status=None, header=None, **kwargs)[source]¶ Bases:
qiskit.result.result.Result
,qiskit.providers.ibmq.runtime.program.result_decoder.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