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).
[](http://arc-alkali-rydberg-calculator.readthedocs.io) [](https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/actions/workflows/wheels.yaml) [](https://badge.fury.io/py/ARC-Alkali-Rydberg-Calculator) [](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/25/ea/b7f34bf71b6180b82bd14d7eb5352ce68868f855859009c4268d1d8bc852/arc_alkali_rydberg_calculator-3.8.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[](http://arc-alkali-rydberg-calculator.readthedocs.io) [](https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/actions/workflows/wheels.yaml) [](https://badge.fury.io/py/ARC-Alkali-Rydberg-Calculator) [](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.8.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": null,
"digests": {
"blake2b_256": "5dce35d48f5d9a52e394a585f316df7c795516dd381765c812f37d19ac8a5d85",
"md5": "cae5d4047f29010f54ae8763ed2ed507",
"sha256": "58db5105d3ed7972e99ad0d36515105c5e4a017908a4ecfbcd8b37fef10523a7"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.0-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "cae5d4047f29010f54ae8763ed2ed507",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 23721310,
"upload_time": "2025-03-18T22:08:46",
"upload_time_iso_8601": "2025-03-18T22:08:46.744926Z",
"url": "https://files.pythonhosted.org/packages/5d/ce/35d48f5d9a52e394a585f316df7c795516dd381765c812f37d19ac8a5d85/arc_alkali_rydberg_calculator-3.8.0-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5f04ba38120c83d18595ad07cb59f92ba3d371e18d86f16772b5dffd0b745f68",
"md5": "f769b60e2f3e11709ec9070ec2366a7d",
"sha256": "3045b0b855f333fa53b74982ae1a3371a4c992f6866e33ce3a23d6c239ac35cd"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.0-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "f769b60e2f3e11709ec9070ec2366a7d",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 23721254,
"upload_time": "2025-03-18T22:08:50",
"upload_time_iso_8601": "2025-03-18T22:08:50.245475Z",
"url": "https://files.pythonhosted.org/packages/5f/04/ba38120c83d18595ad07cb59f92ba3d371e18d86f16772b5dffd0b745f68/arc_alkali_rydberg_calculator-3.8.0-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "49f7d4856e471cddbee6889a0c909870b85716fd9c015622086ddf58622c94d8",
"md5": "3c40a51e3e8370a8943aeaf7de1d0b57",
"sha256": "b0aaf145df758ffd0936666a97cf3cc1102c7f29616251fd57e056795c5bcac5"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.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": "3c40a51e3e8370a8943aeaf7de1d0b57",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 23742682,
"upload_time": "2025-03-18T22:08:53",
"upload_time_iso_8601": "2025-03-18T22:08:53.111558Z",
"url": "https://files.pythonhosted.org/packages/49/f7/d4856e471cddbee6889a0c909870b85716fd9c015622086ddf58622c94d8/arc_alkali_rydberg_calculator-3.8.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": null,
"digests": {
"blake2b_256": "c0a29c3ff675ad40f102ebf215ec47c6502b2c33d9e7172183ecaab7a79306be",
"md5": "6098dde904aae19ecb18073de73f9c4e",
"sha256": "9e5715fa688eaf59b3a713d19e446d44cdb90e300346c94f619baa64bcb09ff1"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.0-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "6098dde904aae19ecb18073de73f9c4e",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 23743383,
"upload_time": "2025-03-18T22:08:55",
"upload_time_iso_8601": "2025-03-18T22:08:55.957783Z",
"url": "https://files.pythonhosted.org/packages/c0/a2/9c3ff675ad40f102ebf215ec47c6502b2c33d9e7172183ecaab7a79306be/arc_alkali_rydberg_calculator-3.8.0-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f36d1767a1338c9b7767f94578e820fdc47944200420c8e931b063d0ba23e77e",
"md5": "aadcfba5e20adc2601eb712e26cda683",
"sha256": "1c2f53e0bcae46ddf367ec75661527dcbd7d505b81548407247294d84bb45cda"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.0-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "aadcfba5e20adc2601eb712e26cda683",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 23723720,
"upload_time": "2025-03-18T22:08:59",
"upload_time_iso_8601": "2025-03-18T22:08:59.528404Z",
"url": "https://files.pythonhosted.org/packages/f3/6d/1767a1338c9b7767f94578e820fdc47944200420c8e931b063d0ba23e77e/arc_alkali_rydberg_calculator-3.8.0-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bd29bbc53e2eb6c9ea44bcd172f4182e94f3be3ad90a8c851e5ca642c1350008",
"md5": "152f94de3b54c8db0d413610ad4b7b99",
"sha256": "0127d3afe510a1525b9ecd9f746ae19b883bdf0fa032d9d33f46a03d68661129"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.0-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "152f94de3b54c8db0d413610ad4b7b99",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 23721306,
"upload_time": "2025-03-18T22:09:02",
"upload_time_iso_8601": "2025-03-18T22:09:02.532124Z",
"url": "https://files.pythonhosted.org/packages/bd/29/bbc53e2eb6c9ea44bcd172f4182e94f3be3ad90a8c851e5ca642c1350008/arc_alkali_rydberg_calculator-3.8.0-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "77939730ab616d0dd395d25168835e10330dc9b837a44545fbcdc53779ed054c",
"md5": "e383e91fb3e4d21b2015c2e965aa903a",
"sha256": "7f200d07bda9b4896994636ba1dafc498c4b5ac4f56b682d0083461ad5a43eea"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.0-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "e383e91fb3e4d21b2015c2e965aa903a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 23721256,
"upload_time": "2025-03-18T22:09:05",
"upload_time_iso_8601": "2025-03-18T22:09:05.752130Z",
"url": "https://files.pythonhosted.org/packages/77/93/9730ab616d0dd395d25168835e10330dc9b837a44545fbcdc53779ed054c/arc_alkali_rydberg_calculator-3.8.0-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7b4cb638110ecf07e77a873eedc7265576837fa34ac718a74bc87208bff77722",
"md5": "16b1bcc30123790d8e2d64eda2150ef9",
"sha256": "f95753da9cffdc3a28e3a0e297affdfa2ae8a22cc02363352eba85f9992b8f1f"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.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": "16b1bcc30123790d8e2d64eda2150ef9",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 23742739,
"upload_time": "2025-03-18T22:09:08",
"upload_time_iso_8601": "2025-03-18T22:09:08.327986Z",
"url": "https://files.pythonhosted.org/packages/7b/4c/b638110ecf07e77a873eedc7265576837fa34ac718a74bc87208bff77722/arc_alkali_rydberg_calculator-3.8.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": null,
"digests": {
"blake2b_256": "bc380a80603c9cc685d4abec5150655a0d919fad3fb43973c2f5500015b8b44d",
"md5": "05bf3356ac5fd734c83f584155968e8b",
"sha256": "c70098f1a0686027ada1a8c036330c1ba9c975cd2614bdb7f52849214b934131"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "05bf3356ac5fd734c83f584155968e8b",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 23743450,
"upload_time": "2025-03-18T22:09:10",
"upload_time_iso_8601": "2025-03-18T22:09:10.816885Z",
"url": "https://files.pythonhosted.org/packages/bc/38/0a80603c9cc685d4abec5150655a0d919fad3fb43973c2f5500015b8b44d/arc_alkali_rydberg_calculator-3.8.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "379188adf428bc01164b9e66fa141f13870557a4ddf49e0a0812988b7485dc20",
"md5": "4dbd8e7310b530fae48147cad7eb8a3a",
"sha256": "9bb7995fa73136ab188d9c3a4e010ecaaae58c5d0cc7e9b227f09c1b7421f704"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.0-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "4dbd8e7310b530fae48147cad7eb8a3a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 23723718,
"upload_time": "2025-03-18T22:09:13",
"upload_time_iso_8601": "2025-03-18T22:09:13.173962Z",
"url": "https://files.pythonhosted.org/packages/37/91/88adf428bc01164b9e66fa141f13870557a4ddf49e0a0812988b7485dc20/arc_alkali_rydberg_calculator-3.8.0-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "282ec4ae154f8b3fd50458acd20cb39c369053aabf465baa893d3b36759db2eb",
"md5": "7548b8553faaf4d2a5e32ad6724b68cb",
"sha256": "6aa7bcd0a3fff441107cdfe7ccab1e084f5dc8c6e57ee0a4f9fc3678de185602"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.0-cp312-cp312-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "7548b8553faaf4d2a5e32ad6724b68cb",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 23721354,
"upload_time": "2025-03-18T22:09:15",
"upload_time_iso_8601": "2025-03-18T22:09:15.760394Z",
"url": "https://files.pythonhosted.org/packages/28/2e/c4ae154f8b3fd50458acd20cb39c369053aabf465baa893d3b36759db2eb/arc_alkali_rydberg_calculator-3.8.0-cp312-cp312-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3a53b326da4de96158cee113ff2608ba160a96a4f47ad7308a7926794738d27a",
"md5": "d07c2f2a8562436b9a14813312dee4f3",
"sha256": "72623bc0475fc521ead65b2e1e76844e364a776ca9d2d915469823f5583f1832"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.0-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "d07c2f2a8562436b9a14813312dee4f3",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 23721272,
"upload_time": "2025-03-18T22:09:18",
"upload_time_iso_8601": "2025-03-18T22:09:18.513295Z",
"url": "https://files.pythonhosted.org/packages/3a/53/b326da4de96158cee113ff2608ba160a96a4f47ad7308a7926794738d27a/arc_alkali_rydberg_calculator-3.8.0-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0987c3b2c20fa0f177b3ece9e526a5c4afe5408b2cb08fbc6fbcfb78c2bd7ce0",
"md5": "603a577bc45ce99c2f4d2337fd08ffdd",
"sha256": "78cfd2e26a60bbdcf32c2dd43812d6cb4613f16a51e8d371f520a331d520fb38"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.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": "603a577bc45ce99c2f4d2337fd08ffdd",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 23743062,
"upload_time": "2025-03-18T22:09:21",
"upload_time_iso_8601": "2025-03-18T22:09:21.714313Z",
"url": "https://files.pythonhosted.org/packages/09/87/c3b2c20fa0f177b3ece9e526a5c4afe5408b2cb08fbc6fbcfb78c2bd7ce0/arc_alkali_rydberg_calculator-3.8.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": null,
"digests": {
"blake2b_256": "281b3a9a9226b8ea28e69cbd58ae7999d95ca1f2221232a8cb3a12a2b51bc42d",
"md5": "ce57cc30a9bcbd44d8c3092824314661",
"sha256": "661a40f354ed1d74babff05c71824d2a3624facb28083f6978c23acf11d19283"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "ce57cc30a9bcbd44d8c3092824314661",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 23743751,
"upload_time": "2025-03-18T22:09:24",
"upload_time_iso_8601": "2025-03-18T22:09:24.740611Z",
"url": "https://files.pythonhosted.org/packages/28/1b/3a9a9226b8ea28e69cbd58ae7999d95ca1f2221232a8cb3a12a2b51bc42d/arc_alkali_rydberg_calculator-3.8.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b7cea33611591ff348d77588b6582155c7e198dbdcf0286f8dcb615754a81263",
"md5": "ca4452fdf255959b0d41ffb491ae985a",
"sha256": "2649933c81f38f1c43c9cfba97b143acd20200c8d3249517d48bdf8da312bfa4"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.0-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "ca4452fdf255959b0d41ffb491ae985a",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 23723732,
"upload_time": "2025-03-18T22:09:27",
"upload_time_iso_8601": "2025-03-18T22:09:27.055002Z",
"url": "https://files.pythonhosted.org/packages/b7/ce/a33611591ff348d77588b6582155c7e198dbdcf0286f8dcb615754a81263/arc_alkali_rydberg_calculator-3.8.0-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "82d2b4a33647d44dd3723f7c996cbf22da889454f5d8383bd9e53ba1e649bacf",
"md5": "a28e937afe684b46e9b453a511051f0a",
"sha256": "8b344a5d49530b771be0393983acbd68ac561e7c0935d012bc025fa618942a2c"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.0-cp38-cp38-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "a28e937afe684b46e9b453a511051f0a",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 23721076,
"upload_time": "2025-03-18T22:09:29",
"upload_time_iso_8601": "2025-03-18T22:09:29.755552Z",
"url": "https://files.pythonhosted.org/packages/82/d2/b4a33647d44dd3723f7c996cbf22da889454f5d8383bd9e53ba1e649bacf/arc_alkali_rydberg_calculator-3.8.0-cp38-cp38-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ac4b6f47a8d5bcc5479421e02c67c01e7018b50b148c58ae524559fb4146556a",
"md5": "28ae753b408aa0ec38eb4ec23e95f599",
"sha256": "65d46dfe2f60ffcbaa4b415ab5729a70527cbdd8698d7388a83cca4cf3a277eb"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.0-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "28ae753b408aa0ec38eb4ec23e95f599",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 23720998,
"upload_time": "2025-03-18T22:09:33",
"upload_time_iso_8601": "2025-03-18T22:09:33.041115Z",
"url": "https://files.pythonhosted.org/packages/ac/4b/6f47a8d5bcc5479421e02c67c01e7018b50b148c58ae524559fb4146556a/arc_alkali_rydberg_calculator-3.8.0-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "391a6e490bd774288ec94f7289f8c550dc55a7c4cf9ede374889414b424c1223",
"md5": "c551c5f98e578df3f92e60f114375d6f",
"sha256": "1940bf85c87a44f077fe42683e0af53ca20bf8cebc2ffdbedb8edb766827dc96"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.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": "c551c5f98e578df3f92e60f114375d6f",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 23744103,
"upload_time": "2025-03-18T22:09:36",
"upload_time_iso_8601": "2025-03-18T22:09:36.219501Z",
"url": "https://files.pythonhosted.org/packages/39/1a/6e490bd774288ec94f7289f8c550dc55a7c4cf9ede374889414b424c1223/arc_alkali_rydberg_calculator-3.8.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": null,
"digests": {
"blake2b_256": "ebd894cd36f471a387acea3913d1746865e610f146581f0ef964fe1c23feb6e0",
"md5": "29b8c59ec021c697cad3e39b85bb8540",
"sha256": "cb22da3a85235443f2ba71473a3f3ec4543d249dfe9e02e08315d82842061cc2"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.0-cp38-cp38-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "29b8c59ec021c697cad3e39b85bb8540",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 23744183,
"upload_time": "2025-03-18T22:09:38",
"upload_time_iso_8601": "2025-03-18T22:09:38.629343Z",
"url": "https://files.pythonhosted.org/packages/eb/d8/94cd36f471a387acea3913d1746865e610f146581f0ef964fe1c23feb6e0/arc_alkali_rydberg_calculator-3.8.0-cp38-cp38-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dd28a7c8d2866b70c002eb973f887559aa6ec9410d165a9afa8fa1737da821b6",
"md5": "f95e685495e15eaecdcb3dc5fcd868db",
"sha256": "db56abf2c932defe577499441340518e44348f4a2fa22bcc791ab3c3ae2f4423"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.0-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "f95e685495e15eaecdcb3dc5fcd868db",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 23723519,
"upload_time": "2025-03-18T22:09:41",
"upload_time_iso_8601": "2025-03-18T22:09:41.236571Z",
"url": "https://files.pythonhosted.org/packages/dd/28/a7c8d2866b70c002eb973f887559aa6ec9410d165a9afa8fa1737da821b6/arc_alkali_rydberg_calculator-3.8.0-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c56c7ae1c633c9c294cf9f898767190b2b918642cacedb21a94426a69562721d",
"md5": "9e3fe6f737e88e0dac1831031bb0d330",
"sha256": "bc743b814c6fa3e92dfc51fa665feba9e31fc3a2165d42816ec40926e74866b7"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.0-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "9e3fe6f737e88e0dac1831031bb0d330",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 23721302,
"upload_time": "2025-03-18T22:09:44",
"upload_time_iso_8601": "2025-03-18T22:09:44.206790Z",
"url": "https://files.pythonhosted.org/packages/c5/6c/7ae1c633c9c294cf9f898767190b2b918642cacedb21a94426a69562721d/arc_alkali_rydberg_calculator-3.8.0-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e9cc6ba637d1b4b363f4e8e04f305ca5de9401242d05153b2c12a874e3aea03f",
"md5": "8092a8d2f20fbd29ff368dbcdc6ec3ed",
"sha256": "1c443790d0be21aab4d82f5b8c60787f89fb63cfe26af3203e1da0909186de29"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.0-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "8092a8d2f20fbd29ff368dbcdc6ec3ed",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 23721247,
"upload_time": "2025-03-18T22:09:46",
"upload_time_iso_8601": "2025-03-18T22:09:46.860713Z",
"url": "https://files.pythonhosted.org/packages/e9/cc/6ba637d1b4b363f4e8e04f305ca5de9401242d05153b2c12a874e3aea03f/arc_alkali_rydberg_calculator-3.8.0-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "797060d48d76daf10597b0746d1ee4a0ade64950a4be321220b581fbae6a0fea",
"md5": "fd625cb42b6d6da7e439dd57d6d52cbf",
"sha256": "030f2eb3528cf16b093aa2b3332f797e59d9c91d6545daef72ab5244faccb1d4"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.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": "fd625cb42b6d6da7e439dd57d6d52cbf",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 23742534,
"upload_time": "2025-03-18T22:09:50",
"upload_time_iso_8601": "2025-03-18T22:09:50.607114Z",
"url": "https://files.pythonhosted.org/packages/79/70/60d48d76daf10597b0746d1ee4a0ade64950a4be321220b581fbae6a0fea/arc_alkali_rydberg_calculator-3.8.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": null,
"digests": {
"blake2b_256": "c953d10b7259d0e919fbf38c45322e3aa6faa1d2480c1a7f702f64d6219771c2",
"md5": "d2310de2dabc59603b2ffdfa8ecabbd9",
"sha256": "411bf206239c38d49176447ac4fb958101336514e40bb156e55f6b2023bb6f33"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.0-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "d2310de2dabc59603b2ffdfa8ecabbd9",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 23743257,
"upload_time": "2025-03-18T22:09:53",
"upload_time_iso_8601": "2025-03-18T22:09:53.210130Z",
"url": "https://files.pythonhosted.org/packages/c9/53/d10b7259d0e919fbf38c45322e3aa6faa1d2480c1a7f702f64d6219771c2/arc_alkali_rydberg_calculator-3.8.0-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "31836717d08618c833409ba70515625c7bfc2297e36da7ddeb8559da0c34855c",
"md5": "0a99520df43c111ab36d12b091544a78",
"sha256": "e89f6b1feb31122e687eed853604e5a3dc35c1098aa05bc0df4c21778040485e"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.0-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "0a99520df43c111ab36d12b091544a78",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 23723714,
"upload_time": "2025-03-18T22:09:56",
"upload_time_iso_8601": "2025-03-18T22:09:56.364418Z",
"url": "https://files.pythonhosted.org/packages/31/83/6717d08618c833409ba70515625c7bfc2297e36da7ddeb8559da0c34855c/arc_alkali_rydberg_calculator-3.8.0-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "25eab7f34bf71b6180b82bd14d7eb5352ce68868f855859009c4268d1d8bc852",
"md5": "70c720283e2cf68fe7d6d1aaca6c485d",
"sha256": "1bd0038eb035b82b02a126edcc79249641324b9874f6f58e8c4277c2fd5499b2"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.8.0.tar.gz",
"has_sig": false,
"md5_digest": "70c720283e2cf68fe7d6d1aaca6c485d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 22872517,
"upload_time": "2025-03-18T22:09:59",
"upload_time_iso_8601": "2025-03-18T22:09:59.222237Z",
"url": "https://files.pythonhosted.org/packages/25/ea/b7f34bf71b6180b82bd14d7eb5352ce68868f855859009c4268d1d8bc852/arc_alkali_rydberg_calculator-3.8.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-03-18 22:09:59",
"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"
}