- #1
dilloncyh
- 39
- 0
I guess this is just a maths problem about algebra. I'm learning to solve Schrodinger equation numerically, and right now I'm just dealing with the simplest examples like harmonic potential, square well, etc. The problem is that sometimes my program gives some strange results and I suspect it is deal to the extremely small values of the constants involved. So let's say I set hbar^2/m = 1, express the length scale in terms of Bohr's radius (5.3e-11 becomes 1) and express all the energy (E and V) in terms of eV. I need to first find the eigenvalue E that satisfies the equation, then I can use the value of E to find the initial conditions which enable me to find solution everywhere. But how do I convert E and all the values of wave function at different points back to some sensible units? I just do not know what the units of the results I get mean.
thanks
thanks