From d7102a752fb1122a0c34161ec8b28fd84ee4c48f Mon Sep 17 00:00:00 2001 From: Yi-Te Huang Date: Fri, 28 Jun 2024 09:45:05 +0800 Subject: [PATCH] [skip ci] fix typo in comments --- README.md | 2 +- docs/src/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54dfa5e0..c80c8101 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/docs/src/index.md b/docs/src/index.md index 531e606f..bc71957f 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -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 ```