Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianFuerrutter committed Nov 11, 2023
1 parent 8979b78 commit 044f7da
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Code repository for generating quantum circuits with diffuison models.
[\[Paper\]](https://arxiv.org/abs/2311.02041)

![](assets/inference.png)
![](https://github.com/FlorianFuerrutter/genQC/blob/main/src/assets/inference.png?raw=true)

## The codebase

Expand Down
41 changes: 24 additions & 17 deletions src/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ website:
repo-actions: [issue]
back-to-top-navigation: true
page-navigation: true

navbar:
logo: "assets/logo.png"
background: "#5cb4c1"
Expand All @@ -35,33 +36,39 @@ website:
- icon: github
href: "https://github.com/FlorianFuerrutter/genQC"
text: code repository

sidebar:
collapse-level: 1
collapse-level: 2
style: "floating"
background: "#dde8ea"
foreground: "#674ea7"

contents:
- text: "genQC · Generative Quantum Circuits"
href: index.ipynb
- section: Examples
contents: examples/*
- section: Pipeline
contents: pipeline/*
- section: Scheduler
contents: scheduler/*
- section: Inference
contents: inference/*
- section: Models
contents: models/*
- section: Dataset
contents: dataset/*
- section: Platform

- section: Lib
contents:
- auto: platform/*
- section: Simulation
contents: platform/simulation/*
- section: Miscellaneous functions
contents: /*
- section: Pipeline
contents: pipeline/*
- section: Scheduler
contents: scheduler/*
- section: Inference
contents: inference/*
- section: Models
contents: models/*
- section: Dataset
contents: dataset/*
- section: Platform
contents:
- auto: platform/*
- section: Simulation
contents: platform/simulation/*
- section: Miscellaneous functions
contents:
- auto: /*

metadata-files: [nbdev.yml]

2 changes: 1 addition & 1 deletion src/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![](assets/inference.png)"
"![](https://github.com/FlorianFuerrutter/genQC/blob/main/src/assets/inference.png?raw=true)"
]
},
{
Expand Down

0 comments on commit 044f7da

Please sign in to comment.