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.
Database Service (qiskit_experiments.database_service)¶
This subpackage provides database-specific utility functions and exceptions which
are used with the ExperimentData and AnalysisResult classes.
Device Components¶
Abstract class representing a device component. |
|
|
Class representing a qubit device component. |
|
Class representing a resonator device component. |
|
Class representing an unknown device component. |
|
Convert the input string to a |
Dataclasses¶
|
Dataclass for experiments in the database. |
|
Dataclass for experiment analysis results in the database. |
Constants¶
|
Possible values for analysis result quality. |
Services¶
|
Provides local experiment database services. |
Exceptions¶
|
Base class for errors raised by experiment service data. |
|
Errors raised when an experiment save fails. |
|
Errors raised when an experiment entry already exists. |
|
Errors raised when an experiment entry cannot be found. |