Skip to content

Commit a71eff8

Browse files
committed
Add workflow figures
1 parent a0a491d commit a71eff8

3 files changed

Lines changed: 572 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,20 @@ This package provides a framework for training Restricted Boltzmann Machines (RB
2727

2828
Using the [QUBO.jl](https://github.com/JuliaQUBO/QUBO.jl) package, this package allows training RBMs using different quantum computers and simulators and converting continuous visible nodes to binary visible nodes seamlessly.
2929

30+
## Workflow
31+
32+
<div align="center">
33+
34+
<picture>
35+
<source media="(prefers-color-scheme: light)" srcset="./docs/src/assets/workflow-light.svg">
36+
<source media="(prefers-color-scheme: dark)" srcset="./docs/src/assets/workflow-dark.svg">
37+
<img height="300" alt="QARBoM.jl workflow">
38+
</picture>
39+
40+
</div>
41+
42+
43+
3044
## Installation
3145

3246
```julia

0 commit comments

Comments
 (0)