Project for Pr.Hu Shuiming's Quantum Physics course
You will need a c++ compiler and armadillo library to run the program
For Debian/Ubuntu users, it is recommended to install g++
and libarmadillo-dev
from repository
Compile with g++:
g++ -o <DEST> main.cpp -O2 -larmadillo