Skip to content

MelkoCollective/perimeter-qmc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 git@github.com: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

No packages published

Languages

  • Python 52.6%
  • C++ 46.5%
  • Shell 0.9%