Note

This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.

DbAnalysisResultData

class DbAnalysisResultData(result_id=<factory>, experiment_id=None, result_type=None, result_data=<factory>, device_components=<factory>, quality=ResultQuality.UNKNOWN, verified=False, tags=<factory>, backend_name=None, creation_datetime=None, updated_datetime=None, chisq=None)[source]

Dataclass for experiment analysis results in the database.

Note

The documentation does not currently render all the fields of this dataclass.

Note

This class is named DbAnalysisResultData to avoid confusion with the AnalysisResult class.

Attributes

quality: ResultQuality | None = 'unknown'
verified: bool | None = False
result_id: str | None
result_data: dict[str, Any] | None
tags: list[str] | None

Methods

copy()[source]

Creates a deep copy of the data