References#
Method used in jQMC#
Stochastic Reconfiguration#
In jQMC, wavefunctions are optimized using the so-called Stochastic Reconfiguration method, published in.
Diffusion Monte Carlo Method with Lattice Regularization (LRDMC)#
Two LRDMC algorithms are implemented in jQMC. The first is the original LRDMC algorithm, referred to as lrdmc-tau in jQMC, which is described in detail below:
The second, referred to as lrdmc in jQMC, is a slightly modified version of the original algorithm designed to maintain better load balancing across walkers. Details are provided below:
Although the latter algorithm (lrdmc) offers superior parallel efficiency, both implementations are algorithmically equivalent and have been verified to yield consistent results.