mvpmanish / LASED

Laser-Atom interaction Simulator using quantum ElectroDynamics
MIT License
10 stars 6 forks source link

LASED: Laser Atom interaction Simulator derived from quantum ElectroDynamics

Many experiments using atoms and lasers are performed in physics which require knowledge and modelling about the excited state of the atomic species being studied. Steady-state models can be used to get the final equilibrium of a laser-atom system but a large number of laser-atom interactions are short-lived an decay quickly. Most models using the Louiville equation to capture the dynamics of the interaction do not use a full quantum electrodynamic picture to evolve the system over time but instead use a semi-classical approach. In this simulator all dynamics are calculated by deriving the equations from field operators. This gives a more physcially accurate model.

Installation

Run the following to install:

pip install LASED

The source code can be found at https://github.com/mvpmanish/LASED.

Usage

In this simulator a user defines a State object with all quantum numbers defined. The user then creates two vectors: one containing all the ground states and one for the excited states. The user can then define a LaserAtomSystem object with a laser power (or intensity) and the laser wavelength. With this object the user can:

Tutorials

Check out readthedocs for detailed tutorials and a guide for how to use the library: https://lased.readthedocs.io/en/latest/

Version History

v1.0

v0.4:

Further Reading

Acknowledgements

Thank you to Professor Andrew Murray, Dr Matthew Harvey, and Parinya Udommai for their continued support with this library and project.

Please cite this library if you are using it using the paper found here: https://arxiv.org/abs/2203.12535.