Implements the diffusion Monte Carlo algorithm. More...
#include <diffusionmontecarlo.h>
Public Member Functions | |
DiffusionMonteCarlo (Config *config) | |
void | sample (int nSamplesLocal) |
void | sample () |
void | setTimeStep (double arg) |
void | loadConfiguration (INIParser *settings) |
Implements the diffusion Monte Carlo algorithm.
void DiffusionMonteCarlo::sample | ( | int | nSamplesLocal | ) | [virtual] |
Implements MonteCarlo.