Floki00 commited on
Commit
919b42f
·
verified ·
1 Parent(s): fdbcaa9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -3
README.md CHANGED
@@ -1,3 +1,37 @@
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
+ ---
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
+ ![](https://github.com/FlorianFuerrutter/genQC/blob/main/src/webpage/assets/qft_4qubit_circuit_15s_wpause.gif?raw=true)
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 [\[paper-arxiv\]](https://www.arxiv.org/abs/2506.01666)
23
+
24
+ ## Usage
25
+
26
+ 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
27
+
28
+ ``` sh
29
+ pip install -U genQC
30
+ ```
31
+
32
+ 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).
33
+
34
+
35
+ ## License
36
+
37
+ The model weights in this repository are licensed under the [Apache License 2.0](https://github.com/FlorianFuerrutter/genQC/blob/main/LICENSE.txt).