Skip to content

RaphaelCausse/Schrodinger-Resolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OS Status

SCHRODINGER-RESOLUTION

Solving Time-Independant Schrodinger Equation in C.

Graphs generation using gnuplot.

INSTALLATION

! For Linux based systems only !

Install make

Install gnuplot and gsl with your package manager:

  • For Ubuntu
sudo apt install gnuplot
sudo apt install gsl
  • For Manjaro
sudo pacman -S gnuplot
sudo pacman -S gsl
  • For MacOS
brew install gnuplot
brew install gsl

COMPILATION

Compile the project using my Makefile :

make

EXECUTION

Run the executable using my Makefile :

make run

FEATURES

Clean the entire project directory :

make clean

AUTHORS

Raphael CAUSSE, from CY TECH.
04/2022, developped on Linux Manjaro, Visual Studio Code.