C++QEDCore  v2 Milestone 10
a framework for simulating open quantum dynamics – core
ParsStochasticTrajectory.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 // -*- C++ -*-
4 #ifndef CPPQEDCORE_UTILS_PARSSTOCHASTICTRAJECTORY_H_INCLUDED
5 #define CPPQEDCORE_UTILS_PARSSTOCHASTICTRAJECTORY_H_INCLUDED
6 
7 
8 #include "StochasticTrajectoryFwd.h"
9 
10 #include "ParsTrajectory.h"
11 
12 
13 namespace trajectory {
14 
15 
17 
19 {
20 
21  unsigned long &seed;
22 
24 
28  bool &noise;
29 
30  size_t &nTraj;
31 
32  ParsStochastic(parameters::ParameterTable&, const std::string& mod="");
33 
34 };
35 
36 
37 } // trajectory
38 
39 
40 #endif // CPPQEDCORE_UTILS_PARSSTOCHASTICTRAJECTORY_H_INCLUDED
size_t & nTraj
number of trajectories in case of ensemble averaging
The trajectory-bundle.
unsigned long & seed
random-number generator seed
Aggregate condensing parameters concerning adaptive ODE evolution (cf. Adaptive::Adaptive()) in the s...
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.
Defines parameter aggergates to Trajectory.h.
bool & noise
whether the noise should be on or off