qasm_d_dataset / README.md
tech0713's picture
Upload README.md with huggingface_hub
334be26 verified
|
raw
history blame
836 Bytes
---
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.