Table Of Contents

Next topic

C++QEDv2 User Guide

C++QED: a framework for simulating open quantum dynamics

C++QED is a highly flexible framework for simulating open quantum dynamics. It allows users to build arbitrarily complex interacting quantum systems from elementary free subsystems and interactions, and simulate their time evolution with a number of available time-evolution drivers.

Documentation

To start to understand and use the framework on the highest level, consult the User Guide. This will allow for building simulations using the already existing modules and elementary systems as building blocks.

To be able to write new modules representing elementary free subsystems or interactions, consult the Element Guide.

For a deeper understanding and to be able to extend the framework with new modules, consult the constantly developing reference manual. If your problem is not (yet) covered therein, feel free to contact the developers.

Change Log

Users of the development version from the Bazaar repository, should consult the Change Log from time to time.

PyCppQED

PyCppQED is a Python backend for processing and visualizing data produced by the framework:

Download

Support

Issues with C++QED proper should be addressed to András Vukics, those with PyCppQED to Sebastian Krämer.

Bazaar access

To access the Bazaar repository, configure your Bazaar client as follows:

bzr://cppqed.bzr.sourceforge.net/bzrroot/cppqed (read-only)

bzr+ssh://vukics@cppqed.bzr.sourceforge.net/bzrroot/cppqed (read/write—replace ‘vukics’ with your username)