File size: 836 Bytes
334be26 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
---
license: apache-2.0
task_categories:
- other
language:
- en
tags:
- quantum
- simulation
- qasm
size_categories:
- 10B<n<100B
---
# QASM Dataset
This dataset contains quantum circuit simulation data with 64 CSV files (0.csv to 63.csv).
## Dataset Structure
- **Files**: 64 CSV files numbered from 0 to 63
- **Size**: ~57GB total
- **Rows per file**: ~16.7M rows
- **Format**: Comma-separated numerical values
## Usage
```python
from datasets import load_dataset
# Load individual files
dataset = load_dataset("tech0713/qasm_d_dataset", data_files="0.csv")
# Load all files
dataset = load_dataset("tech0713/qasm_d_dataset")
```
## Data Description
The dataset appears to contain numerical simulation results, possibly from quantum circuit simulations (QASM format).
Each row contains comma-separated floating-point values.
|