Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 281 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 281 Bytes

qmSolver

Solves the Hamiltonian of the time Independent Schrodinger Equation for an arbitrary potential

function qmSolver(x, V, m, num)

% x is the distance vector % V is V(x) the voltage potential (eV) with respect to x. % m is mass. % num is number of eigenvalues to evaluate