Skip to content

Commit

Permalink
Try mermaid with mkdown
Browse files Browse the repository at this point in the history
  • Loading branch information
a-corni committed Dec 18, 2024
1 parent a0a9594 commit 7084d4c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ As outlined above, Pulser lets you program an Hamiltonian so that you can manipu
```{mermaid}
flowchart TB
A[Picking a Device] --> B{Do I want to run on a QPU}
B -->|Yes| C[Pick the Device from the QPU backend]
B -->|No| D[Do I want to be constrained by all the QPU specs ?]
D -->|Yes| E[Use a `Device` (like `pulser.AnalogDevice`)]
D --> |No| F[Use a `VirtualDevice` (like `pulser.MockDevice`)]
A[Picking a Device] --> B{Do I want to run on a QPU ?}
B -->|Yes| C["`Pick the Device from the [QPU backend](./tutorials/backends.nblink)`"]
B -->|No| D["`Do I want to be constrained by all the QPU specs ?`"]
D -->|Yes| E["`Use a Device (like _pulser.AnalogDevice_)`"]
D --> |No| F["`Use a [_VirtualDevice_](./tutorials/virtual_devices.nblink) (like _pulser.MockDevice_)`"]
```

Expand Down

0 comments on commit 7084d4c

Please sign in to comment.