Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 377 Bytes

File metadata and controls

10 lines (6 loc) · 377 Bytes

qp-H2S

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