Add pipeline tag, library name and link to project page
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -6,20 +6,23 @@ tags:
|
|
6 |
- quantum-information
|
7 |
- quantum-circuits
|
8 |
- genQC
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# Compile discrete-continuous quantum circuits 3 to 5 qubits
|
12 |
|
13 |
Paper: ["Synthesis of discrete-continuous quantum circuits with multimodal diffusion models"](https://www.arxiv.org/abs/2506.01666).
|
14 |
|
15 |
-
|
16 |
|
|
|
17 |
|
18 |
## Key Features and limitations
|
19 |
|
20 |
- Unitary compilation from **3 to 5 qubits**
|
21 |
- Quantum circuits up to **32 gates**
|
22 |
-
- Training details in the [
|
23 |
|
24 |
## Usage
|
25 |
|
@@ -29,8 +32,7 @@ The pre-trained model pipeline can be loaded with [`genQC`](https://github.com/F
|
|
29 |
pip install -U genQC
|
30 |
```
|
31 |
|
32 |
-
Guides on how to use this model can be found in the [
|
33 |
-
|
34 |
|
35 |
## License
|
36 |
|
|
|
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 |
- Unitary compilation from **3 to 5 qubits**
|
24 |
- Quantum circuits up to **32 gates**
|
25 |
+
- Training details in the [\\[paper-arxiv\\]](https://www.arxiv.org/abs/2506.01666)
|
26 |
|
27 |
## Usage
|
28 |
|
|
|
32 |
pip install -U genQC
|
33 |
```
|
34 |
|
35 |
+
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).
|
|
|
36 |
|
37 |
## License
|
38 |
|