Skip to content

Repository files navigation

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) 

About

Originated from QUEST-1.4.4

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages