-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document electronic transitions #87
Comments
I am trying to use atom_physics (version 2.0.1) to calculate some transitions of barium ions. Regarding the method
where I have use the definition of electric dipole operator in chapter 7.5 of Daniel A. Steck, Quantum and Atom Optics. Note that sign before wigner 3j symbol and the q = M_g - M_e is different from what was originally defined in the program. I didn't figure out the physical meaning of the original definition, while I think this new definition is clearer. It can be directly used to calculate the multipoles matrix element between hyperfine states, consistent with the result calculated using Wigner 6j symbol. |
Yes, this part of the code needs an overhaul. The first step here is updating the definitions and conventions part of the manual to include electronic transitions and be clear about what we're actually doing (I have a half-finished PR for this, which I'm hoping to get to in the next couple of weeks). Once that's done, we can update the code so that it actually returns a matrix of Rabi frequencies, rather than some amplitudes which are loosely related to the Rabi frequencies. |
Currently we don't properly document how we define electric dipole / quadrupole matrix elements and how scattering rates / Rabi frequencies should be calculated from them.
This has been discussed in a few places, opening a single issue here to track the discussion:
One thing to think about here is what level of documentation we want. My aim is explicitly not to write a text book on atomic physics; just to have enough documentation for the conventions / definitions to be clear to someone with a good understanding of (text book on) atomic physics.
In particular, I want to avoid the kind of explanations that one often finds in atomic physics which go "detail...detail...detail...wave hands...detail...detail". I don't think that is a useful thing for us to have. As such, I think we probably just need a much condensed version of #10 , which summarizes the results, but without as much of the workings.
NB there are a few FIXMEs which have crept in in places where I think we're doing something slightly odd in our electric multipole calculations. We should resolve these while tidying up the docs here.
The text was updated successfully, but these errors were encountered: