ARC-Alkali-Rydberg-Calculator
ARC-Alkali-Rydberg-Calculator copied to clipboard
Object-oriented Python library for computation of properties of highly-excited Rydbeg states of alkali and divalent atoms.
I get an error when I use a value of Bz that is not an integer in the StarkMap.definebasis arguments. I think just changing the function declaration to Bz=0.0 might...
Thank all the developers for improving this calculator. Glad to see this is growing and being more powerful. Just installed the version 3.0 and I was wondering if it supports...
The documentation for AlkaliAtom.getDipoleMatrixElement seems to contradict itself when it comes to the order of arguments. The current documentation for the function AlkaliAtom.getDipoleMatrixElement reads: https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/blob/ddef0902ba5ea5900e868eaeae700b07332388f7/arc/alkali_atom_functions.py#L1040-L1045 The above definition, specifically lines...
Work in progress: - [ ] pull request uses old version of the code so we have to make sure that new version of the code is used where 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: ```python rabiFreq = cs.getRabiFrequency(n1=6, l1=0, j1=0.5, mj1=0.5,...
Hi, Thank you for your outstanding work. There may be small problem in "diagonalise" of the Pair-state basis calculations. When `sortEigenvectors=True`,It doesn't adiabatically changing eigenstate because the `eigenstateDetuning` is unchanged...
Dear Nikola, Hi, I read your paper and some of your code on calculating the wavefunction to calculate things like . You seemed to have used a central field potential...
Hi, thanks for your nice work and detailed documentation. This programm helps me greatly with my research. When I was reading the source code on calculating the pair interaction, I...
`Rubidium().getEnergy(n=5, l=0, j=-1/2)` (as an example) returns an energy when it shouldn't (I guess?), since total angular momentum quantum number `j` is negative and probably it cannot be negative. From...
Hi I am trying to compute the continuum radial wavefuntion of Rb87 with the parameteric model potential https://journals.aps.org/pra/pdf/10.1103/PhysRevA.49.982. I looked up the cpp code in `arc_c_extensions.c` and have couple of...