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

|
| 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)
|
| 42 |
|
| 43 |
## License
|
| 44 |
|
|
|
|
| 12 |
|
| 13 |
Paper: ["Quantum circuit synthesis with diffusion models"](https://arxiv.org/abs/2311.02041).
|
| 14 |
|
| 15 |
+

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