Aggregate of parameters pertaining to MCWF simulations. More...
#include <ParsMCWF_Trajectory.h>
Inheritance diagram for quantumtrajectory::mcwf::Pars:
Collaboration diagram for quantumtrajectory::mcwf::Pars:Public Member Functions | |
| Pars (parameters::ParameterTable &p, const std::string &mod="") | |
Public Member Functions inherited from trajectory::ParsStochastic | |
| ParsStochastic (parameters::ParameterTable &, const std::string &mod="") | |
Public Member Functions inherited from trajectory::ParsEvolved | |
| ParsEvolved (parameters::ParameterTable &, const std::string &mod="") | |
All Pars… classes are constructed taking a parameters::ParameterTable, to register the parameters on. More... | |
Public Attributes | |
| double & | dpLimit |
the parameter (cf. 2.b.ii here) | |
| double & | overshootTolerance |
the parameter (cf. 2.b.ii here) | |
| int & | logLevel |
| governs how much logging information is displayed during an MCWF_Trajectory run More... | |
| size_t & | nBins |
| governs how many bins should be used for the histogram of jumps created by ensemble::displayLog (a zero value means a heuristic automatic determination) | |
| size_t & | nJumpsPerBin |
| the average number of jumps per bin in the histogram of jumps for the case of heuristic bin-number determination | |
Public Attributes inherited from trajectory::ParsStochastic | |
| unsigned long & | seed |
| random-number generator seed | |
| bool & | noise |
| whether the noise should be on or off More... | |
| size_t & | nTraj |
| number of trajectories in case of ensemble averaging | |
Public Attributes inherited from trajectory::ParsEvolved | |
| double & | epsRel |
| relative precision of ODE stepping (cf. evolved::TimeStepBookkeeper) | |
| double & | epsAbs |
| absolute precision ” | |
| evolved::SteppingFunction & | sf |
| stepping-function type | |
| double & | nextDtTryCorrectionFactor |
| cf. evolved::MakerGSL::MakerGSL() | |
Additional Inherited Members | |
Static Public Attributes inherited from trajectory::ParsEvolved | |
| static const double | epsRelDefault |
| The ultimate default of epsRel in the framework. | |
| static const double | epsAbsDefault |
| ” for epsAbs | |
Aggregate of parameters pertaining to MCWF simulations.
Pars… classes Definition at line 20 of file ParsMCWF_Trajectory.h.
| int& quantumtrajectory::mcwf::Pars::logLevel |
governs how much logging information is displayed during an MCWF_Trajectory run
Definition at line 26 of file ParsMCWF_Trajectory.h.