-
Notifications
You must be signed in to change notification settings - Fork 88
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
Rabi frequency ratio does not agree with the result of published papers #51
Comments
HI @MinHsuanWu , thank you for pointing this out. This might have to do with spin-orbit interaction ( #14 ) and core modification of dipole operator, that seem to together make a difference for nP_1/2 states in Cs. I will have a more detailed look into this and let you know. |
Seems like it is more of a fundamental problem? So it will not only affect Cs but also other atoms? |
It seems to be effect that is significant particularly for Cs. https://iopscience.iop.org/article/10.1088/0022-3700/11/24/004 |
Hi, I just want to check if there is an update. Also, this problem seems to suggest that the Rabi frequency given by One example in this notebook: https://arc-alkali-rydberg-calculator.readthedocs.io/en/latest/Rydberg_atoms_a_primer.html Thanks |
HI @MinHsuanWu , I had to go on holiday before I could test all changes. Should be able to continue this weekend with this. Just to clarify few points:
Will write for weekend on final result regarding this. |
Hi Nikola,
Have you been able to test the changes you mentioned?
Thanks,
Min-Hsuan
…On Wed, Jul 15, 2020 at 2:37 AM Nikola Šibalić ***@***.***> wrote:
HI @MinHsuanWu <https://github.com/MinHsuanWu> ,
I had to go on holiday before I could test all changes. Should be able to
continue this weekend with this. Just to clarify few points:
-
low-lying to high-lying states are the hardest to get because some
approximation that are used for integrating wave functions in model
potential break for low lying states. Thus low-lying wave functions are not
as accurately estimated as high lying ones. For transitions between low
lying states ARC uses than literature vales obtained by other more precise
methods or measurements, but for low- to high- lying states we have to use
wave functions. The 6S_{1/2} -->nP series in Cs in particular seem to have
strong contribution additional effects. Goal for version 4. of ARC is to
introduce new calculations that would give more accurate wave functions for
low-lying states too. In the meantime, I will try to implement and test
some corrections that would effectively take care of it.
-
the focus is not getRabiFrequency, which is correct calculation, but
in fact calculations of DME used for low to high lying transitions of Cs.
-
Overlap between high and low lying states is always weak, and this
does not suggest that the statement in primer is not true. In fact, these
corrections go in direction of further reducing DME of 6S_{1/2} -->nP in Cs.
Will write for weekend on final result regarding this.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHFFXYF5KQMQVTUBUXJXZELR3V2EJANCNFSM4ONBVH5Q>
.
|
Hi @nikolasibalic, I noticed that @MinHsuanWu's request has still not been resolved and am wondering whether we might be able to help with this. I use a modified version of the getRadialMatrixElement function that accounts for the core polarizability effect in cesium to obtain oscillator strengths that match spectroscopic data (and that could readily be extended to other alkali atoms). I've posted a Python notebook here that demonstrates this functionality and includes some notes on what it would take to more fully integrate the improved calculation into ARC. I would be happy to explain further and discuss what is needed to implement properly. --Monika |
Dear Monika @m-schleier , Many thanks for this well documented and benchmarked contribution. Would you like to submit a pull request on branch that I have just opened ( I would try then to do some cleanup and integrate this smoothly into Would it be fine with you also if we include this very useful notebook verbatim in ARC documentation? Once again, many thanks for reaching out and resolving this! |
Hi @nikolasibalic, I just submitted the pull request. It definitely does need some cleanup, so I appreciate your willingness to take this on! And yes, feel free to include the notebook in the ARC documentation. (That said, I should probably look over it one more time, and I'll let you know if I notice any edits that are needed.) |
I was trying to calculate the Rabi frequency ratio of Cs atom excitation (6S_{1/2} -->nP_{1/2}) to (6S_{1/2} -->nP_{3/2})
By running the following code:
I got the ratio = 3.4056.
However, the following papers say that the oscillator strength for excitation to P_{1/2} states is orders of magnitude weaker than for excitation to P_{3/2} states:
• https://journals.aps.org/pra/abstract/10.1103/PhysRevA.89.033416
• https://arxiv.org/pdf/1706.06237.pdf
The oscillator strengths are proportional to the square of the Rabi frequency:
3.4^2 = 11.56
but this still can't get us 4 orders of magnitude as the paper say ....
I wonder if there is something wrong with
getDipoleMatrixElement
?By the way, I also made this plot:
The text was updated successfully, but these errors were encountered: