Skip to content

Infinite square well ๐Ÿ“ฆ

JavaScriptThree.js

The infinite square well is also known as the infinite potential well or the infinite square well.

A 2D Infinite Square Well (ISW) is a potential well that has zero potential energy over a finite domain in two directions, say the xx- and yy-directions, and is infinite outside that domain. The simplest case is a rectangular domain in the xyxy-plane with sides LxL_x and LyL_y. In this case the 2D time-independent Schrรถdinger wave equation factors into two 1D time-independent Schrรถdinger wave equations, one in the xx-direction and one in the yy-direction. The wavefunction is then a product of the two 1D wavefunctions. The wavefunction is then given by a superposition of energy eigenstate wavefunctions of the form ฯˆnm(x,y)=Asinโก(nฯ€x/Lx)sinโก(nฯ€y/Ly)\psi_{nm}(x, y) = A \sin(n\pi x/L_x) \sin(n\pi y/L_y ). โ€” Visualizing Quantum Mechanics with Python

Source

๐Ÿง  Idea taken from the book Visualizing Quantum Mechanics with Python
๐Ÿ“Œ Highly recommended background information: Visualizing complex numbers and wavefunctions in one and two dimensions