Skip to content

A C++ implementation of the spectral split-step method for solving partial differential equations.

Notifications You must be signed in to change notification settings

johnklint81/SSSM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

SSSM

A C++ implementation of the spectral split-step method for solving the Schrödinger equation with a potential.

The initial wave function Psi0(x, y) can be changed as well as the time-independent potential(x, y) function. Note, nonsensical potentials and wave functions might produce nonsensical results.

For more information on the method, see https://en.wikipedia.org/wiki/Split-step_method

Program written by John Klint and Niphredil Klint

About

A C++ implementation of the spectral split-step method for solving partial differential equations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages