We developed an interactive demo that calculates solutions of 1-D Schrödinger equation. These solutions represent energy states and electron wavefunctions of a 1-D quantum confinement structure, such as a quantum well (QW). The calculation is based on finite difference method.
The demo allows a user to define essential parameters of a QW to solve. For example, width and energy levels of the conduction band of materials. Once solved, available energy states and electron wavefunctions of a QW are presented in an interactive format.
We hope the demo can help students, as well as professionals, to improve their understanding of quantum confinement effects.
Click below to launch an interactive demo notebook on binder.
The demo is written in Python. Source code is available on GitHub.
Launch Binder
Core part of the code came from this class project. For those with technical interests, we used this paper as a reference.