Skip to content

Releases: QMCPACK/miniqmc

miniQMC v0.4.0

08 Aug 23:01
7672fdd
Compare
Choose a tag to compare

Changes from the previous release:

  • No need of workaround for IBM XL 16.1 since CMake 3.11
  • Add a reference implementation einspline_spo_ref next to einspline_spo
  • Reduce the default number of MC steps from 100 to 5
  • Format source with clang-format 7
  • Enable hierarchy time
  • Decouple the walker loop from the OpenMP parallel region
  • Add a synchronous walker moving driver
  • Fix several bugs

miniQMC v0.3.0

29 May 20:51
af4e3b7
Compare
Choose a tag to compare

Notes

From this version, building miniQMC needs only C++ compiler.
The minimum requirement of CMake is raised to 3.6.0

Changes from the previous release:

  • Updated Jastrow factor algorithms as QMCPACK.
  • Added -m option to adjust spline mesh.
  • Added -j option to switch on three-body Jastrow. Default off.
  • Improved MKL detection.
  • Added minimal MPI support.
  • Many small bug fixes, improvements and optimizations.

miniQMC v0.2.0

18 Jan 19:03
b06dc99
Compare
Choose a tag to compare

This release corresponds to the completion of MS 2.2 plus some additional minor infrastructure improvements.