C++QEDCore  v2 Milestone 10
a framework for simulating open quantum dynamics – core
ParsMCWF_Trajectory.h
Go to the documentation of this file.
1 // Copyright András Vukics 2006–2014. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.txt)
3 #ifndef CPPQEDCORE_QUANTUMTRAJECTORY_PARSMCWF_TRAJECTORY_H_INCLUDED
4 #define CPPQEDCORE_QUANTUMTRAJECTORY_PARSMCWF_TRAJECTORY_H_INCLUDED
5 
6 #include "MCWF_TrajectoryFwd.h"
7 
9 
10 
11 namespace quantumtrajectory {
12 
13 
15 namespace mcwf {
16 
17 
19 
21 
22  double
25 
26  int &logLevel;
27 
28  size_t
29  &nBins,
30  &nJumpsPerBin;
31  Pars(parameters::ParameterTable& p, const std::string& mod="");
32 
33 };
34 
35 
36 } } // quantumtrajectory::mcwf
37 
38 #endif // CPPQEDCORE_QUANTUMTRAJECTORY_PARSMCWF_TRAJECTORY_H_INCLUDED
int & logLevel
governs how much logging information is displayed during an MCWF_Trajectory run
size_t & nBins
governs how many bins should be used for the histogram of jumps created by ensemble::displayLog (a ze...
Comprises modules representing trajectory drivers for simulating quantum systems. ...
Definition: DO_Display.h:12
The parameter table according to which the command line will be parsed by update() ...
Definition: Pars.h:134
Aggregate of parameters pertaining to stochastic simulations.
double & dpLimit
the parameter (cf. 2.b.ii here)
double & overshootTolerance
the parameter (cf. 2.b.ii here)
Defines class of the same name.
size_t & nJumpsPerBin
the average number of jumps per bin in the histogram of jumps for the case of heuristic bin-number de...
Aggregate of parameters pertaining to MCWF simulations.