qib.backend.experiment.ExperimentResults¶
- class qib.backend.experiment.ExperimentResults[source]¶
Bases:
ABCParent class for a quantum experiment results.
The results of a quantum experiment performed on a given quantum processor.
Methods
Initialize an experiment results object from a JSON dictionary.
Returns the measured counts of the experiment
Attributes
Returns the runtime of the experiment in ns (i.e. how long it took for the experiment to run on the given backend).
- abstract from_json(json: dict) ExperimentResults[source]¶
Initialize an experiment results object from a JSON dictionary.