Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
apkille committed Aug 16, 2024
1 parent 73ee528 commit 11285ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ julia> X, Y, Z, I # Pauli operators
julia> X1, X2 # Eigenstates of the Pauli X operator
(|X₁⟩, |X₂⟩)
julia> H * (Z1 ⊗ Z2) # Application of Hadamard gate on |01⟩
H|Z₁⟩|Z₂⟩
julia> CPHASE * (Z1 ⊗ Z2) # Application of CPHASE gate on |01⟩
CPHASE|Z₁⟩|Z₂⟩
```

We also have symbolic representations of bosonic systems:
Expand Down

0 comments on commit 11285ef

Please sign in to comment.