--- 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 - device noise - hardware-mimic - thermal relaxation - error mitigation - noise robustness pretty_name: QSBench Device Demo v1.0.0 – Realistic Device-like Noise (GenericBackendV2, n=10) size_categories: - 1K` - Full generation metadata ### Key Advantage Unlike single-channel noise models, `device` noise combines multiple realistic error sources simultaneously — exactly what happens on real quantum hardware. ### Load the Dataset ```python from datasets import load_dataset dataset = load_dataset("QSBench/QSBench-Device-Demo-v1.0.0", split="train") print(dataset[0]) ``` Using pandas: ```python import pandas as pd df = pd.read_parquet("data/shards/*.parquet") print(df[["ideal_expval_Z_global", "noisy_expval_Z_global", "error_Z_global"]].head()) ``` ### Repository Structure Data is stored in the `main` branch: ```text QSBench-Device-Demo-v1.0.0/ ├── README.md └── data/ └── shards/ └── *.parquet ``` Metadata files are available in the `metadata` branch. ### 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) - [Readout Error (2k samples)](https://huggingface.co/datasets/QSBench/QSBench-Readout-Demo-v1.0.0) ### Part of the QSBench Family This is a public demo version. ### Notes - Fully synthetic, generated with Qiskit Aer + GenericBackendV2 - **License:** CC BY-NC 4.0 (Personal & Research Use) **Questions or custom requests?** Visit [qsbench.github.io](https://qsbench.github.io/) or open an [issue on GitHub](https://github.com/QSBench/QSBench-Device-Demo-v1.0.0). **Email**: QSBench@gmail.com ### 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*