C++QEDCore
2.100.2 (v2 Milestone 10 Development branch)
a framework for simulating open quantum dynamics – core
C++QED
|
core
|
elements
|
cpypyqed
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
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
18
struct
ParsStochastic
:
ParsEvolved
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
trajectory::ParsStochastic::nTraj
size_t & nTraj
number of trajectories in case of ensemble averaging
Definition:
ParsStochasticTrajectory.h:30
trajectory
The trajectory-bundle.
Definition:
ParsStochasticTrajectory.h:13
trajectory::ParsStochastic::seed
unsigned long & seed
random-number generator seed
Definition:
ParsStochasticTrajectory.h:21
trajectory::ParsEvolved
Aggregate condensing parameters concerning adaptive ODE evolution (cf. Adaptive::Adaptive()) in the s...
Definition:
ParsTrajectory.h:38
parameters::ParameterTable
The parameter table according to which the command line will be parsed by update() ...
Definition:
Pars.h:134
trajectory::ParsStochastic
Aggregate of parameters pertaining to stochastic simulations.
Definition:
ParsStochasticTrajectory.h:18
ParsTrajectory.h
Defines parameter aggergates to Trajectory.h.
trajectory::ParsStochastic::noise
bool & noise
whether the noise should be on or off
Definition:
ParsStochasticTrajectory.h:28
utils
ParsStochasticTrajectory.h
Generated on Thu Nov 6 2014 11:44:31 for C++QEDCore by
1.8.8