Path Integral Quantum Monte Carlo
|
Implements the setup stage of the simulation. More...
#include "setup.h"
#include "container.h"
#include "constants.h"
#include "communicator.h"
#include "potential.h"
#include "wavefunction.h"
#include "action.h"
#include "move.h"
#include "estimator.h"
Go to the source code of this file.
Functions | |
string | getList (const vector< string > &options) |
Create a comma separated list from a vector of strings. More... | |
ostream & | operator<< (ostream &os, const vector< string > &vals) |
Overload << to print a vector of strings to the terminal. | |