Floki00 commited on
Commit
42cfc5f
1 Parent(s): 9ea639c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -6,8 +6,23 @@ colorTo: purple
6
  sdk: streamlit
7
  sdk_version: 1.28.1
8
  app_file: app.py
9
- pinned: false
10
  license: mit
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  sdk: streamlit
7
  sdk_version: 1.28.1
8
  app_file: app.py
9
+ pinned: true
10
  license: mit
11
  ---
12
 
13
+ Official demo of the paper ["Quantum circuit synthesis with diffusion models"](https://arxiv.org/abs/2311.02041). Code repository at [github.com/FlorianFuerrutter/genQC](https://github.com/FlorianFuerrutter/genQC).
14
+
15
+
16
+ ``` latex
17
+ @article{fuerrutter2023quantum,
18
+ title={Quantum circuit synthesis with diffusion models},
19
+ author={Florian Fürrutter and Gorka Muñoz-Gil and Hans J. Briegel},
20
+ year={2023},
21
+ eprint={2311.02041},
22
+ publisher = {arXiv},
23
+ archivePrefix={arXiv},
24
+ primaryClass={quant-ph},
25
+ url = {https://arxiv.org/abs/2311.02041},
26
+ doi = {/10.48550/arXiv.2311.02041},
27
+ }
28
+ ```