--- license: cc-by-nc-4.0 task_categories: - tabular-regression - feature-extraction language: - en tags: - qiskit - quantum-circuits - synthetic-dataset - benchmark - expectation-values - quantum-computing - qml-benchmark - quantum dataset - qml dataset - quantum benchmark - noisy quantum data - readout error - measurement noise - asymmetric noise - error mitigation - noise robustness pretty_name: QSBench Readout Error Demo v1.0.0 – Measurement Noise Dataset (n=8) size_categories: - 1K = 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) | Group | Column Name | What is it for ML? | |------------------|------------------------------------|--------------------| | **Features (X)** | `adjacency` | Circuit connectivity | | **Features (X)** | `qasm_transpiled` | Hardware-specific circuit representation | | **Features (X)** | `single_qubit_gates`, `two_qubit_gates` | Gate counts | | **Target (y)** | `error_Z_global`, `error_X_global` | Continuous regression targets (measurement error) | | **Physics** | `meyer_wallach` | Entanglement 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](https://huggingface.co/datasets/QSBench/QSBench-Readout-Demo-v1.0.0/tree/metadata) ### Related QSBench Datasets - [Core Pack (2k samples)](https://huggingface.co/datasets/QSBench/QSBench-Core-v1.0.0-demo) - [Depolarizing Pack (5k samples)](https://huggingface.co/datasets/QSBench/QSBench-Depolarizing-Demo-v1.0.0) - [Amplitude Damping Pack (5k samples)](https://huggingface.co/datasets/QSBench/QSBench-Amplitude-v1.0.0-demo) - [Transpilation Pack (5k samples)](https://huggingface.co/datasets/QSBench/QSBench-Transpilation-v1.0.0-demo) - [Thermal Relaxation (2k samples)](https://huggingface.co/datasets/QSBench/QSBench-Thermal-Demo-v1.0.0) - [Realistic hardware-mimic (2k samples)](https://huggingface.co/datasets/QSBench/QSBench-Device-Demo-v1.0.0) ### 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](https://qsbench.github.io). **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](https://qsbench.github.io) or open an issue on [GitHub](https://github.com/QSBench/QSBench-Readout-Demo-v1.0.0/issues). ### 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*