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/0e/ef/33e37ec6a7ac351636fe65d4f2f5fe2a6a44bf1faef582a4cec31da406fc/arc_alkali_rydberg_calculator-3.7.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.7.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": "381e3d1e3b96d3c3616e2aa410d10d8628ced613ecf9540fd10d5812472e64c4",
"md5": "df542b660346371394ed686f8942636a",
"sha256": "2ff3c0795a631e16c461e3231d2fc9c02477e29a4e9844e2c650bbc2525da4fd"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.0-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "df542b660346371394ed686f8942636a",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 23710256,
"upload_time": "2025-01-04T18:58:10",
"upload_time_iso_8601": "2025-01-04T18:58:10.816603Z",
"url": "https://files.pythonhosted.org/packages/38/1e/3d1e3b96d3c3616e2aa410d10d8628ced613ecf9540fd10d5812472e64c4/ARC_Alkali_Rydberg_Calculator-3.7.0-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "457a4de7b5a4befb9dd58f098a63cf680aef9e3e2b7937470343188689c35613",
"md5": "d90d3af3b81231e7b4f851068d7413c8",
"sha256": "b3caf1287d9199936c79c5bb9545708b405ec382fc24af87fcb74f1611ed53cb"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.0-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "d90d3af3b81231e7b4f851068d7413c8",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 23710202,
"upload_time": "2025-01-04T18:58:16",
"upload_time_iso_8601": "2025-01-04T18:58:16.243651Z",
"url": "https://files.pythonhosted.org/packages/45/7a/4de7b5a4befb9dd58f098a63cf680aef9e3e2b7937470343188689c35613/ARC_Alkali_Rydberg_Calculator-3.7.0-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d452eac7e136d9fbbc4aaa9fb805ed50a3173cbc44bbb8edecb4dbfd62f1ce28",
"md5": "8981ff79b95b23978d717a07649defc8",
"sha256": "19e6c6883c44dc96bbf66ef5b535b5c47b3ddae7c5cf09ccfc24885e841d56c3"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.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": "8981ff79b95b23978d717a07649defc8",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 23731652,
"upload_time": "2025-01-04T18:58:21",
"upload_time_iso_8601": "2025-01-04T18:58:21.528141Z",
"url": "https://files.pythonhosted.org/packages/d4/52/eac7e136d9fbbc4aaa9fb805ed50a3173cbc44bbb8edecb4dbfd62f1ce28/ARC_Alkali_Rydberg_Calculator-3.7.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": "7e2da2c356ab375a18dc4605bed1c2e5a43efe481755cd9f16230e8080b811f5",
"md5": "0fcfe62301081e39613718d5a8549fc1",
"sha256": "86233d0bc73ac7e795d3422329591f833a84c976166c6637e6bb7483ad55b2ae"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.0-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "0fcfe62301081e39613718d5a8549fc1",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 23732357,
"upload_time": "2025-01-04T18:58:27",
"upload_time_iso_8601": "2025-01-04T18:58:27.083219Z",
"url": "https://files.pythonhosted.org/packages/7e/2d/a2c356ab375a18dc4605bed1c2e5a43efe481755cd9f16230e8080b811f5/ARC_Alkali_Rydberg_Calculator-3.7.0-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "11e66488201200aee07bc1fc16095b5c793f523a9dc9891f5064ea3e5810c775",
"md5": "c73ec0151468bebf02061bd3da48fc4e",
"sha256": "f4166ff679a6f04e39e7a636834e0d6307fe44d77b297549ad169136d3a03945"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.0-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "c73ec0151468bebf02061bd3da48fc4e",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 23712868,
"upload_time": "2025-01-04T18:58:31",
"upload_time_iso_8601": "2025-01-04T18:58:31.863018Z",
"url": "https://files.pythonhosted.org/packages/11/e6/6488201200aee07bc1fc16095b5c793f523a9dc9891f5064ea3e5810c775/ARC_Alkali_Rydberg_Calculator-3.7.0-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "43ef133ea1cb527eaab96dd4fb8b134e4e76967a139dcd4d471f9d2551a3ba04",
"md5": "7c623b35a1287d5c1c3c5f0f4617f620",
"sha256": "06d1e9e3b0d90f218d5ebfc9b9fd4f3cf561ef5e3ff931b81f2dcec1a9ae8036"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.0-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "7c623b35a1287d5c1c3c5f0f4617f620",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 23710255,
"upload_time": "2025-01-04T18:58:35",
"upload_time_iso_8601": "2025-01-04T18:58:35.954076Z",
"url": "https://files.pythonhosted.org/packages/43/ef/133ea1cb527eaab96dd4fb8b134e4e76967a139dcd4d471f9d2551a3ba04/ARC_Alkali_Rydberg_Calculator-3.7.0-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "31cfaa582306224d5c15e3cfc612257dace62f07588e2948f131d062f37d487a",
"md5": "59eb6419a7fcad4102037503dcf68afa",
"sha256": "d2f21ccfe30d90baeb2aaf44846a8e036f079ec99f96700420dbe2964926a086"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.0-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "59eb6419a7fcad4102037503dcf68afa",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 23710203,
"upload_time": "2025-01-04T18:58:39",
"upload_time_iso_8601": "2025-01-04T18:58:39.749808Z",
"url": "https://files.pythonhosted.org/packages/31/cf/aa582306224d5c15e3cfc612257dace62f07588e2948f131d062f37d487a/ARC_Alkali_Rydberg_Calculator-3.7.0-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1da2ac0c2038a75e5eefdbd6d2b42e7388ac70d3196c90e00be828a97c47cff3",
"md5": "5af20a61e8cf54b4c393875873e0f6a3",
"sha256": "130fbe65e5ade8dddd35a575d4a007f30f671b7393a904f4c44cacd7eea8bad6"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.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": "5af20a61e8cf54b4c393875873e0f6a3",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 23731708,
"upload_time": "2025-01-04T18:58:46",
"upload_time_iso_8601": "2025-01-04T18:58:46.831632Z",
"url": "https://files.pythonhosted.org/packages/1d/a2/ac0c2038a75e5eefdbd6d2b42e7388ac70d3196c90e00be828a97c47cff3/ARC_Alkali_Rydberg_Calculator-3.7.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": "03a2e182bf743daecb783ee78b13390fb55f0e1a489c47f324769fb3ef9454d6",
"md5": "7fa97d60dbca325c6b6db26fa1dfa882",
"sha256": "b5d105fd6ecf0c01198382de787b10623d9f1f5a00474b5ffefa39f3c1b9d7a3"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "7fa97d60dbca325c6b6db26fa1dfa882",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 23732418,
"upload_time": "2025-01-04T18:58:52",
"upload_time_iso_8601": "2025-01-04T18:58:52.185189Z",
"url": "https://files.pythonhosted.org/packages/03/a2/e182bf743daecb783ee78b13390fb55f0e1a489c47f324769fb3ef9454d6/ARC_Alkali_Rydberg_Calculator-3.7.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f94fa9f538fb126daf8b935fdbac2d4777663d65cc61bee4b0874a64c5d314c6",
"md5": "ccb03e0f6d5edb2e74c08c2ac11c4250",
"sha256": "6a2985defffa88ca2289aef4a8a080e25925defec3f685ba78adce299137cae1"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.0-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "ccb03e0f6d5edb2e74c08c2ac11c4250",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 23712869,
"upload_time": "2025-01-04T18:58:56",
"upload_time_iso_8601": "2025-01-04T18:58:56.737991Z",
"url": "https://files.pythonhosted.org/packages/f9/4f/a9f538fb126daf8b935fdbac2d4777663d65cc61bee4b0874a64c5d314c6/ARC_Alkali_Rydberg_Calculator-3.7.0-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b0c71493e0fb4ef1ef72da32134b8adc9bc2bd444e76d1e4b7fd241eab6e8977",
"md5": "6dddabcfa555ba7eb089bbec8351d4f8",
"sha256": "610413abf76cf58948e97da2643e92a156152e79578ad7cf70688f5d2b1e844e"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.0-cp312-cp312-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "6dddabcfa555ba7eb089bbec8351d4f8",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 23710299,
"upload_time": "2025-01-04T18:59:02",
"upload_time_iso_8601": "2025-01-04T18:59:02.347854Z",
"url": "https://files.pythonhosted.org/packages/b0/c7/1493e0fb4ef1ef72da32134b8adc9bc2bd444e76d1e4b7fd241eab6e8977/ARC_Alkali_Rydberg_Calculator-3.7.0-cp312-cp312-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a358bc2c0d88b0e309cc1af2cf4f96ea74e5748e602c4a06f7044e75e91fb2ef",
"md5": "02f6946dab16b1b3eba93cf597222cc0",
"sha256": "853668edc2757c63fffb97c90570eed0d61e6efe0c6babbcfcc2b7e4824021d1"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.0-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "02f6946dab16b1b3eba93cf597222cc0",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 23710219,
"upload_time": "2025-01-04T18:59:07",
"upload_time_iso_8601": "2025-01-04T18:59:07.732531Z",
"url": "https://files.pythonhosted.org/packages/a3/58/bc2c0d88b0e309cc1af2cf4f96ea74e5748e602c4a06f7044e75e91fb2ef/ARC_Alkali_Rydberg_Calculator-3.7.0-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "252594b36abfeec8b1c265a53dc9bf070b0fbb18331484c46326f8ab340c9c06",
"md5": "88f940d491df0e86839fcc45165e1f0d",
"sha256": "1e3a3fb0ad415498603da03749c49746f50a550aa80355a38332c49f167b6f63"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.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": "88f940d491df0e86839fcc45165e1f0d",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 23732039,
"upload_time": "2025-01-04T18:59:13",
"upload_time_iso_8601": "2025-01-04T18:59:13.245552Z",
"url": "https://files.pythonhosted.org/packages/25/25/94b36abfeec8b1c265a53dc9bf070b0fbb18331484c46326f8ab340c9c06/ARC_Alkali_Rydberg_Calculator-3.7.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": "bac8286b8c7ec6729d673c0ef74f30cb2dc392ae85264aef086118f1e5ed8bde",
"md5": "d0ee7031d5c7cdd26dee913b70c973ea",
"sha256": "6a170e41a1fe353292e4624d75273c6d23fb4c8a1e5aa2bb0548963aa2909a35"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "d0ee7031d5c7cdd26dee913b70c973ea",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 23732723,
"upload_time": "2025-01-04T18:59:18",
"upload_time_iso_8601": "2025-01-04T18:59:18.727068Z",
"url": "https://files.pythonhosted.org/packages/ba/c8/286b8c7ec6729d673c0ef74f30cb2dc392ae85264aef086118f1e5ed8bde/ARC_Alkali_Rydberg_Calculator-3.7.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "41e0fe830c531d161af9577cd2ddd62ec7133df410b72b864ac49472abe24afe",
"md5": "3f2ec6ff546cb177ee872b412f8511fd",
"sha256": "a1910b19ef685a5268670ad194756c7a534b061cb1c1982893d6dcc8e0b94bf7"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.0-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "3f2ec6ff546cb177ee872b412f8511fd",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 23712867,
"upload_time": "2025-01-04T18:59:24",
"upload_time_iso_8601": "2025-01-04T18:59:24.276807Z",
"url": "https://files.pythonhosted.org/packages/41/e0/fe830c531d161af9577cd2ddd62ec7133df410b72b864ac49472abe24afe/ARC_Alkali_Rydberg_Calculator-3.7.0-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dac88a037e6de0b4c29eb87245cf9b59bcb82ea3c77dd42623d5675ed081ccfd",
"md5": "4a426a9f8f4932b77419db11d4e4fd83",
"sha256": "e59df904056c38583fefff4fb286532ed07066153a59bc28e441654c0423ef1d"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.0-cp38-cp38-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "4a426a9f8f4932b77419db11d4e4fd83",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 23710023,
"upload_time": "2025-01-04T18:59:28",
"upload_time_iso_8601": "2025-01-04T18:59:28.280760Z",
"url": "https://files.pythonhosted.org/packages/da/c8/8a037e6de0b4c29eb87245cf9b59bcb82ea3c77dd42623d5675ed081ccfd/ARC_Alkali_Rydberg_Calculator-3.7.0-cp38-cp38-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2a24970174ed51535af780cce6e0e8cfcd9f4bc6218c3ef8f78acf4c6ca68a9d",
"md5": "d6e50f396d4ba2d2240a2bbd43498c82",
"sha256": "b2969cde80d03187da276c61a5653a330d4340c05a3d847928f112e72430c269"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.0-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "d6e50f396d4ba2d2240a2bbd43498c82",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 23709949,
"upload_time": "2025-01-04T18:59:32",
"upload_time_iso_8601": "2025-01-04T18:59:32.046557Z",
"url": "https://files.pythonhosted.org/packages/2a/24/970174ed51535af780cce6e0e8cfcd9f4bc6218c3ef8f78acf4c6ca68a9d/ARC_Alkali_Rydberg_Calculator-3.7.0-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "52766f8497b999ecbbf51595d420dc52a0e685a18a5cc459b41f72d7a8eb9702",
"md5": "22d534039f32a977af9918058ff8bbd9",
"sha256": "ca0a7b4816b46cd145c0b9bdf4f90d15c4849cd00887118c8410f79ae41f34f2"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.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": "22d534039f32a977af9918058ff8bbd9",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 23733072,
"upload_time": "2025-01-04T18:59:37",
"upload_time_iso_8601": "2025-01-04T18:59:37.341137Z",
"url": "https://files.pythonhosted.org/packages/52/76/6f8497b999ecbbf51595d420dc52a0e685a18a5cc459b41f72d7a8eb9702/ARC_Alkali_Rydberg_Calculator-3.7.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": "28ccdab22566631727e490fa4e5bf8130ac384a466e0b10f9e487dac0c44b57f",
"md5": "5b60ba52179a06821d38306e706b41cb",
"sha256": "0c4cd245eed6da7d302b9efb9202897d5e18550f326a09e4dfc4e58f08b34e97"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.0-cp38-cp38-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "5b60ba52179a06821d38306e706b41cb",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 23733153,
"upload_time": "2025-01-04T18:59:42",
"upload_time_iso_8601": "2025-01-04T18:59:42.686230Z",
"url": "https://files.pythonhosted.org/packages/28/cc/dab22566631727e490fa4e5bf8130ac384a466e0b10f9e487dac0c44b57f/ARC_Alkali_Rydberg_Calculator-3.7.0-cp38-cp38-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "21e7d4ef6880aae06001bfe03d39d7b82dcbaac177100d382974ec2057322733",
"md5": "f0c59dbee50ba0cbcbe65d277798d522",
"sha256": "1950a828c721ebee6cabca13ba0c793e1cd028f35e3602a3b5cb3017a9687354"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.0-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "f0c59dbee50ba0cbcbe65d277798d522",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 23712662,
"upload_time": "2025-01-04T18:59:48",
"upload_time_iso_8601": "2025-01-04T18:59:48.232733Z",
"url": "https://files.pythonhosted.org/packages/21/e7/d4ef6880aae06001bfe03d39d7b82dcbaac177100d382974ec2057322733/ARC_Alkali_Rydberg_Calculator-3.7.0-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2c0f89b1c13a804af1e8a2896ff207bd1ad8dec0ca1ae1cd6c0836bb4f9809e3",
"md5": "d3545e6e1ed85df202c98e9fcad2a0e4",
"sha256": "7601033cd0c49ac790e3d4ddad058f630ef93ba565d4b8ae615d67c8f5a18d0d"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.0-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "d3545e6e1ed85df202c98e9fcad2a0e4",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 23710250,
"upload_time": "2025-01-04T18:59:51",
"upload_time_iso_8601": "2025-01-04T18:59:51.988998Z",
"url": "https://files.pythonhosted.org/packages/2c/0f/89b1c13a804af1e8a2896ff207bd1ad8dec0ca1ae1cd6c0836bb4f9809e3/ARC_Alkali_Rydberg_Calculator-3.7.0-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "626e572c2f76cf41fbbc0edd97ba6c2b9602add8c530d1bfda5ab7666befbb22",
"md5": "3a5639b512aad3cef55a92930003e36a",
"sha256": "2af6d56c635b2cfeca9a56894c84396176025cebed890c5c9b0eb9f1fcc97860"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.0-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "3a5639b512aad3cef55a92930003e36a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 23710200,
"upload_time": "2025-01-04T18:59:57",
"upload_time_iso_8601": "2025-01-04T18:59:57.090633Z",
"url": "https://files.pythonhosted.org/packages/62/6e/572c2f76cf41fbbc0edd97ba6c2b9602add8c530d1bfda5ab7666befbb22/ARC_Alkali_Rydberg_Calculator-3.7.0-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f0079087272dbc6a2e936dd5acbf635a9c181ee9cadbd8b1df2223e2319e728f",
"md5": "53b4b2d6b03a25464db5b4ba8326e8c7",
"sha256": "3585051814602c7f168bdf3720c0072085d175e3ad8c579f27c35938d58382f7"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.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": "53b4b2d6b03a25464db5b4ba8326e8c7",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 23731504,
"upload_time": "2025-01-04T19:00:01",
"upload_time_iso_8601": "2025-01-04T19:00:01.227165Z",
"url": "https://files.pythonhosted.org/packages/f0/07/9087272dbc6a2e936dd5acbf635a9c181ee9cadbd8b1df2223e2319e728f/ARC_Alkali_Rydberg_Calculator-3.7.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": "c0d5ff0b6405f537a603ced360f4726764ba20b47761932098bc8bdb0e6aa0e5",
"md5": "054aa10c3d413ef3d3ae5b96beab68bd",
"sha256": "621461fa7edbbde489375e25c797d0455b513a695584c58709fb7d797b2eadaa"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.0-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "054aa10c3d413ef3d3ae5b96beab68bd",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 23732223,
"upload_time": "2025-01-04T19:00:07",
"upload_time_iso_8601": "2025-01-04T19:00:07.153887Z",
"url": "https://files.pythonhosted.org/packages/c0/d5/ff0b6405f537a603ced360f4726764ba20b47761932098bc8bdb0e6aa0e5/ARC_Alkali_Rydberg_Calculator-3.7.0-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5fc55aafa6b9567c2c0a41b6e25e16f735b564ea05b8a8a381e1b3424e0ef825",
"md5": "1a4ce5118924f73ccd4959dbe42a5d81",
"sha256": "be53da2d1f0e70489e27893c1e40a64cb6901e2839017f2b878a3a143028095d"
},
"downloads": -1,
"filename": "ARC_Alkali_Rydberg_Calculator-3.7.0-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "1a4ce5118924f73ccd4959dbe42a5d81",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 23712863,
"upload_time": "2025-01-04T19:00:11",
"upload_time_iso_8601": "2025-01-04T19:00:11.543828Z",
"url": "https://files.pythonhosted.org/packages/5f/c5/5aafa6b9567c2c0a41b6e25e16f735b564ea05b8a8a381e1b3424e0ef825/ARC_Alkali_Rydberg_Calculator-3.7.0-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0eef33e37ec6a7ac351636fe65d4f2f5fe2a6a44bf1faef582a4cec31da406fc",
"md5": "08e8caa5a13192d0a3a60178b04e295c",
"sha256": "194ed8c409b13dc2d31c4862b6fe7dd1e8c1f58e42e136cb4f7ff5d56e22bf5e"
},
"downloads": -1,
"filename": "arc_alkali_rydberg_calculator-3.7.0.tar.gz",
"has_sig": false,
"md5_digest": "08e8caa5a13192d0a3a60178b04e295c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 22862474,
"upload_time": "2025-01-04T19:00:15",
"upload_time_iso_8601": "2025-01-04T19:00:15.742243Z",
"url": "https://files.pythonhosted.org/packages/0e/ef/33e37ec6a7ac351636fe65d4f2f5fe2a6a44bf1faef582a4cec31da406fc/arc_alkali_rydberg_calculator-3.7.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-04 19:00:15",
"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"
}