qib.backend.wmi.wmi_experiment.WMIExperimentResults¶
- class qib.backend.wmi.wmi_experiment.WMIExperimentResults(experiment: WMIExperiment)[source]¶
Bases:
ExperimentResultsThe WMI quantum experiment results implementation.
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).
- from_json(json: dict) WMIExperimentResults[source]¶
Initialize an experiment results object from a JSON dictionary.