From 98d5b99604190c27229e63e963d1486458a7ff6f Mon Sep 17 00:00:00 2001 From: Aaron Trowbridge Date: Thu, 15 Aug 2024 21:22:56 -0400 Subject: [PATCH] docs fix --- docs/literate/quickstart.jl | 6 +++--- docs/src/generated/quickstart.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/literate/quickstart.jl b/docs/literate/quickstart.jl index 148edcd..6ed8d92 100644 --- a/docs/literate/quickstart.jl +++ b/docs/literate/quickstart.jl @@ -27,9 +27,9 @@ T = 100 Δt = 0.1 ## use the exported gate dictionary to get the gates we need -σx = GATES(:X) -σy = GATES(:Y) -σz = GATES(:Z) +σx = GATES[:X] +σy = GATES[:Y] +σz = GATES[:Z] ## define drift and drive Hamiltonians H_drift = 0.5 * σz diff --git a/docs/src/generated/quickstart.md b/docs/src/generated/quickstart.md index 334fe4a..f12aba1 100644 --- a/docs/src/generated/quickstart.md +++ b/docs/src/generated/quickstart.md @@ -32,9 +32,9 @@ T = 100 Δt = 0.1 # use the exported gate dictionary to get the gates we need -σx = GATES(:X) -σy = GATES(:Y) -σz = GATES(:Z) +σx = GATES[:X] +σy = GATES[:Y] +σz = GATES[:Z] # define drift and drive Hamiltonians H_drift = 0.5 * σz