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

(ARC 3.2) Wrong HFS data for Na23 #116

Closed hpaantee closed 1 year ago

hpaantee commented 1 year ago

When using getHFSEnergyShift(...), the values for the ground state 3S1/2 of Na23 seems to be wrong. It gives me values of[-1107.2625 664.3575], seemingly in units of MHz, while for other states and elements it always returns in units of Hz.

nikolasibalic commented 1 year ago

@hpaantee Thank you for reporting this. Indeed data was saved in units of MHz instead of Hz for this HFS state. I just fixed the bug, and update will be available in next release.

hpaantee commented 1 year ago

Thanks! After updating and deleting the na23_precalculated.db file in the .arc-data/ folder of my home directory it works.