From 2f55729fabc05832c9bbdaf9bde908e2b3ec5f8b Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Mon, 12 Dec 2022 14:35:58 +0100 Subject: [PATCH] fix: small typo error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ded469..27d50f9 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ This script shows an example where Crank Nicolson method is required. It present Finally, we present a demonstration of quantum resonant tunneling. In this script, two wavepackets are incident on a double potential well, representing two independent electrons. Despite having less energy than the lower, the upper electron has a higher chance of passing through the barriers. This is because its mean energy has been tuned to excite the quasi-ground state of the double potential well. -For electrons with energy corresponding approximately to the resonant energy level of the double potential well, the transmittance is close to unity. Furthemore, we can get the energy transmittance spectrum by taking the Fourier transform of the simulated wavepackets at a specific output position, yielding the following plot: +For electrons with energy corresponding approximately to the resonant energy level of the double potential well, the transmittance is close to unity. Furthermore, we can get the energy transmittance spectrum by taking the Fourier transform of the simulated wavepackets at a specific output position, yielding the following plot: ![N|Solid](https://github.com/quantum-visualizations/qmsolve/blob/main/images/quantum_resonant_tunneling.png) ---