-
Notifications
You must be signed in to change notification settings - Fork 17
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
Added physics documentation #10
base: master
Are you sure you want to change the base?
Conversation
I have written a document which is intended to define all our conventions and has the useful derivations of electric dipole, magentic dipole, and electric quadrupole transition matrix elements and rates. This is not a final document and is intended to be dynamic as we refine the code-base. I have also added to the .gitignore file so that LaTex build files are not tracked.
Could you define the notation rr used in equation 35. |
This is a dyadic/outer product of two vectors which makes a matrix. I'll add it in for more clarity. |
The code defines this relative to gammaJ |
Isn't |
Yes, edited my previous message. I had misread the GammaJ definition. |
But, I'll grant that the notation is maybe a bit unclear (GammaJ is Sum(i)Gamma_{ij} in my notation). |
What's holding up this getting merged? |
Someone doing a review to check style, consistency with the definitions we use elsewhere in the group, etc. It's been on my to do list for a while but I haven't managed it. I would happily delegate responsibility to a volunteer! |
Also, this feels like something that should be in sphinx or whatever so it auto-generates nice HTML docs that we can publish rather than being latex. |
I have written a document which is intended to define all our conventions and has the useful derivations of electric dipole, magentic dipole, and electric quadrupole transition matrix elements and rates. This is not a final document and is intended to be dynamic as we refine the code-base.
I have also added to the .gitignore file so that LaTex build files are
not tracked.