C++QED  v2 Milestone 10
a framework for simulating open quantum dynamics
Glossary

element

Elements are building blocks of composite systems.

See also
Supported general-purpose elements, Main page of the elements module

They come in two flavours:

free

Elementary free subsystem, where “free” means that the system has only one quantum number

See also
Supported general-purpose free elements, structure::Free

This kind of element can be used for simulating in itself.

interaction

An interaction of arbitrary arity between such free systems.

See also
Supported general-purpose interaction elements, structure::Interaction

composite

System composed of several free elements linked by interaction elements

See also
BinarySystem, Composite, More complex examples

script

High-level C++ program assembling the modules necessary for a given problem domain. E.g. specification of a particular physical system and of what to do with it – how to simulate it. It uses the framework as a library.

See also
User Guide – the level-1 interface of C++QED, directory CPPQEDscripts

dc-mode

The trajectory is run in such a way that a fixed number (dc) of adaptive steps are performed between two displays.

See also
More on command-line parameters, deltaT-mode , trajectory::Adaptive::run

deltaT-mode

The trajectory is run in such a way that a fixed timestep (deltaT) is performed between two displays.

See also
dc-mode , trajectory::Trajectory::run