Table of Contents

Tutorials

  • All Tutorials
  • Introduction
  • Getting Started
  • Calibrations
  • Data Processor
  • Curve Analysis
  • Visualization
  • Custom Experiments
  • How-To Guides
  • Experiment Manuals
  • API Reference
  • Release Notes
  • GitHub
  • Development Branch Docs
  • Qiskit Experiments 0.5 documentation >
  • API Reference >
  • Experiment Framework (qiskit_experiments.framework) >
  • AnalysisStatus

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(value)[source]¶

Class for analysis callback status enumerated type.

Attributes

AnalysisStatus.QUEUED

AnalysisStatus.RUNNING

AnalysisStatus.CANCELLED

AnalysisStatus.DONE

AnalysisStatus.ERROR


Was this page helpful?
Yes No
Thank you!

Next Previous

© Copyright 2021-2024, Qiskit Development Team. Last updated on 2024/02/08.

Built with Sphinx using Qiskit Sphinx Theme (based on PyTorch Sphinx Theme).

  • AnalysisStatus
    • AnalysisStatus