CoolFace
Datasetpublic

QSBench/QSBench-Readout-Demo-v1.0.0

🌐 Website | πŸ€— Dataset | πŸ› οΈ GitHub | πŸš€ Interactive Demo QSBench Readout Error Demo v1.0.0 Measurement noise dataset β€” focuses on readout (measurement) errors, one of the most critical and impactful noise sources in quantum expectation value estimation. This demo uses the dedicated readout noise model with asymmetric flip probabilities (p0 and p1). 2048 high-quality synthetic quantum circuits with realistic readout errors. Designed for researchers and engineers working on… See the full description on the dataset page: https://huggingface.co/datasets/QSBench/QSBench-Readout-Demo-v1.0.0.

sourceHugging Facecc-by-nc-4.0updated 4mo agoView on Hugging Face
0likes27downloads
Dataset Card

QSBench Logo 🌐 Website | πŸ€— Dataset | πŸ› οΈ GitHub | πŸš€ Interactive Demo

QSBench Readout Error Demo v1.0.0

Measurement noise dataset β€” focuses on readout (measurement) errors, one of the most critical and impactful noise sources in quantum expectation value estimation.

This demo uses the dedicated readout noise model with asymmetric flip probabilities (p0 and p1).

2048 high-quality synthetic quantum circuits with realistic readout errors.

Designed for researchers and engineers working on readout error mitigation, accurate expectation value prediction, and noise-aware quantum machine learning.

Why this dataset?

Readout errors often dominate the total error budget in quantum computations. Unlike symmetric depolarizing noise, readout errors are asymmetric (different probability of flipping 0β†’1 and 1β†’0). This dataset allows you to:

  • β€”Train and evaluate readout error mitigation techniques
  • β€”Study how measurement noise distorts different observables (Z, X, Y)
  • β€”Benchmark robustness of QML models to realistic measurement errors
  • β€”Compare the impact of readout noise versus relaxation noise

Use Cases

  • β€”Readout error mitigation research
  • β€”Accurate expectation value prediction under measurement noise
  • β€”Benchmarking noise robustness of quantum classifiers and regressors
  • β€”Feature engineering for measurement-aware quantum ML
  • β€”Comparing different error mitigation strategies

Dataset Overview

  • β€”Samples: 2048
  • β€”Qubits: 8
  • β€”Depth: 6
  • β€”Circuit Families: Mixed (HEA, RealAmplitudes, QFT, Efficient SU(2), Random)
  • β€”Entanglement: Full
  • β€”Noise: Readout Error (p0 = 0.02, p1 = 0.015)
  • β€”Observables: Z, X, Y in mixed mode (global + per-qubit)
  • β€”Shots: 1024
  • β€”Splits: Train / Validation / Test β€” deterministic hash-based

What's Inside Each Sample

Each sample in the Parquet files contains:

  • β€”Raw and transpiled QASM representations
  • β€”Circuit adjacency matrix
  • β€”Gate statistics (CX, H, RX, RY, RZ, etc.)
  • β€”Structural metrics: Gate entropy + Meyer-Wallach entanglement
  • β€”Ideal expectation values
  • β€”Noisy expectation values (after readout errors)
  • β€”Explicit error targets: error_<label> = ideal - noisy
  • β€”Circuit metadata and generation parameters
  • β€”Deterministic split label

Key Learning Signals

For every observable, the dataset provides: ideal_expval_*, noisy_expval_*, error_*, sign_ideal_*, sign_noisy_*. This enables both regression tasks and binary classification of sign flips caused by measurement errors.

QSBench-Readout: Asymmetric Measurement Noise

You don't need a PhD in Quantum Physics to use this dataset. This dataset represents the real-world measurement imperfections you encounter when running circuits on actual quantum hardware.

The ML Mission: Complex Tabular Regression

Your goal is to build models that can understand and compensate for asymmetric readout errors, which behave differently depending on the prepared quantum state.

Dataset Anatomy (Features & Targets)

GroupColumn NameWhat is it for ML?
Features (X)adjacencyCircuit connectivity
Features (X)qasm_transpiledHardware-specific circuit representation
Features (X)single_qubit_gates, two_qubit_gatesGate counts
Target (y)error_Z_global, error_X_globalContinuous regression targets (measurement error)
Physicsmeyer_wallachEntanglement level

Quick Start Idea

Investigate whether highly entangled states suffer more from readout errors or if the effect is mostly state-independent.

Load the Dataset

python
from datasets import load_dataset
# Load the readout error demo dataset
dataset = load_dataset("QSBench/QSBench-Readout-Demo-v1.0.0", split="train")
print(dataset[0])

Repository Structure

The dataset is stored in the main branch and contains only the data files:

text
QSBench-Readout-Demo-v1.0.0/
β”œβ”€β”€ README.md
└── data/
    └── shards/
        └── *.parquet

All metadata files (meta.json, schema.json, coverage.json, etc.) are in the metadata branch. πŸ‘‰ browse metadata branch

Related QSBench Datasets

Part of the QSBench Family

his is a small public demo version. Full-scale Readout Noise Pack and other specialized releases are available on the QSBench website.

Email: QSBench@gmail.com

Notes

  • β€”Fully synthetic dataset generated with Qiskit Aer
  • β€”No real-world or personal data
  • β€”License: CC BY-NC 4.0 (Personal & Research Use)

Questions or custom requests? Visit QSBench website or open an issue on GitHub.

Support QSBench

You can support the project directly on this Giveth page: [https://giveth.io/project/qsbench](https://giveth.io/project/qsbench)

Your donations help us generate larger datasets, cover GPU costs, and continue developing new realistic noise models.


Generated with QSBench Generator v5.1.0