C++QEDCore  v2 Milestone 10
a framework for simulating open quantum dynamics – core
Simulated.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_SIMULATED_H_INCLUDED
5 #define CPPQEDCORE_UTILS_SIMULATED_H_INCLUDED
6 
7 #include "BlitzArrayTraits.h"
8 #include "EvolvedGSL.tcc"
9 #include "Simulated.tcc"
10 
11 #include "Pars.tcc"
12 
13 #include <boost/bind.hpp>
14 
16 using parameters::update ;
18 
20 using trajectory::Pars ;
21 
22 #endif // CPPQEDCORE_UTILS_SIMULATED_H_INCLUDED
Class fully implementing the Adaptive interface by displaying (and serializing) the whole content of ...
Definition: Simulated_.h:27
The parameter table according to which the command line will be parsed by update() ...
Definition: Pars.h:134
An example of a simple unification of Pars… classes, here ParsRun & ParsEvolved. ...
Implementations of the traits functions declared in ArrayTraits.h for blitz::Array ...