Path Integral Quantum Monte Carlo
Data Structures | Enumerations | Functions
setup.h File Reference

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>
+ Include dependency graph for setup.h:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Parses command line input and sets up the details of the simulation.

Author
Adrian Del Maestro
Date
04.06.2011

Definition in file setup.h.