Skip to content

Commit

Permalink
adding links to API reference in builder diagram.
Browse files Browse the repository at this point in the history
  • Loading branch information
weinbe58 committed Oct 25, 2023
1 parent e376bac commit c0912e4
Showing 1 changed file with 21 additions and 24 deletions.
45 changes: 21 additions & 24 deletions docs/reference/standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,13 @@ flowchart TD
python
julia"])
Execution("Execution
------------
Execution("
Execution hardware only
-------------------------------
run_async()
Hardware and simulation
-------------------------------
run()
__call__")
Expand Down Expand Up @@ -99,27 +103,20 @@ flowchart TD
BraketBackends --> Execution;
BloqadeBackends --> Execution;
click ProgramStart "../reference/bloqade/builder/start/";
click ProgramStart "../bloqade/#bloqade.start";
click Geometry "../bloqade/atom_arrangement/";
click Coupling "../bloqade/builder/drive/";
click Detuning "../bloqade/builder/field/#bloqade.builder.field.Detuning";
click Rabi "../bloqade/builder/field/#bloqade.builder.field.Rabi";
click Amplitude "../bloqade/builder/field/#bloqade.builder.field.Amplitude";
click Phase "../bloqade/builder/field/#bloqade.builder.field.Phase";
click SpaceModulation "../bloqade/builder/spatial/";
click Waveform "../bloqade/builder/waveform/";
click Options "../bloqade/builder/pragmas/";
click Services "../bloqade/builder/backend/";
click QuEraBackends "../bloqade/builder/backend/quera/#bloqade.builder.backend.quera.QuEraDeviceRoute";
click BraketBackends "../bloqade/builder/backend/braket/#bloqade.builder.backend.braket.BraketDeviceRoute";
click BloqadeBackends "../bloqade/builder/backend/bloqade/#bloqade.builder.backend.bloqade.BloqadeBackend";
click Execution "../bloqade/ir/routine/braket/#bloqade.ir.routine.braket.BraketRoutine";
```

<!-- -->

<!--
<body>
<pre class="mermaid">
</pre>
<script>
const callback = function () {
alert('A callback was triggered');
};
const config = {
startOnLoad: true,
flowchart: { useMaxWidth: true, htmlLabels: true, curve: 'cardinal' },
securityLevel: 'loose',
};
mermaid.initialize(config);
</script>
</body> -->

0 comments on commit c0912e4

Please sign in to comment.