Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianFuerrutter committed Nov 12, 2023
1 parent 044f7da commit e17f127
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a><img src="https://img.shields.io/badge/python-3.9-red" alt="python-3.9"></a>
</p>

Code repository for generating quantum circuits with diffuison models.
Code repository for generating quantum circuits with diffusion models.
[\[Paper\]](https://arxiv.org/abs/2311.02041)

![](https://github.com/FlorianFuerrutter/genQC/blob/main/src/assets/inference.png?raw=true)
Expand Down Expand Up @@ -36,7 +36,9 @@ The repo inlcudes:
#### Minimal example

A minimal example to generate a 5 qubit circuit conditioned on a SRV of
$[1,1,1,2,2]$:
$[1,1,1,2,2]$. You can try it out on your own with our demo
[\[huggingface-space\]](https://huggingface.co/spaces/Floki00/genQC), no
coding required.

``` python
from genQC.pipeline.diffusion_pipeline import DiffusionPipeline
Expand Down
4 changes: 2 additions & 2 deletions src/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Code repository for generating quantum circuits with diffuison models. [[Paper]](https://arxiv.org/abs/2311.02041)"
"Code repository for generating quantum circuits with diffusion models. [[Paper]](https://arxiv.org/abs/2311.02041)"
]
},
{
Expand Down Expand Up @@ -79,7 +79,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"A minimal example to generate a 5 qubit circuit conditioned on a SRV of $[1,1,1,2,2]$:"
"A minimal example to generate a 5 qubit circuit conditioned on a SRV of $[1,1,1,2,2]$. You can try it out on your own with our demo [[huggingface-space]](https://huggingface.co/spaces/Floki00/genQC), no coding required."
]
},
{
Expand Down

0 comments on commit e17f127

Please sign in to comment.