qbraid.runtime.AhsResultData
- class AhsResultData(measurement_counts=None, measurements=None)[source]
Class for storing and accessing the results of an analog Hamiltonian simulation job.
Methods
__init__
([measurement_counts, measurements])get_counts
()Returns the histogram data of the run.
to_dict
()Converts the AhsResultData instance to a dictionary.
Attributes
experiment_type
Returns the experiment type.
measurements
Returns the measurements data of the run.