Skip to content

Commit

Permalink
Fix typo in comments (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertomercurio authored Jun 29, 2024
2 parents 092372a + d7102a7 commit 936b6b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ using QuantumToolbox
N = 20 # cutoff of the Hilbert space dimension
ω = 1.0 # frequency of the harmonic oscillator

a = destroy(N) # annohilation operator
a = destroy(N) # annihilation operator

H = ω * a' * a
```
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ using QuantumToolbox
N = 20 # cutoff of the Hilbert space dimension
ω = 1.0 # frequency of the harmonic oscillator

a = destroy(N) # annohilation operator
a = destroy(N) # annihilation operator

H = ω * a' * a
```
Expand Down

0 comments on commit 936b6b7

Please sign in to comment.