Update README.md
Browse files
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 |
-

|
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 |
-
|
45 |
-
|
|
|
46 |
|
47 |
## License
|
48 |
|
|
|
14 |
|
15 |
Paper: ["Quantum circuit synthesis with diffusion models"](https://arxiv.org/abs/2311.02041).
|
16 |
|
17 |
+

|
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 |
|