numerov-cooley-algorithm
There are 3 repositories under numerov-cooley-algorithm topic.
FelixDesrochers/Numerov
A python script that solves the one dimensional time-independent Schrodinger equation for bound states. The script uses a Numerov method to solve the differential equation and displays the desired energy levels and a figure with an approximate wave function for each of these energy levels.
bast/numerov
Compute vibrational levels, wavefunctions, and expectation values using the Numerov-Cooley algorithm.
kosarx/QuantumNumerovSolver
An application in Python Numpy that uses the Numerov-Cooley Method to numerically solve the 1-D Time-independent Schrödinger Equation