atomcalc

Simulation of atom-light interaction


Install
pip install atomcalc==0.1.7

Documentation

About AtomCalc

Docs

AtomCalc simulates the interaction between multi-level atoms and laser fields. It calculates how the population of the electronic levels of an atom changes if laser pulses are applied. To allow for realistic simulations, decay channels can be taken into account. A tutorial on how to simulate motional states can be found on the documentation website. A system is defined by the levels, the lasers, and decay paths. For each of them exists one class that owns the corresponding properties. The time evolution of the population of each level is then calculated with the simulate function that uses a Lindblad master equation approach.

This project is supposed to be expanded and should be seen as a construction fundament. The methods used in the code are explained in my master thesis which can be obtained via the 5th institute of physics of the university of Stuttgart.

Installation

AtomCalc can be installed with pip install atomcalc. Its dependencies are Matplotlib, SciPy, NumPy and QuTiP.