Arc-alkali-rydberg-calculator

Latest version: v3.8.0

Safety actively analyzes 723717 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 10

1.4.5

Fixes bug 15 that was affecting calculations under Python 3 only (Python 2 was fine). See issue for more details.

You can apply the update by deleting data cache from home directory (removing possible wrong numbers saved by previous version)
rm -rf ~/.arc-data
and then by simply installing new ARC version (should see version number 1.4.5 or higher)
pip install ARC-Alkali-Rydberg-Calculator --upgrade --no-cache-dir

1.4.2

Installation via pip supported on all platforms (Windows included) running Python 2.7 and Python 3.6. Just run pip install ARC-Alkali-Rydberg-Calculator

and you can start using ARC in your Python project simply by

from arc import *

NOTE: Windows installation via pip is a new feature. If you experiance and difficulties or unexpected errors after this installation, please contact developers.

1.4.1

**This version:**
* Improved support for Hydrogen atom calculations.
* Easy installation (Linux and MacOS) via pip pip install ARC-Alkali-Rydberg-Calculator

**Notes for upgrading from old version**
If you have previously installed ARC via pip, use pip uninstall -y ARC-Alkali-Rydberg-Calculator before installing new version via pip.

Please also force ARC into using new database values for Hydrogen by deleting folder with local data with command rm -rf $HOME/.arc-data. ARC globally installed with pip can be directly loaded via from arc import * without specifying details about package location. Upon first loading of ARC, new $HOME/.arc-data folder for data memoization will be automatically created.

Note: If you want to save databases with your own extensive dipole matrix element calculations, make a backup of corresponding .npy files (all except for hydrogen!) **before** deleting and copy into .arc-data folder upon installation of the new version.

***For Windows users***: precompiled Windows package (wheel) is not released at the moment. If you don't know how to do compilation of Python packages, and are not satisfied with old version for Windows (see release 1.3 below) , please contact developers for help!

1.3.2

ARC can be now installed from pip
pip install ARC-Alkali-Rydberg-Calculator

1.3

- fixed bug that caused Numerov not to return result (bd269840f4a5a1b18df6466cd80d3bfe2d240f7e)
- global installation of the package now possible (only on Linux for now) (8e0c51026fdce35585574a1d48eacfc2960244c9)

Note: when using IPython notebook with examples, make sure to set Python kernel same as the Python version of the downloaded package (Python 2.7 or Python 3.5).

1.2rc

New version is **Python 3 and Python 2.7 compatible**. Examples are expanded and documentation corrected. Please download below pre-compiled version for your operating system and your Python version.

**Update 17-08-2017:** if Numerov integration gives 0 for dipole matrix element, please try using fixed version below, or refer to the latest release.

Page 9 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.