From c0912e48d61403dd8d00f0d67c96bc03961d2ff0 Mon Sep 17 00:00:00 2001 From: Phillip Weinberg Date: Wed, 25 Oct 2023 11:29:52 -0400 Subject: [PATCH] adding links to API reference in builder diagram. --- docs/reference/standard.md | 45 ++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 24 deletions(-) diff --git a/docs/reference/standard.md b/docs/reference/standard.md index 67cb2a1c4..746f89316 100644 --- a/docs/reference/standard.md +++ b/docs/reference/standard.md @@ -65,9 +65,13 @@ flowchart TD python julia"]) - Execution("Execution - ------------ + Execution(" + Execution hardware only + ------------------------------- run_async() + + Hardware and simulation + ------------------------------- run() __call__") @@ -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"; ``` - - - -