Numerically solutions with periodic boundary conditions

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 · 1K views
jimmy neutron
Messages
25
Reaction score
1
Is anyone aware of how to numerically solve the (1D) SE with periodic boundary conditions?
 
Physics news on Phys.org
It is time dependent SE or stationay SE? If it is stationary you need the ground solution or some excited state solution?
 
soarce said:
It is time dependent SE or stationay SE? If it is stationary you need the ground solution or some excited state solution?
It is for the time independent Schrödinger Equation and for ground state solution
 
For time dependent equation I would start by split-step method, when using Fourier Transform you get by default the periodic boundary conditions: http://en.wikipedia.org/wiki/Split-step_method otherwise you would need to implement a propagation method (Euler, Crank-Nicholson etc).
As for stationary solutions you can you the symmetry of your solution, i.e. translation invariant, to rewrite your solution on a closed interval [a,b] and the use, for instance, shooting method http://en.wikipedia.org/wiki/Shooting_method