Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,40 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- physics
|
| 5 |
+
- diffusion-model
|
| 6 |
+
- quantum-information
|
| 7 |
+
- quantum-circuits
|
| 8 |
+
- genQC
|
| 9 |
+
pipeline_tag: other
|
| 10 |
+
library_name: genQC
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Compile discrete-continuous quantum circuits 3 to 5 qubits
|
| 14 |
+
|
| 15 |
+
Paper: ["Synthesis of discrete-continuous quantum circuits with multimodal diffusion models"](https://www.arxiv.org/abs/2506.01666).
|
| 16 |
+
|
| 17 |
+
Project page: https://florianfuerrutter.github.io/genQC/
|
| 18 |
+
|
| 19 |
+

|
| 20 |
+
|
| 21 |
+
## Key Features and limitations
|
| 22 |
+
|
| 23 |
+
- Number of parameters: **~150M**; Train steps: **~800k**
|
| 24 |
+
- Unitary compilation from **3 to 5 qubits**
|
| 25 |
+
- Quantum circuits up to **32 gates**
|
| 26 |
+
- Training details in the [\\[paper-arxiv\\]](https://www.arxiv.org/abs/2506.01666)
|
| 27 |
+
|
| 28 |
+
## Usage
|
| 29 |
+
|
| 30 |
+
The pre-trained model pipeline can be loaded with [`genQC`](https://github.com/FlorianFuerrutter/genQC). First install or upgrade [`genQC`](https://github.com/FlorianFuerrutter/genQC) using
|
| 31 |
+
|
| 32 |
+
``` sh
|
| 33 |
+
pip install -U genQC
|
| 34 |
+
```
|
| 35 |
+
|
| 36 |
+
Guides on how to use this model can be found in the [\\[tutorials\\]](https://florianfuerrutter.github.io/genQC/examples/tutorials.html) on the GitHub repository of [`genQC`](https://github.com/FlorianFuerrutter/genQC).
|
| 37 |
+
|
| 38 |
+
## License
|
| 39 |
+
|
| 40 |
+
The model weights in this repository are licensed under the [Apache License 2.0](https://github.com/FlorianFuerrutter/genQC/blob/main/LICENSE.txt).
|