Skip to content

Commit

Permalink
[skip ci] fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ytdHuang committed Jun 28, 2024
1 parent 4f94f9b commit d7102a7
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 d7102a7

Please sign in to comment.