Eigen Energy Solver for Schroedinger Equation

Finds eigen energies for nearly any potential and resulting Schroedinger equation MATLAB can handle.
7,8K download
Aggiornato 10 ott 2005

Nessuna licenza

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.

Cita come

Isaac O'Bryant (2025). Eigen Energy Solver for Schroedinger Equation (https://it.mathworks.com/matlabcentral/fileexchange/8487-eigen-energy-solver-for-schroedinger-equation), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R14SP1
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Linear Algebra in Help Center e MATLAB Answers
Riconoscimenti

Ispirato: Tutorial - 1D finite square well

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

EigenEnergyFinder/

Versione Pubblicato Note della release
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'.