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) >
  • AnalysisResultData

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.

AnalysisResultData¶

class AnalysisResultData(name, value, chisq=None, quality=None, extra=<factory>, device_components=<factory>)[source]¶

Dataclass for experiment analysis results

Attributes

AnalysisResultData.value

AnalysisResultData.extra

AnalysisResultData.device_components


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).

  • AnalysisResultData
    • AnalysisResultData