Path Integral Quantum Monte Carlo
|
Parses command line input and sets up the details of the simulation. More...
#include "common.h"
#include "factory.h"
#include <boost/program_options.hpp>
#include <boost/any.hpp>
Go to the source code of this file.
Data Structures | |
class | Parameters |
Simulation Parameters. More... | |
class | Setup |
Setup the simulation. More... | |
Enumerations | |
enum | ParamState { UNSET , DEFAULTED , SET } |
The three possible states of a parameter. | |
Functions | |
ostream & | operator<< (ostream &, const vector< string > &) |
Overload << to print a vector of strings to the terminal. | |
Parses command line input and sets up the details of the simulation.
Definition in file setup.h.