RESEARCH SOFTWARE

Quantarhei package

Quantarhei is a Molecular Open Quantum Systems Simulator written predominantly in Python. Its name is derived from the famous aphorism "Panta rhei" of the Greek philosopher Heraclitus of Ephesus. "Panta rhei" means "Everything flows" or "Everything is in flux" which is quite fitting when you change Panta into Quanta.

In "Quantarhei" the last four letter ("rhei") should be written in Greek, i.e. (using LateX convention) "\rho \epsilon \iota".

Quantarhei is in flux, but it already provides helper classes to define molecules, their aggregates and their interaction with external environment. It can calculate absorption spectra of individual molecules and their aggregates and excitation energy transfer dynamics using various types of Redfield and Foerster theories.

Quantarhei provides Python code (optimized with Numpy) for all its implemented methods and theories, and allows extensions and replacements of the reference Python code with optimised routines written in C, Fortran or other lower level languages.

In the first development stage, we concentrate on bringing to you tools to quickly build essential components of a quantum mechanical simulation, such as Hamiltonian, relaxation tensors, various initial conditions for density matrix etc.

Quantarhei is at its experimental stage. Current version is 0.0.35 in available from GitHub

Quantarhei is available in source form on GitHub, from PyPI for easy installation with the pip command, and in binary form from Anaconda Cloud using the conda command.

Quantarhei Status: Build Status Documentation Status Coverage Status Conda Version

Aceto library

Aceto (pronounced like in Italian where it means vinegar) is a library written predominantly in modern Fortran, which implements some of the most common algorithms for computations in the theory of open molecular systems and the theory of non-linear spectroscopy.

Aceto has a binding for Python and is used by Quantarhei package to speed up its calculations. Everything which is implemented in Aceto exists also in Quantarhei in its pure Python form.

Aceto is not yet released to public.