forked from mskoenz/perimeter-qmc
-
Notifications
You must be signed in to change notification settings - Fork 1
MelkoCollective/perimeter-qmc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
To get this code working you need the following: 1) CMake 2) c++11 conformant c++compiler 3) boost The following commands will get the code and test if it builds git clone [email protected]:mskoenz/perimeter-qmc.git cd perimeter-qmc/ mkdir build cd build/ Specify what compiler you use in the CMakeLists.txt that is located in the same folder as this file and change line 5 if you're not using g++-4.7 cmake ../ make sim If it compiled, your system has the necessary tools good job! To get the documentation (you probably need doxigen): make doc cd ../doc Open one of the html files with your favorite browser
About
My Master Thesis at Perimeter Institute
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 52.6%
- C++ 46.5%
- Shell 0.9%