C++QEDCore  v2 Milestone 10
a framework for simulating open quantum dynamics – core
trajectory::Pars Struct Reference

An example of a simple unification of Pars… classes, here ParsRun & ParsEvolved. More...

#include <ParsTrajectory.h>

+ Inheritance diagram for trajectory::Pars:
+ Collaboration diagram for trajectory::Pars:

Public Member Functions

 Pars (parameters::ParameterTable &p, const std::string &mod="")
 
- Public Member Functions inherited from trajectory::ParsRun
 ParsRun (parameters::ParameterTable &, const std::string &mod="")
 
const std::string getParsedCommandLine () const
 Corresponds to parameters::ParameterTable::getParsedCommandLine.
 
- 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...
 

Additional Inherited Members

- Public Attributes inherited from trajectory::ParsRun
double & T
 endtime of the run
 
int & dc
 
double & Dt
 
long & NDt
 number of deltaT intervals in deltaT-mode
 
std::string & ofn
 
std::string & initialFileName
 
formdouble::Zeroprecision
 the overall precision of trajectory display More...
 
bool & displayInfo
 
bool & firstStateDisplay
 
unsigned & sdf
 
double & autoStopEpsilon
 
unsigned & autoStopRepetition
 
- Public Attributes inherited from trajectory::ParsEvolved
double & epsRel
 relative precision of ODE stepping (cf. evolved::TimeStepBookkeeper)
 
double & epsAbs
 absolute precision ”
 
evolved::SteppingFunctionsf
 stepping-function type
 
double & nextDtTryCorrectionFactor
 cf. evolved::MakerGSL::MakerGSL()
 
- 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
 

Detailed Description

An example of a simple unification of Pars… classes, here ParsRun & ParsEvolved.

Definition at line 94 of file ParsTrajectory.h.


The documentation for this struct was generated from the following file: