A Python package for calculating Rydberg wavefunctions.
Project description
Rydberg Numerov
The Rydberg Numerov 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 ryd-numerov
To install the latest development version from github, use:
pip install git+https://github.com/pairinteraction/ryd-numerov
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 Rydberg Numerov library.
-
API Reference - Documentation of classes and functions of the Rydberg Numerov Python library.
Using custom quantum defects
To use custom quantum defects (or quantum defects for a new element), you can simply create a subclass of ryd_numerov.elements.base_element.BaseElement (e.g. class CustomRubidium(BaseElement):) with a custom species name (e.g. species = "Custom_Rb").
Then, similarly to ryd_numerov.elements.rubidium.py you can define the quantum defects (and model potential parameters, ...) for your element.
Finally, you can use the custom element by simply calling ryd_numerov.RydbergState("Custom_Rb", n=50, l=0, j_tot=1/2, m=1/2) (the code will look for all subclasses of BaseElement until it finds one with the species name "Custom_Rb").
License
The ryd-numerov software is licensed under LGPL v3. For more information, see LICENSE.txt.
Project details
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 ryd_numerov-0.8.0.tar.gz.
File metadata
- Download URL: ryd_numerov-0.8.0.tar.gz
- Upload date:
- Size: 70.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0050653917d5e60dc05e0d18da04e690062ab2157aac8e748eb2b2049a832d8
|
|
| MD5 |
9f2544c91ae3fe171a7618bb76658f54
|
|
| BLAKE2b-256 |
553a3f15c3e94bd22e836d94d9a813bd9cd14264b4340648db314bd169b80d09
|
Provenance
The following attestation bundles were made for ryd_numerov-0.8.0.tar.gz:
Publisher:
publish.yml on pairinteraction/ryd-numerov
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ryd_numerov-0.8.0.tar.gz -
Subject digest:
c0050653917d5e60dc05e0d18da04e690062ab2157aac8e748eb2b2049a832d8 - Sigstore transparency entry: 487509809
- Sigstore integration time:
-
Permalink:
pairinteraction/ryd-numerov@8ed4a29372be86f328ef780cb1a259ab4b69b81e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/pairinteraction
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@8ed4a29372be86f328ef780cb1a259ab4b69b81e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file ryd_numerov-0.8.0-py3-none-any.whl.
File metadata
- Download URL: ryd_numerov-0.8.0-py3-none-any.whl
- Upload date:
- Size: 76.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9c2eb2ee59b87c66cb8ab742592bdc464112f37d892eb975731b1b88db38974
|
|
| MD5 |
9fcddb236cbc6d0af9f97092afdc5c84
|
|
| BLAKE2b-256 |
6d89c87ced24eb2fb08ce177a01fa19ca811706f456940f9b21259d5172f8fc1
|
Provenance
The following attestation bundles were made for ryd_numerov-0.8.0-py3-none-any.whl:
Publisher:
publish.yml on pairinteraction/ryd-numerov
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ryd_numerov-0.8.0-py3-none-any.whl -
Subject digest:
c9c2eb2ee59b87c66cb8ab742592bdc464112f37d892eb975731b1b88db38974 - Sigstore transparency entry: 487509825
- Sigstore integration time:
-
Permalink:
pairinteraction/ryd-numerov@8ed4a29372be86f328ef780cb1a259ab4b69b81e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/pairinteraction
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@8ed4a29372be86f328ef780cb1a259ab4b69b81e -
Trigger Event:
workflow_dispatch
-
Statement type: