Defines tools related to the description of different time-dependence levels. More...
#include "TimeFwd.h"#include <boost/operators.hpp>#include <boost/mpl/if.hpp>
 Include dependency graph for TimeDependence.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | structure::TwoTime | 
| Describes two-time dependence corresponding to the case TWO_TIME.  More... | |
| class | structure::OneTime | 
| Describes one-time dependence corresponding to the case ONE_TIME.  More... | |
| class | structure::NoTime | 
| Describes no-time dependence corresponding to the case NO_TIME.  More... | |
| struct | structure::time::Dispatcher< TD > | 
Metafunction dispatching the three classes TwoTime, OneTime, & NoTime according to the template parameter TD  More... | |
| struct | structure::time::DispatcherIsTimeDependent< IS_TIME_DEPENDENT > | 
Metafunction dispatching two OneTime & NoTime according to the template parameter IS_TIME_DEPENDENT  More... | |
| struct | structure::time::DispatcherIsTwoTime< IS_TWO_TIME > | 
Metafunction dispatching two TwoTime & OneTime according to the template parameter IS_TWO_TIME  More... | |
Namespaces | |
| structure | |
| Comprises modules for describing quantum systems.  | |
| structure::time | |
| Comprises tools related to the description of different time-dependence levels.  | |
Enumerations | |
| enum | structure::TimeDependence { structure::TWO_TIME, structure::ONE_TIME, structure::NO_TIME } | 
| Enumeration of different possibilities for time dependence of Hamiltonians.  More... | |
Defines tools related to the description of different time-dependence levels.
Definition in file TimeDependence.h.