Skip to content

Commit 3efbb89

Browse files
update RELEASES.md; fixed webpage logo clipping
1 parent b1dea48 commit 3efbb89

3 files changed

Lines changed: 39 additions & 0 deletions

File tree

src/RELEASES.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
# genQC 0.2.0 - 02.06.2025
2+
3+
### Description:
4+
5+
- Added code accompanying the paper [Synthesis of discrete-continuous quantum circuits with multimodal diffusion models](https://arxiv.org/abs/??).
6+
- Increased minimal python version to 3.12
7+
8+
### Tested on:
9+
10+
- Ubuntu 22.04.5 LTS
11+
- nbdev==2.4.2 (for notebook development)
12+
- python 3.12.9
13+
14+
**Libs**:
15+
16+
```txt
17+
torch==2.7.0
18+
numpy==2.2.6
19+
matplotlib==3.10.3
20+
scipy==1.15.3
21+
omegaconf==2.3.0
22+
qiskit==2.0.2
23+
tqdm==4.67.1
24+
joblib==1.5.1
25+
open_clip_torch==2.32.0
26+
ipywidgets==8.1.7
27+
pylatexenc==2.10
28+
safetensors==0.5.3
29+
tensordict==0.8.3
30+
huggingface_hub==0.32.3
31+
```
32+
33+
134
# genQC 0.1.0 - 26.08.2024
235

336
### Description:

src/webpage/custom.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ a {
160160
border-radius: 0px;
161161
}
162162

163+
.navbar-brand {
164+
overflow: unset;
165+
}
166+
163167
.navbar-brand img {
164168
max-height: 45px;
165169
width: auto;

src/webpage/index.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ body {
162162

163163
.container {
164164
display: flex;
165+
flex-wrap: wrap;
165166
justify-content: space-between;
166167
align-items: flex-start;
167168
max-width: 1267px;
@@ -282,6 +283,7 @@ body {
282283

283284
.figure {
284285
display: flex;
286+
flex-wrap: wrap;
285287
align-items: center;
286288
justify-content: center;
287289
// height: 100vh;

0 commit comments

Comments
 (0)