-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
39 lines (29 loc) · 1.19 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
This code based on a celebrated quest-dqmc code https://code.google.com/archive/p/quest-qmc/ is a Fortran 90/95 package
that implements the determinant Quantum Monte Carlo (DQMC) method for quantum simulations of the Hubbard-type models.
=====================
QUEST readme file
=====================
* To install QUEST modify make.inc file to indicate where necessary libraries are installed in the system.
Makefiles are stored in the folder /quest-qmc/makefiles
make.inc.gcc:
Compilers: GNU C++ compiler(g++), GNU fortran compiler(gfortran)
Libraries: LAPACK, BLAS
make.inc.icc:
Compilers: Intel C++(icc), Intel fortran(ifort)
Libraries: LAPACK, BLAS
make.inc.mkl-gcc:
Compilers: GNU C++ compiler(g++), GNU fortran compiler(gfortran)
Libraries: Intel MKL
make.inc.mkl-icc:
Compilers: Intel C++(icc), Intel fortran(ifort)
Libraries: Intel MKL
Folders:
libs ......... Sourcecode of LAPACK and BLAS library.
applications . Applications of the code.
SRC .......... QUEST source code.
geometries ... Examples of the different geometries.
makefiles .... A collection of sample makefiles.
Build on mijiang@lisa.phas.ubc.ca -p 7743:
module load intel
module load impi
make (clean)