Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,46 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- noisy
|
| 7 |
+
- error_rate
|
| 8 |
+
- quantum_gate
|
| 9 |
+
- QML
|
| 10 |
+
- ML
|
| 11 |
+
- circuit_optimization
|
| 12 |
+
size_categories:
|
| 13 |
+
- 10K<n<100K
|
| 14 |
+
---
|
| 15 |
+
# 🧪 Quantum Gate Performance Dataset
|
| 16 |
+
|
| 17 |
+
### 📘 Title:
|
| 18 |
+
**Comprehensive Quantum Gate Performance Analysis: A Comparative Study of Noise and No-Noise Effects**
|
| 19 |
+
|
| 20 |
+
### 📂 Dataset Description:
|
| 21 |
+
This repository contains benchmarking results for 13 quantum gates (e.g., H, CNOT, Toffoli) tested under noisy and noise-free conditions, based on 1000 simulation runs per gate configuration. Total 26000 rows and 13 columns.
|
| 22 |
+
|
| 23 |
+
📊 Features include:
|
| 24 |
+
- Gate Type
|
| 25 |
+
- Execution Time
|
| 26 |
+
- Error Rate
|
| 27 |
+
- Fidelity
|
| 28 |
+
- Energy Consumption
|
| 29 |
+
- Quantum Volume
|
| 30 |
+
- Noise Model used
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
### 🔍 Use Cases:
|
| 34 |
+
- Quantum Machine Learning (QML)
|
| 35 |
+
- Circuit optimization
|
| 36 |
+
- Noise modeling
|
| 37 |
+
- Educational demos
|
| 38 |
+
|
| 39 |
+
### 🔗 DOI and Original Source:
|
| 40 |
+
Originally published on Mendeley Data:
|
| 41 |
+
[https://doi.org/10.17632/kf5mbvft5t.1](https://doi.org/10.17632/kf5mbvft5t.1)
|
| 42 |
+
|
| 43 |
+
---
|
| 44 |
+
|
| 45 |
+
### 📄 License:
|
| 46 |
+
Released under [Creative Commons Attribution 4.0 (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/)
|