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.

Exceptions

ExperimentDataError(*message)

Base class for errors raised by experiment service data.

ExperimentEntryExists(*message)

Errors raised when an experiment entry already exists.

ExperimentEntryNotFound(*message)

Errors raised when an experiment entry cannot be found.