I Solving 3D TDSE with Runge-Kutta Method

  • I
  • Thread starter Thread starter thatboi
  • Start date Start date
  • Tags Tags
    Runge-kutta
thatboi
Messages
130
Reaction score
20
Hey all,
For the Runge-Kutta method in 3-D (specifically to solve the 3-D TDSE), I was wondering if there were any subtleties I should expect, or if I could just simply use the 1-d method and add on the respective contributions from the other 2 dimensions.
Thanks.
 
Physics news on Phys.org
I guess you mean applying a Runge-Kutta method for the time step. How do you plan to implement the spatial part?

In principle, there should be no difference between 1D and 3D for the time part.
 
DrClaude said:
I guess you mean applying a Runge-Kutta method for the time step. How do you plan to implement the spatial part?

In principle, there should be no difference between 1D and 3D for the time part.
Since I just need to propagate the wavefunction forward in time I figured I could just discretize the space and use finite differences for any partial derivatives with respect to spacial coordinates.
 
Sure, but what about boundary conditions?
 
Back
Top