Releases: nikolasibalic/ARC-Alkali-Rydberg-Calculator
ARC version 3.0.8
ARC 3.0.2
Minor bug fixes:
- when calculating
StarkMap
for very low lying states, it is possible now to includenMin
below ground state, and ARC will add then to the basis states whose principal quantum number is below the ground state p.q.n, but whose energies are above the ground state energy (b42c72b). - fixed
DynamicPolarizabilty
for J=0 states: before in calculation tensor polarisability ValueError would be emitted, but now it just correctly returns 0 for tensor polarisability (421bf8c).
ARC 3.0 release
Major release.
Adds support for divalent atoms and new methods for working with atom-surface interactions, for modelling ultracold atoms in optical lattices and for calculating valence electron wave functions and dynamic polarisabilities. Check preprint arxiv:2007.12016 for more details. New example notebook is also available.
ARC 2.2.2
ARC 2.2.0 (with beta preview of upcoming ARC 3.0.0)
This is a new release of a package to allow beta preview and testing of new functionality that arrives with ARC 3.0.0. See #33 and also beta functionality explained in new documentation. Note that you might need to refresh documentation page in web browser to see the latest version of documentation.
This release also changed functions in old ARC code. Nothing should be broken, but if you do experience some new errors when calling old functions that used to work with ARC versions of 2.1.* and earlier, please submit issue.
ARC v2.1.2
Minor release that makes installation even easier by doing automatic installation of dependences via pip (see #32 ).
ARC version 2.1.1
Introduces arc.advanced
collection of modules that extend basic ARC functionality. Modules are contributed by the research community (and we are looking forward to more contributions!).
The first contribution is by Alessandro Greco, Dipartimento di Fisica “E. Fermi”, Università di Pisa, Italy. He created function getPopulationLifetime
for calculating population lifetimes in Rydberg manifold and that can be loaded from arc.advanced.population_lifetime
. See documentation and readme for more details
ARC version 2.0.11
Updates dependencies with Numpy (>=1.16.3) and Scipy so that new versions of libraries can be used (#26).
ARC version 2.0.10
ARC version 2.0.9
Updated literature values for Caesium with values in Phys. Rev. A 94, 012505 (2016).
For updating existing ARC version:
- if you want to keep your calculated dme you have to manually copy
/arc/data/caesium_literature_dme.csv
into~/.arc-data
on your computer; - if you do not want to keep your calculated dme you can delete
~/.arc-data
folder, and on first loading of new folder will be created and populated.