Skip to content
/ pimcpp Public
forked from bkclark/pimcpp

PIMC++ : Path Integral Monte Carlo suite

Notifications You must be signed in to change notification settings

higj/pimcpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIMC++

PIMC++ is a code designed to perform fully-correlated simulations of quantum systems in continuous space at finite temperature using Path Integral Monte Carlo. Written in object-oriented C++, it is designed in a modular way to facilitate easy addition of new methods, observables, moves and techniques.

Computational quantum mechanics involves the use of complicated algorithms and sophisticated codes to calculate properties of quantum systems. In many situations, people end up reinventing the wheel by reimplementing algorithms or techniques that already are in existing codes. PIMC++ is designed to alleviate this problem. It is designed to be sufficiently general to be of use for a wide variety of Path Integral calculations, optimized for high performance calculations (both in terms of speed and parallelization) to allow for quick results, and written in an object oriented way to facillitate fast prototyping and addition of new algorithms and techniques. The goal is for this to become a community-wide code that speeds up the rate of research and that PIMC++ will grow from through the contributions of the community.

Requirements

Installation

  • Set the environmental variables to point to the respective installation directories: FFTW_HOME,HDF5_HOME, GSL_HOME, SPRNG_HOME, BLITZ_HOME
  • Adjust the CMakeLists.txt file to fit the machine and compilers you are using.
  • Run mkdir build && cd build && cmake ...
  • Run make (use -j for distributed compiling if possible). Built libraries are put in $PROJECTDIR/bin/.

Running

Basic execution is done very simply by pimc++ InputFile.in.

Further information

For help on any subject (including creating input files), please see the documentation.

About

PIMC++ : Path Integral Monte Carlo suite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.2%
  • Python 3.9%
  • C 1.3%
  • CMake 1.1%
  • TeX 0.3%
  • Fortran 0.1%
  • Other 0.1%