qbraid.runtime.ResultData

class ResultData[source]

Abstract base class for runtime results linked to a specific ExperimentType.

__init__()

Methods

__init__()

from_dict(data)

Creates a new ResultData instance from a dictionary.

from_object(result, experiment_type)

Creates a new ResultData instance from a qbraid_core runtime Result object.

to_dict()

Converts the result data to a dictionary.

Attributes

experiment_type

Returns the experiment type.