Skip to content

Commit

Permalink
docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aarontrowbridge committed Aug 16, 2024
1 parent 4b93aad commit 98d5b99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/literate/quickstart.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/src/generated/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98d5b99

Please sign in to comment.