|
Path Integral Quantum Monte Carlo
|
Pre-equilibration via classical Monte Carlo. More...
#include <cmc.h>
Public Member Functions | |
| ClassicalMonteCarlo (PotentialBase *, PotentialBase *, MTRand &, const Container *, Array< dVec, 1 > &) | |
| Constructor. | |
| ~ClassicalMonteCarlo () | |
| Destructor. | |
| void | run (uint32, bool) |
| Perform the Monte Carlo equilibration. More... | |
Pre-equilibration via classical Monte Carlo.
We perform a series of classical Monte Carlo updates with the hopes of obtaining a good classical ground state from which to initiate our quantum monte carlo from.
| void ClassicalMonteCarlo::run | ( | uint32 | numMCSteps, |
| bool | gce | ||
| ) |