Solving schrodingers numerically

  • Thread starter Thread starter Nigel_baxter
  • Start date Start date
Nigel_baxter
Messages
2
Reaction score
0
hi guys. this is my first post so hello to everyone here!
right, well to my problem. I'm attempting to solve (numerically) schrodingers equation.
ie time independent one, which can be taken as (d/dX2 + V(X))Y(X)=E*Y(X) (after defining a dimensionless constant to get rid of all the "junk" ;) )
first i am given that the potential V(X)=X*X and that the initial conditions that Y(0)=1 and Y'(0)=0, which is "appropriate for an even solution".
I then solve it numerically quite easily using a modified rungekutta method.
However i am not use how to adapt my program in order to solve for an odd solution...would it simply be a change of initial conditions?

thank you for the help guys, it is well appreciated.
 
Physics news on Phys.org
Try Y(0)=0 and Y'(0)=1 ?
 
yes i did try that, but it does not give me the answer i want.
i forgot to mention, i only need to get the even and odd solutions when the potential is (-1/(1+x^4)).
also when i do find even and odd solutions, should they share the same eigenvalues?
thank you again
 
I am not sure if this falls under classical physics or quantum physics or somewhere else (so feel free to put it in the right section), but is there any micro state of the universe one can think of which if evolved under the current laws of nature, inevitably results in outcomes such as a table levitating? That example is just a random one I decided to choose but I'm really asking about any event that would seem like a "miracle" to the ordinary person (i.e. any event that doesn't seem to...
Back
Top