Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 341 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 341 Bytes

Numerov Method - Applied to Schrodinger Equation

Test with Quantum well, Wave function and a Ring cross-section.

Requirements

You need git, make and the compiler gpp installed.


Instalation

To compile the program:

make

To execute the program:

make run

To clean the files .o and prog(executable):

make clean