Floki00 commited on
Commit
18eece9
·
verified ·
1 Parent(s): 347e932

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -14,7 +14,7 @@ datasets:
14
 
15
  Paper: ["Quantum circuit synthesis with diffusion models"](https://arxiv.org/abs/2311.02041).
16
 
17
- ![](https://github.com/FlorianFuerrutter/genQC/blob/main/src/assets/inference.png?raw=true)
18
 
19
 
20
  ## Key Features and limitations
@@ -40,9 +40,10 @@ from genQC.pipeline.diffusion_pipeline import DiffusionPipeline
40
  pipeline = DiffusionPipeline.from_pretrained("Floki00/qc_srv_3to8qubit", "cpu")
41
  ```
42
 
43
- A guide on how to use this model can be found in the example notebook `0_hello_circuit`
44
- [\[doc\]](https://florianfuerrutter.github.io/genQC/examples/hello_circuit.html)
45
- [\[notebook\]](https://github.com/FlorianFuerrutter/genQC/blob/main/src/examples/0_hello_circuit.ipynb) on the GitHub repository of [`genQC`](https://github.com/FlorianFuerrutter/genQC).
 
46
 
47
  ## License
48
 
 
14
 
15
  Paper: ["Quantum circuit synthesis with diffusion models"](https://arxiv.org/abs/2311.02041).
16
 
17
+ ![](https://github.com/FlorianFuerrutter/genQC/blob/main/src/webpage/assets/inference.png?raw=true)
18
 
19
 
20
  ## Key Features and limitations
 
40
  pipeline = DiffusionPipeline.from_pretrained("Floki00/qc_srv_3to8qubit", "cpu")
41
  ```
42
 
43
+ A guide on how to use this model can be found in the example notebook `0_hello_circuit` [\[doc\]](https://florianfuerrutter.github.io/genQC/examples/Quantum%20circuit%20synthesis%20with%20diffusion%20models/hello_circuit.html) on the GitHub repository of [`genQC`](https://github.com/FlorianFuerrutter/genQC).
44
+
45
+
46
+
47
 
48
  ## License
49