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.

AnalysisStatus

class AnalysisStatus(*values)[source]

Class for analysis callback status enumerated type.

Attributes

QUEUED = 'analysis callback is queued'
RUNNING = 'analysis callback is actively running'
CANCELLED = 'analysis callback has been cancelled'
DONE = 'analysis callback has successfully run'
ERROR = 'analysis callback incurred an error'

Methods

classmethod __getitem__(name)

Return the member matching name.

classmethod __len__()

Return the number of members (no aliases)