Skip to content

Commit

Permalink
fix invalid character, version++
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasibalic committed Jan 12, 2021
1 parent 4679d42 commit 6955223
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arc/alkali_atom_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,12 +340,12 @@ class Rubidium85(AlkaliAtom):
[2.6548849, 0.2900, 0.0, 0.0, 0.0, 0.0],
[1.34809171, -0.60286, 0.0, 0.0, 0.0, 0.0],
[0.0165192, -0.085, 0.0, 0.0, 0.0, 0.0],
[0.0039990, 0.0202, 0.0, 0.0, 0.0, 0.0]],
[0.0039990, -0.0202, 0.0, 0.0, 0.0, 0.0]],
[[3.1311804, 0.1784, 0.0, 0.0, 0.0, 0.0],
[2.6416737, 0.2950, 0.0, 0.0, 0.0, 0.0],
[1.34646572, -0.59600, 0.0, 0.0, 0.0, 0.0],
[0.0165437, -0.086, 0.0, 0.0, 0.0, 0.0],
[0.0039990, 0.0202, 0.0, 0.0, 0.0, 0.0]]]
[0.0039990, -0.0202, 0.0, 0.0, 0.0, 0.0]]]
"""
quantum defects for :math:`nF` states are
from [#c5]_. Quantum defects for :math:`nG` states are
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name="ARC-Alkali-Rydberg-Calculator",
version="3.0.7",
version="3.0.8",
description="Alkali Rydberg Calculator",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand All @@ -30,7 +30,7 @@
"quantum simulator","alkali atoms","alkaline atoms","divalent atoms",
"quantum computing"],
url="https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator",
download_url="https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/archive/3.0.7.tar.gz",
download_url="https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/archive/3.0.8.tar.gz",
author = 'Nikola Sibalic, Elizabeth J. Robertson, Jonathan D. Pritchard, Robert M. Potvliege, Matthew P. A. Jones, Charles S. Adams, Kevin J. Weatherill',
author_email = 'nikolasibalic@physics.org',

Expand Down

0 comments on commit 6955223

Please sign in to comment.