Eigen Energy Solver for Schroedinger Equation
7.8K Downloads
Updated Mon, 10 Oct 2005 09:45:29 +0000
No License
The program 'Efinder' numerically solves the Schroedinger equation using MATLAB's 'ode45' within a range of energy values. By taking advantage of the dramatic endpoint behavior of the resulting wave solutions, 'Efinder' determines the eigen energies to any accuracy needed.
This program has been used to determine the eigen energies for several potentials, one of which being that for a fluxon trapped in a double-
well potential. The Schroedinger equation for this type of potential must be solved numerically, as no substitutions or other method has yet been devised that can solve this type of differential equation to yield a formulaic solution for En.
Inside the zip file, three files were included and the instructions to and descriptions of the files have been written into each one individually:
The 'Efinder' program has been written to allow the user to simply input their particular potential into the the program and then specify the various parameters as they feel fit;
The program 'EfinderProof' uses a potential in the Schroedinger equation that can be solved to yield a formulaic solution for En and so compares the values of eigen energies found using this program to the actual values as a means to prove the validity of this program and demonstrate the programs accuracy;
The program 'Efinderimbedded', much like its name suggests, is an example of the program Efinder being imbedded in several for loops.
Cite As
Isaac O'Bryant (2023). Eigen Energy Solver for Schroedinger Equation (https://www.mathworks.com/matlabcentral/fileexchange/8487-eigen-energy-solver-for-schroedinger-equation), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Mathematics > Linear Algebra >
- Sciences > Physics > General Physics >
Tags
Acknowledgements
Inspired: Tutorial - 1D finite square well
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
EigenEnergyFinder/
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 | Just for clarification I would like to change the title from 'Eigen Energy Solver' to 'Eigen Energy Solver for Schroedinger Equation'. |