Floki00 commited on
Commit
e12810e
·
verified ·
1 Parent(s): ef8b7ec

Update README.md

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