Skip to content

DelSquared/Schrodinger-Equation-Complex-PDE-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Schrodinger Equation Complex PDE Solver

Basically let Y = u + iv and solve real and imaginary simultaneously as:

ut = -vxx + Vu

vt = uxx - Vv

(In this, I let V=0 for simplicity giving the solution for a free particle)