Skip to content

Latest commit

 

History

History
58 lines (49 loc) · 3.5 KB

README.md

File metadata and controls

58 lines (49 loc) · 3.5 KB

atomic physics tools

Various tools for doing atomic physics calculations, including calculating eigenstates of the hyperfine and Zeeman interactions versus magnetic field (i.e. solving the Breit-Rabi problem), calculating branching ratios for alkali atoms decaying from the D1 or D2 transition, and tools for solving the optical Bloch equations.

Excellent references on the properties of various alkali atoms are available online.

Useful background reading

To install this code

git clone https://github.com/ptbrown1729/atomic-physics.git
cd atomic-physics
pip install .

If you wish to edit the code, install with the -e option by replacing the last line with pip install -e ..

Calculate the angular portion of atomic matrix elements.

Tools for calculating the Clebsch-Gordon coefficients, Wigner 3j, and Wigner 6j symbols. The functions here have been taken from other sources and adapted to python. The Clebsch-Gordon coefficients and Wigner 3j symbol are based on functions created by David Terr which are available on the MathWorks file exchange. The Wigner 6j symbol function was based on a function written by Ulrich Krohn.

Tools for solving differential equations using the Numerov method. This is relevant to atomic physics for solving the radial wavefunction of Rydberg atoms. The approach here was adopted from

Example scripts utilizing, mostly for calculating properties of lithium-6.

Tests verifying matrix element calculations by comparing with published results

Several Matlab functions for solving the optical Bloch equations and calculating properties of electromagnetically induced transparency (EIT).