nikolasibalic / ARC-Alkali-Rydberg-Calculator

Object-oriented Python library for computation of properties of highly-excited Rydbeg states of alkali and divalent atoms.
https://atomcalc.org
BSD 3-Clause "New" or "Revised" License
86 stars 72 forks source link

C_6 perturbatively and form level diagram of hetero/homonuclear interactions #123

Open aqfarouk opened 1 year ago

aqfarouk commented 1 year ago

Discussed in https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/discussions/122

Originally posted by **Thapanio** October 17, 2022 Hello, I tried to compared the results of interaction energy for different types of interacting species and I found something can be interesting. I was trying to compare the values of C_6 calculated perturbatively and the values of C_3 and C_6 from level digram. If I am not doing the calculations wrong, are there any reasons for the inconsistency of the calculated figures for homonclear interactions with different principal quantum number of Rydberg states (3rd figure), or heteronuclear interactions (4th figure) of Alkali atoms? **1. Interaction between two rubidium atoms in Rydberg state 61s1/2;** ![ARC-RbRb](https://user-images.githubusercontent.com/12714409/196116703-63e4d23f-f1a9-4cc2-a85e-b38aea7b967c.jpg) **2. Interaction between two cesium atoms in Rydberg state 65s1/2;** ![ARC-CsCs](https://user-images.githubusercontent.com/12714409/196116558-f7106890-293c-41cd-9097-d4bc909ace9d.jpg) **3. Interaction between two rubidium atoms in Rydberg state 67s1/2 and 69s1/2;** ![ARC-AsRbRb](https://user-images.githubusercontent.com/12714409/196124586-0eb27028-f67f-4899-9d46-b6e9f5f6b8bb.jpg) **4. Interaction between cesium atom in Rydberg state 61s1/2 and rubidium atoms in Rydberg state 65s1/2;** ![ARC-CsRb](https://user-images.githubusercontent.com/12714409/196116628-59368db4-18d1-48ef-9592-832fb2541ba5.jpg) **-Python notebook including the code is attached in the ZIP file.** [ARC-Check.pdf](https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/files/9797995/ARC-Check.pdf) [ARC-Check.ipynb.zip](https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/files/9798011/ARC-Check.ipynb.zip)
nikolasibalic commented 1 year ago

Hi @Thapanio ,

Thank you for the message. I will have time to look at this only later next week. But what I can say is that C6 pertubative calculation as it is does not include exchange term. I would think that you might be seeing effects of that. To check, I made earlier this notebook that explores this term. Maybe you will find it useful to make a progress before I get some time to check in detail this case.

diagonal_and_exchange_terms(1).zip

aqfarouk commented 1 year ago

Hi @Thapanio ,

Thank you for the message. I will have time to look at this only later next week. But what I can say is that C6 pertubative calculation as it is does not include exchange term. I would think that you might be seeing effects of that. To check, I made earlier this notebook that explores this term. Maybe you will find it useful to make a progress before I get some time to check in detail this case.

diagonal_and_exchange_terms(1).zip

Thanks.