ARC (Alkali.ne Rydberg Calculator)
==================================
ARC (Alkali.ne Rydberg Calculator) is package of routines written in Python, using object-oriented programming (OOP) to make modular, reusable and extendable collection of routines and data for performing useful calculations of single atom and two-atom properties, like level diagrams, interactions and transition strengths for alkali metal and divalent atoms.
Start by installing the latest version of the ARC package calling Python pip ([see prerequisites](https://arc-alkali-rydberg-calculator.readthedocs.io/en/latest/installation.html)) from the command line:
```pip install ARC-Alkali-Rydberg-Calculator ```
For documentation see [online documentation on Read The Docs](http://arc-alkali-rydberg-calculator.readthedocs.io).
For examples of use check [IPython example notebooks](https://arc-alkali-rydberg-calculator.readthedocs.io/en/latest/getting_started.html#ipython-notebook-with-examples).
For online access to a selection of package functions see [online Atom Calculator](https://atomcalc.org).
If you want to contribute to the project, [check this page](https://arc-alkali-rydberg-calculator.readthedocs.io/en/latest/contribute.html).
[![Documentation Status](https://readthedocs.org/projects/arc-alkali-rydberg-calculator/badge/?version=latest)](http://arc-alkali-rydberg-calculator.readthedocs.io) [![CI](https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/actions/workflows/wheels.yaml/badge.svg)](https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/actions/workflows/wheels.yaml) [![PyPI version](https://badge.fury.io/py/ARC-Alkali-Rydberg-Calculator.svg)](https://badge.fury.io/py/ARC-Alkali-Rydberg-Calculator) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/nikolasibalic/ARC-Alkali-Rydberg-Calculator.git/master?urlpath=lab%2Ftree%2Fdoc%2FRydberg_atoms_a_primer_notebook.ipynb)
-------
Authors
-------
[Nikola Šibalić](https://github.com/nikolasibalic), [Elizabeth J. Robertson](https://www.heibrids.berlin/people/doctoral-researchers/elizabeth-robertson/), [Jonathan D. Pritchard](http://photonics.phys.strath.ac.uk/people/dr-jonathan-pritchard/), [Robert M. Potvliege](https://www.durham.ac.uk/staff/r-m-potvliege/), [Matthew P. A. Jones](https://www.durham.ac.uk/staff/m-p-a-jones/), [Charles S. Adams](https://www.durham.ac.uk/staff/c-s-adams/), [Kevin J. Weatherill](https://www.durham.ac.uk/staff/k-j-weatherill/) and [contributors](https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/graphs/contributors)
**Please cite as:**
The simplest way to obtain correct reference(s), given the number of contributions,
is to **call - at the end of your Python script that uses ARC - following function**
```python
from arc import *
# use ARC
print(getCitationForARC())
```
The `getCitationForARC()` will print references that introduced methods
you used into ARC library. Otherwise, you can do manual decision making
based on the logic below:
If you use alkali atoms:
N. Šibalić, J. D. Pritchard, K. J. Weatherill, C. S. Adams,
ARC: An open-source library for calculating properties of alkali Rydberg atoms,
*Computer Physics Communications* **220**, 319 (2017), [https://doi.org/10.1016/j.cpc.2017.06.015](https://doi.org/10.1016/j.cpc.2017.06.015)
If you use divalent atoms (Sr, Ca, Yb ...) or new featutures from ARC 3.0:
E. J. Robertson, N. Šibalić, R. M. Potvliege, M. P. A. Jones,
ARC 3.0: An expanded Python toolbox for atomic physics calculations, *Computer Physics Communications* **261**, 107814 (2021) [https://doi.org/10.1016/j.cpc.2020.107814](https://doi.org/10.1016/j.cpc.2020.107814)
**In addition to main reference above**: If you are using modules from `arc.advanced` please
[paper](arc/advanced/README.md) that introduced relevant ARC extension.
If you are using modules AC Stark calculations `ShirleyMethod` or `RWAStarkShift` please **also cite** [D. H. Meyer, Z. A. Castillo, K. C. Cox, P. D. Kunz, J. Phys. B: At. Mol. Opt. Phys., 53, 034001 (2020) ](https://doi.org/10.1088/1361-6455/ab6051).
**Who are the users of this library?** Check papers that cite us in [ADS](https://ui.adsabs.harvard.edu/abs/2017CoPhC.220..319S/citations) and [Google Scholar](https://scholar.google.com/scholar?cites=3162548955488940394&as_sdt=2005&sciodt=0,5&hl=en).
-------
License
-------
All the files distributed with this program are provided subject to the
BSD-3-Clause license. A copy of the license is provided.
Raw data
{
"_id": null,
"home_page": null,
"name": "ARC-Alkali-Rydberg-Calculator",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "rydberg, physics, stark maps, atom interactions, quantum optics, van der Waals, scientific, atomic sensors, quantum sensors, alkali atoms, alkaline atoms, divalent atoms, quantum computing",
"author": "Elizabeth J. Robertson, Jonathan D. Pritchard, Robert M. Potvliege, Matthew P. A. Jones, Charles S. Adams, Kevin J. Weatherill, and contributors",
"author_email": "Nikola Sibalic <nikolasibalic@physics.org>",
"download_url": "https://files.pythonhosted.org/packages/a9/63/e5a00bf24c7223f6ac8268008bba327209855580fcf53e06486eacc5f6f2/arc_alkali_rydberg_calculator-3.6.0.tar.gz",
"platform": null,
"description": "\nARC (Alkali.ne Rydberg Calculator)\n==================================\n\n\nARC (Alkali.ne Rydberg Calculator) is package of routines written in Python, using object-oriented programming (OOP) to make modular, reusable and extendable collection of routines and data for performing useful calculations of single atom and two-atom properties, like level diagrams, interactions and transition strengths for alkali metal and divalent atoms.\n\nStart by installing the latest version of the ARC package calling Python pip ([see prerequisites](https://arc-alkali-rydberg-calculator.readthedocs.io/en/latest/installation.html)) from the command line:\n\n```pip install ARC-Alkali-Rydberg-Calculator ```\n\nFor documentation see [online documentation on Read The Docs](http://arc-alkali-rydberg-calculator.readthedocs.io). \n\nFor examples of use check [IPython example notebooks](https://arc-alkali-rydberg-calculator.readthedocs.io/en/latest/getting_started.html#ipython-notebook-with-examples).\n\nFor online access to a selection of package functions see [online Atom Calculator](https://atomcalc.org).\n\nIf you want to contribute to the project, [check this page](https://arc-alkali-rydberg-calculator.readthedocs.io/en/latest/contribute.html).\n\n[![Documentation Status](https://readthedocs.org/projects/arc-alkali-rydberg-calculator/badge/?version=latest)](http://arc-alkali-rydberg-calculator.readthedocs.io) [![CI](https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/actions/workflows/wheels.yaml/badge.svg)](https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/actions/workflows/wheels.yaml) [![PyPI version](https://badge.fury.io/py/ARC-Alkali-Rydberg-Calculator.svg)](https://badge.fury.io/py/ARC-Alkali-Rydberg-Calculator) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/nikolasibalic/ARC-Alkali-Rydberg-Calculator.git/master?urlpath=lab%2Ftree%2Fdoc%2FRydberg_atoms_a_primer_notebook.ipynb)\n\n-------\nAuthors\n-------\n\n[Nikola \u0160ibali\u0107](https://github.com/nikolasibalic), [Elizabeth J. Robertson](https://www.heibrids.berlin/people/doctoral-researchers/elizabeth-robertson/), [Jonathan D. Pritchard](http://photonics.phys.strath.ac.uk/people/dr-jonathan-pritchard/), [Robert M. Potvliege](https://www.durham.ac.uk/staff/r-m-potvliege/), [Matthew P. A. Jones](https://www.durham.ac.uk/staff/m-p-a-jones/), [Charles S. Adams](https://www.durham.ac.uk/staff/c-s-adams/), [Kevin J. Weatherill](https://www.durham.ac.uk/staff/k-j-weatherill/) and [contributors](https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/graphs/contributors)\n\n**Please cite as:** \n\nThe simplest way to obtain correct reference(s), given the number of contributions,\nis to **call - at the end of your Python script that uses ARC - following function**\n```python\nfrom arc import *\n# use ARC\nprint(getCitationForARC())\n```\nThe `getCitationForARC()` will print references that introduced methods\nyou used into ARC library. Otherwise, you can do manual decision making\nbased on the logic below:\n\nIf you use alkali atoms:\nN. \u0160ibali\u0107, J. D. Pritchard, K. J. Weatherill, C. S. Adams,\nARC: An open-source library for calculating properties of alkali Rydberg atoms,\n*Computer Physics Communications* **220**, 319 (2017), [https://doi.org/10.1016/j.cpc.2017.06.015](https://doi.org/10.1016/j.cpc.2017.06.015)\n\nIf you use divalent atoms (Sr, Ca, Yb ...) or new featutures from ARC 3.0:\nE. J. Robertson, N. \u0160ibali\u0107, R. M. Potvliege, M. P. A. Jones,\nARC 3.0: An expanded Python toolbox for atomic physics calculations, *Computer Physics Communications* **261**, 107814 (2021) [https://doi.org/10.1016/j.cpc.2020.107814](https://doi.org/10.1016/j.cpc.2020.107814)\n\n**In addition to main reference above**: If you are using modules from `arc.advanced` please\n[paper](arc/advanced/README.md) that introduced relevant ARC extension.\n\nIf you are using modules AC Stark calculations `ShirleyMethod` or `RWAStarkShift` please **also cite** [D. H. Meyer, Z. A. Castillo, K. C. Cox, P. D. Kunz, J. Phys. B: At. Mol. Opt. Phys., 53, 034001 (2020) ](https://doi.org/10.1088/1361-6455/ab6051).\n\n**Who are the users of this library?** Check papers that cite us in [ADS](https://ui.adsabs.harvard.edu/abs/2017CoPhC.220..319S/citations) and [Google Scholar](https://scholar.google.com/scholar?cites=3162548955488940394&as_sdt=2005&sciodt=0,5&hl=en).\n\n-------\nLicense\n-------\n\nAll the files distributed with this program are provided subject to the\nBSD-3-Clause license. A copy of the license is provided.\n",
"bugtrack_url": null,
"license": "BSD3",
"summary": "Alkali Rydberg Calculator",
"version": "3.6.0",
"project_urls": {
"Documentation": "https://arc-alkali-rydberg-calculator.readthedocs.io/en/latest/",
"Download": "https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/archive/refs/tags/v3.6.0.tar.gz",
"Homepage": "https://atomcalc.org/",
"Repository": "https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator"
},
"split_keywords": [
"rydberg",
" physics",
" stark maps",
" atom interactions",
" quantum optics",
" van der waals",
" scientific",
" atomic sensors",
" quantum sensors",
" alkali atoms",
" alkaline atoms",
" divalent atoms",
" quantum computing"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "98e774efd6d965d3c891ad9dd02c835b597a3619e1fa0f469e95e3ba4ccd3f93",
"md5": "bf6bb5c7c9d7f9a8cd48be2d7c40fc87",
"sha256": "0877ad50d3209830bdd12fbd31e5be11cb8d1b3bc7301844857be743eb139262"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "bf6bb5c7c9d7f9a8cd48be2d7c40fc87",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 27206067,
"upload_time": "2024-10-04T15:59:01",
"upload_time_iso_8601": "2024-10-04T15:59:01.071588Z",
"url": "https://files.pythonhosted.org/packages/98/e7/74efd6d965d3c891ad9dd02c835b597a3619e1fa0f469e95e3ba4ccd3f93/ARC_Alkali_Rydberg_Calculator-3.6.0-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "31aa69c690ce2fe7d925638241db7074f40ce85433ea2bc0b2c4eef7366f6cc4",
"md5": "0623b780bcc706326aa45cc312bfaad8",
"sha256": "08e69a018b810fe4921cf1cc917f113729466dfbf09c5a290cbc3a22a3b9f10c"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "0623b780bcc706326aa45cc312bfaad8",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 27206015,
"upload_time": "2024-10-04T15:59:05",
"upload_time_iso_8601": "2024-10-04T15:59:05.321325Z",
"url": "https://files.pythonhosted.org/packages/31/aa/69c690ce2fe7d925638241db7074f40ce85433ea2bc0b2c4eef7366f6cc4/ARC_Alkali_Rydberg_Calculator-3.6.0-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d0a16f006d2eca9c7f2f22c8123864c80a77cf59aa3323c1d9f267fb8d48ce6b",
"md5": "24d34d4537b30231d2266cf2ea33d418",
"sha256": "48b172a6239ebf9470988398d50c078b786495e45e3c6bbc8badf1a867668deb"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "24d34d4537b30231d2266cf2ea33d418",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 27227463,
"upload_time": "2024-10-04T15:59:09",
"upload_time_iso_8601": "2024-10-04T15:59:09.369636Z",
"url": "https://files.pythonhosted.org/packages/d0/a1/6f006d2eca9c7f2f22c8123864c80a77cf59aa3323c1d9f267fb8d48ce6b/ARC_Alkali_Rydberg_Calculator-3.6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "64655fafa3f5637737c9b0cf6e13e91a8696226d6808a51073c11f4231a27108",
"md5": "bcfd2e475c5b9f85973d077d645d9bb8",
"sha256": "1e892894770d7134fb0f65c0f0960a8deb3612dfc7d4db7262737f8dd8ceaa20"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "bcfd2e475c5b9f85973d077d645d9bb8",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 27228172,
"upload_time": "2024-10-04T15:59:13",
"upload_time_iso_8601": "2024-10-04T15:59:13.184264Z",
"url": "https://files.pythonhosted.org/packages/64/65/5fafa3f5637737c9b0cf6e13e91a8696226d6808a51073c11f4231a27108/ARC_Alkali_Rydberg_Calculator-3.6.0-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5e8cf872d04bad58810901e9b8275ac0558af494049c086d5ba2f436af0e8998",
"md5": "6ab14f8053cc77169d2727ab56c719c6",
"sha256": "d4435f8148b215ee50c871d9344a62e0dbb1c620d5ecbaea0432b828ddbda3c8"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "6ab14f8053cc77169d2727ab56c719c6",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 27208632,
"upload_time": "2024-10-04T15:59:17",
"upload_time_iso_8601": "2024-10-04T15:59:17.273886Z",
"url": "https://files.pythonhosted.org/packages/5e/8c/f872d04bad58810901e9b8275ac0558af494049c086d5ba2f436af0e8998/ARC_Alkali_Rydberg_Calculator-3.6.0-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1833d1148ea694173038f037036e449310a47da8c7b742e9103d30b5d31e3901",
"md5": "9697db671d4173a23d611efd83b28e62",
"sha256": "1270c0c9881ad9e8b989e3e3fd2d7277e838101cdb5864d111cfa2a04a89f7b1"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "9697db671d4173a23d611efd83b28e62",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 27206068,
"upload_time": "2024-10-04T15:59:20",
"upload_time_iso_8601": "2024-10-04T15:59:20.631111Z",
"url": "https://files.pythonhosted.org/packages/18/33/d1148ea694173038f037036e449310a47da8c7b742e9103d30b5d31e3901/ARC_Alkali_Rydberg_Calculator-3.6.0-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f48dfd55292186393fb78eedad0e97ecc42f5cfc4c952768de7596763f5f589a",
"md5": "38920e9627620d9117e91155fd8e5b5e",
"sha256": "1371efad774efd247a349120b1907b25ce837c8100b5cc6908cf40266271b97a"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "38920e9627620d9117e91155fd8e5b5e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 27206017,
"upload_time": "2024-10-04T15:59:24",
"upload_time_iso_8601": "2024-10-04T15:59:24.823929Z",
"url": "https://files.pythonhosted.org/packages/f4/8d/fd55292186393fb78eedad0e97ecc42f5cfc4c952768de7596763f5f589a/ARC_Alkali_Rydberg_Calculator-3.6.0-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1ba286a9813c4b1427eb69b41ead4d2cbec62fddcb0e27e22be79883c1f08634",
"md5": "7cd000f93f8dfc0de2aeed5e02cf7c98",
"sha256": "e580129465f823547ccf2595c55d8891a807b909ea3a9153ee45aab4536d5dba"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "7cd000f93f8dfc0de2aeed5e02cf7c98",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 27227522,
"upload_time": "2024-10-04T15:59:30",
"upload_time_iso_8601": "2024-10-04T15:59:30.528689Z",
"url": "https://files.pythonhosted.org/packages/1b/a2/86a9813c4b1427eb69b41ead4d2cbec62fddcb0e27e22be79883c1f08634/ARC_Alkali_Rydberg_Calculator-3.6.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8dc48249361108c71cbc178b749de70f4803a651b04db18db26342e5e82856c6",
"md5": "19c69bf660d107bd2208045de527cc43",
"sha256": "72fcf870411d1e5728a627c28c783d3843dd890ab59ea944c426487d724d256a"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "19c69bf660d107bd2208045de527cc43",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 27228236,
"upload_time": "2024-10-04T15:59:34",
"upload_time_iso_8601": "2024-10-04T15:59:34.496852Z",
"url": "https://files.pythonhosted.org/packages/8d/c4/8249361108c71cbc178b749de70f4803a651b04db18db26342e5e82856c6/ARC_Alkali_Rydberg_Calculator-3.6.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0a4f2f003f7b4e15853f120b8c37d0683934974a8f5ee0b8dd0e0dc2a81ed9d3",
"md5": "fe860a6f87a32e5067919233647fb33f",
"sha256": "a657cd8071dd95da473cfaf350ce791cf4531d5cf77c4f8120404227ef379284"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "fe860a6f87a32e5067919233647fb33f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 27208628,
"upload_time": "2024-10-04T15:59:38",
"upload_time_iso_8601": "2024-10-04T15:59:38.372212Z",
"url": "https://files.pythonhosted.org/packages/0a/4f/2f003f7b4e15853f120b8c37d0683934974a8f5ee0b8dd0e0dc2a81ed9d3/ARC_Alkali_Rydberg_Calculator-3.6.0-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "309d0ed64955887ee72eb874cd7c3de572ec42afc863f98c15716d0b0bebaec6",
"md5": "ac6573e3b549a9416010dc595c4edecd",
"sha256": "26031ca83feba5ebf25a961b153c6addf84a03fcbf75f09a7267fffac7a03372"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp312-cp312-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "ac6573e3b549a9416010dc595c4edecd",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 27206105,
"upload_time": "2024-10-04T15:59:44",
"upload_time_iso_8601": "2024-10-04T15:59:44.349289Z",
"url": "https://files.pythonhosted.org/packages/30/9d/0ed64955887ee72eb874cd7c3de572ec42afc863f98c15716d0b0bebaec6/ARC_Alkali_Rydberg_Calculator-3.6.0-cp312-cp312-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "667445f115068ee16269604657f8b28f7b92becde332bda312f4b57f171c21ee",
"md5": "914216eeb8479a735eebb9c2fa3c2168",
"sha256": "3dc07a28f55499d9a90f774bf7872d1a7b825f0b173272d2ff198dbef03d891e"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "914216eeb8479a735eebb9c2fa3c2168",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 27206028,
"upload_time": "2024-10-04T15:59:48",
"upload_time_iso_8601": "2024-10-04T15:59:48.679749Z",
"url": "https://files.pythonhosted.org/packages/66/74/45f115068ee16269604657f8b28f7b92becde332bda312f4b57f171c21ee/ARC_Alkali_Rydberg_Calculator-3.6.0-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "299ebc9a21c56fe76a221ffb8eb7d4b28359d33cda63e4cd18bfc9bf8124e5af",
"md5": "f29e19f293fd55cf511ae903a293fb7c",
"sha256": "2f7fcb11e714cda4d9b98d319d0b9ed5d2bdf4b6e88cebadfa978045d2f65091"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "f29e19f293fd55cf511ae903a293fb7c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 27227849,
"upload_time": "2024-10-04T15:59:52",
"upload_time_iso_8601": "2024-10-04T15:59:52.861896Z",
"url": "https://files.pythonhosted.org/packages/29/9e/bc9a21c56fe76a221ffb8eb7d4b28359d33cda63e4cd18bfc9bf8124e5af/ARC_Alkali_Rydberg_Calculator-3.6.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b01b37f4f9d6f805681fee5380c1d40dc20f91fb6e5155f0765631faf8d5e3ce",
"md5": "ba6756dea6247cfa5aa003ed031edbaf",
"sha256": "80fcc58caa676c333ee88b0dd724cc157cb34fdc673196e50e449187c08096a2"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "ba6756dea6247cfa5aa003ed031edbaf",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 27228539,
"upload_time": "2024-10-04T15:59:57",
"upload_time_iso_8601": "2024-10-04T15:59:57.204593Z",
"url": "https://files.pythonhosted.org/packages/b0/1b/37f4f9d6f805681fee5380c1d40dc20f91fb6e5155f0765631faf8d5e3ce/ARC_Alkali_Rydberg_Calculator-3.6.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b1e1ac40b1eae497d20b6da09c6dd10df17df7f4fd99b08540c46c5ff1f6f3dc",
"md5": "15bef022dcd03d87fe4cbcf0ff62817b",
"sha256": "87291f8dad04fc55272eacf1b68d95dbceb407a9dd7e68e377e008eac2ee174b"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "15bef022dcd03d87fe4cbcf0ff62817b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 27208629,
"upload_time": "2024-10-04T16:00:01",
"upload_time_iso_8601": "2024-10-04T16:00:01.329644Z",
"url": "https://files.pythonhosted.org/packages/b1/e1/ac40b1eae497d20b6da09c6dd10df17df7f4fd99b08540c46c5ff1f6f3dc/ARC_Alkali_Rydberg_Calculator-3.6.0-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "942be3f4e2537fd814a39688eec1e8e8afb3775d3cfba3df00803a81226dfdee",
"md5": "81fc503828899a92653134d5f0a648ca",
"sha256": "3302f0a7643fffc4795679d810c5db2f11ed6abbfef4c29a8e8ccc041ebaffd3"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp38-cp38-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "81fc503828899a92653134d5f0a648ca",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 27205833,
"upload_time": "2024-10-04T16:00:05",
"upload_time_iso_8601": "2024-10-04T16:00:05.249748Z",
"url": "https://files.pythonhosted.org/packages/94/2b/e3f4e2537fd814a39688eec1e8e8afb3775d3cfba3df00803a81226dfdee/ARC_Alkali_Rydberg_Calculator-3.6.0-cp38-cp38-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b19b197fcaa463f22aea56f0671b535dead0244392f5e6a0d91d596ba7f0a0b5",
"md5": "f592641d818f18957c01a187a8e87ebf",
"sha256": "a0eca4ea723250c469c460b6e45d6c1c8a859dd6ef4c3b3ba8cc819ae3b96a62"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "f592641d818f18957c01a187a8e87ebf",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 27205758,
"upload_time": "2024-10-04T16:00:09",
"upload_time_iso_8601": "2024-10-04T16:00:09.733645Z",
"url": "https://files.pythonhosted.org/packages/b1/9b/197fcaa463f22aea56f0671b535dead0244392f5e6a0d91d596ba7f0a0b5/ARC_Alkali_Rydberg_Calculator-3.6.0-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0e8d773122a7959decc32fa9cafd84abce0a72e7e7f4e892a5ba8902875845d6",
"md5": "d7c57623402145f119f19cafb3145d5b",
"sha256": "3ec7701ec9c968e0b861dfefa582f2baba25e2e287d658bc45266a0938743bfd"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "d7c57623402145f119f19cafb3145d5b",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 27228889,
"upload_time": "2024-10-04T16:00:14",
"upload_time_iso_8601": "2024-10-04T16:00:14.428636Z",
"url": "https://files.pythonhosted.org/packages/0e/8d/773122a7959decc32fa9cafd84abce0a72e7e7f4e892a5ba8902875845d6/ARC_Alkali_Rydberg_Calculator-3.6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cf7a84029f61f06d10b9d493825e850e0c61983d9c555bdd60d2943ced3bb887",
"md5": "630c8d8e705edf429319e928cb0776e1",
"sha256": "2d1b67624b26cbb1163b00373efbd96362025e743365e1f014e39ac74b12cbd1"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp38-cp38-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "630c8d8e705edf429319e928cb0776e1",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 27228966,
"upload_time": "2024-10-04T16:00:18",
"upload_time_iso_8601": "2024-10-04T16:00:18.136355Z",
"url": "https://files.pythonhosted.org/packages/cf/7a/84029f61f06d10b9d493825e850e0c61983d9c555bdd60d2943ced3bb887/ARC_Alkali_Rydberg_Calculator-3.6.0-cp38-cp38-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9ed15c10206948b0fc030676fd5dd197c6a1566a8fd2df87e72f4c7aa0c08043",
"md5": "b5cdbd47183cd1f823749a44bbbed340",
"sha256": "b57cc16ef244b6b527bdac2a67645ff62422e4826b246a9510b26ced649571c9"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "b5cdbd47183cd1f823749a44bbbed340",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 27208424,
"upload_time": "2024-10-04T16:00:22",
"upload_time_iso_8601": "2024-10-04T16:00:22.866977Z",
"url": "https://files.pythonhosted.org/packages/9e/d1/5c10206948b0fc030676fd5dd197c6a1566a8fd2df87e72f4c7aa0c08043/ARC_Alkali_Rydberg_Calculator-3.6.0-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9234a1b76bdf63315570014ddceef2528e24c88bf24a8927a7fd4627010394fb",
"md5": "ca4ab691ef6a073c4b42f43fa549d154",
"sha256": "2145bcf041c3970d0d902034e598f436e9d973116b3489bbdeb3412b1afe495a"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "ca4ab691ef6a073c4b42f43fa549d154",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 27206061,
"upload_time": "2024-10-04T16:00:26",
"upload_time_iso_8601": "2024-10-04T16:00:26.919681Z",
"url": "https://files.pythonhosted.org/packages/92/34/a1b76bdf63315570014ddceef2528e24c88bf24a8927a7fd4627010394fb/ARC_Alkali_Rydberg_Calculator-3.6.0-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "369d2ca010aec3c525a3c1957519b012bb59b2a668f6811ba9ba87d49852da24",
"md5": "e3006ed76b6cf379cfe6f77469819325",
"sha256": "0d2a393119e03c19933b837237fa7b937d3bc0dffc71d4170957513a7ab24833"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "e3006ed76b6cf379cfe6f77469819325",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 27206010,
"upload_time": "2024-10-04T16:00:32",
"upload_time_iso_8601": "2024-10-04T16:00:32.392044Z",
"url": "https://files.pythonhosted.org/packages/36/9d/2ca010aec3c525a3c1957519b012bb59b2a668f6811ba9ba87d49852da24/ARC_Alkali_Rydberg_Calculator-3.6.0-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a7ac7e5fafb1af1d8a168c58cb6c8f7edbf7f5477d44420e16674fbe49c5695a",
"md5": "3aa2dca2e9310be8594bdd404fe08ebb",
"sha256": "8c38be2b84c0153734477832159cd7cda37bf93f9f1d791c515048b01346d74d"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "3aa2dca2e9310be8594bdd404fe08ebb",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 27227320,
"upload_time": "2024-10-04T16:00:36",
"upload_time_iso_8601": "2024-10-04T16:00:36.514843Z",
"url": "https://files.pythonhosted.org/packages/a7/ac/7e5fafb1af1d8a168c58cb6c8f7edbf7f5477d44420e16674fbe49c5695a/ARC_Alkali_Rydberg_Calculator-3.6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f57772da37c4fccab8b75e6547741c886268005fb18a7f3a42c55acbbe62e0fa",
"md5": "ff82d82485ab67595a6051248035610a",
"sha256": "ddaece67ccae3f6e9b89c836a376308abde7c8878506dc54e79043e647a1075f"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "ff82d82485ab67595a6051248035610a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 27228042,
"upload_time": "2024-10-04T16:00:40",
"upload_time_iso_8601": "2024-10-04T16:00:40.855563Z",
"url": "https://files.pythonhosted.org/packages/f5/77/72da37c4fccab8b75e6547741c886268005fb18a7f3a42c55acbbe62e0fa/ARC_Alkali_Rydberg_Calculator-3.6.0-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f7e463349d597da7bca392f96700c0a237472449e2dcc96d18d4fa00c35e1a23",
"md5": "306deabe5b5786e8fb569faa06269a56",
"sha256": "3b98f6923e84977b3b206fa4f68b4d36d4802866873c0fddb99c73646b6b6b4a"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.6.0-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "306deabe5b5786e8fb569faa06269a56",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 27208623,
"upload_time": "2024-10-04T16:00:45",
"upload_time_iso_8601": "2024-10-04T16:00:45.081155Z",
"url": "https://files.pythonhosted.org/packages/f7/e4/63349d597da7bca392f96700c0a237472449e2dcc96d18d4fa00c35e1a23/ARC_Alkali_Rydberg_Calculator-3.6.0-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a963e5a00bf24c7223f6ac8268008bba327209855580fcf53e06486eacc5f6f2",
"md5": "e876e0971419447e5fd64d56451b4af9",
"sha256": "37084e1c2e1bdefaa31e106273b08baf6fcf13db25cc439ec94a917e44a5badd"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.6.0.tar.gz",
"has_sig": false,
"md5_digest": "e876e0971419447e5fd64d56451b4af9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 26495090,
"upload_time": "2024-10-04T16:00:49",
"upload_time_iso_8601": "2024-10-04T16:00:49.288686Z",
"url": "https://files.pythonhosted.org/packages/a9/63/e5a00bf24c7223f6ac8268008bba327209855580fcf53e06486eacc5f6f2/arc_alkali_rydberg_calculator-3.6.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-04 16:00:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "nikolasibalic",
"github_project": "ARC-Alkali-Rydberg-Calculator",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "arc-alkali-rydberg-calculator"
}