Releases: QMCPACK/miniqmc
Releases · QMCPACK/miniqmc
miniQMC v0.4.0
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
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
This release corresponds to the completion of MS 2.2 plus some additional minor infrastructure improvements.