Solving 3D TDSE with Runge-Kutta Method

  • Context: Undergrad 
  • Thread starter Thread starter thatboi
  • Start date Start date
  • Tags Tags
    Runge-kutta
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
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.