-
Notifications
You must be signed in to change notification settings - Fork 16
Home
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". Unfortunately, I don't know how to render it here.
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 developmental stage, we concentrate on bringing to you tools to quickly build essential components of a quantum mechanical simulation, such as Hamiltonian and other operators, relaxation tensors, various initial conditions for density matrix etc.
Read more about Quantarhei philosophy here (more about "panta rhei" philosophy here):
Dive into Quantarhei here:
Currently, Quantarhei is at its experimental stage. Current version is 0.0.31 (as of November 13, 2017)
Quantarhei is available in source form on GitHub. Its distributions are available from PyPI for install with the pip
command. Just type on the command line
$ pip install quantarhei