A Python package for calculating Rydberg wavefunctions.
Project description
RydState - A Rydberg State Calculator
The RydState software calculates properties of Rydberg states. We especially focus on the calculation of the radial wavefunction of Rydberg states via the Numerov method. The software can be installed via pip (requires Python >= 3.9):
pip install rydstate
To install the latest development version from github, use:
pip install git+https://github.com/pairinteraction/rydstate
How to Cite
This package relies on quantum defects provided by the community. Consider citing relevant publications for your atomic species.
Click to expand for quantum defect references
| Element | Model | Identifier | References |
|---|---|---|---|
| H | SQDT | H |
Schrödinger equation for hydrogen |
| Li | SQDT | Li |
10.1017/CBO9780511524530 (1994) 10.1103/PhysRevA.34.2889 (1986) |
| Na | SQDT | Na |
10.1088/0953-4075/30/10/009 (1997) 10.1070/QE1995v025n09ABEH000501 (1995) 10.1103/PhysRevA.45.4720 (1992) |
| K | SQDT | K |
10.1088/0031-8949/27/4/012 (1983) 10.1016/0030-4018(81)90225-X (1981) |
| Rb | SQDT | Rb |
10.1103/PhysRevA.83.052515 (2011) 10.1103/PhysRevA.74.054502 (2006) 10.1103/PhysRevA.74.062712 (2006) 10.1103/PhysRevA.67.052502 (2003) |
| Cs | SQDT | Cs |
10.1103/PhysRevA.93.013424 (2016) 10.1103/PhysRevA.35.4650 (1987) 10.1103/PhysRevA.26.2733 (1982) |
| Sr88 | SQDT, singlet sector | Sr88 |
10.1103/PhysRevA.108.022815 (2023) 10.17169/refubium-34581 (2022) |
| Sr88 | SQDT, triplet sector | Sr88 |
10.1016/j.cpc.2020.107814 (2021) |
Documentation
User Guide
-
Tutorials - Examples of how to use the RydState library.
-
API Reference - Documentation of classes and functions of the RydState Python library.
Using custom quantum defects
To use custom quantum defects (or quantum defects for a new species), you can simply create a subclass of rydstate.species.species_object.SpeciesObject (e.g. class CustomRubidium(SpeciesObject):) with a custom species name (e.g. name = "Custom_Rb").
Then, similarly to rydstate.species.rubidium.py you can define the quantum defects (and model potential parameters, ...) for your species.
Finally, you can use the custom species by simply calling rydstate.RydbergStateAlkali("Custom_Rb", n=50, l=0, j=1/2, m=1/2) (the code will look for all subclasses of SpeciesObject until it finds one with the species name "Custom_Rb").
License
The rydstate software is licensed under LGPL v3. For more information, see LICENSE.txt.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rydstate-0.9.0.tar.gz.
File metadata
- Download URL: rydstate-0.9.0.tar.gz
- Upload date:
- Size: 82.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8a0c3b912f004483446614e259c7e9df721ebf1d02fe1312880dd63cefa047d
|
|
| MD5 |
9fdf63032cefaa4d1727e3da8d050e50
|
|
| BLAKE2b-256 |
8ca53f8b9ab99507cb4e16640a10238e00d5cf13a3a6e0adde1402a5a5de68b3
|
File details
Details for the file rydstate-0.9.0-py3-none-any.whl.
File metadata
- Download URL: rydstate-0.9.0-py3-none-any.whl
- Upload date:
- Size: 89.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34e6282cce770fbe31f7e4745bde42e64d61cfd7c9e995ab4eb389bdbf9b8c32
|
|
| MD5 |
01a5528ee03258e3b3a5b42b57a66729
|
|
| BLAKE2b-256 |
7fa483c0c5a8b519ca1f3558fc3795ae733d4456155efa21bbd2b5c7a076e111
|