C++QEDElements  v2 Milestone 10
a framework for simulating open quantum dynamics – generic elements
EvolutionComposite.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 #ifndef CPPQEDCORE_QUANTUMTRAJECTORY_EVOLUTIONCOMPOSITE_H_INCLUDED
4 #define CPPQEDCORE_QUANTUMTRAJECTORY_EVOLUTIONCOMPOSITE_H_INCLUDED
5 
6 #include "Composite.tcc"
7 
8 #include "Evolution.h"
9 
10 using composite::_;
11 
12 #endif // CPPQEDCORE_QUANTUMTRAJECTORY_EVOLUTIONCOMPOSITE_H_INCLUDED
Convenience header collecting to one place most of the components of C++QED core needed for writing s...