LICENSE.txt
README.md
pyproject.toml
LICENSES/LGPL-3.0-or-later.txt
src/ryd_numerov/__init__.py
src/ryd_numerov/py.typed
src/ryd_numerov/rydberg.py
src/ryd_numerov/units.py
src/ryd_numerov.egg-info/PKG-INFO
src/ryd_numerov.egg-info/SOURCES.txt
src/ryd_numerov.egg-info/dependency_links.txt
src/ryd_numerov.egg-info/requires.txt
src/ryd_numerov.egg-info/top_level.txt
src/ryd_numerov/angular/__init__.py
src/ryd_numerov/angular/angular_matrix_element.py
src/ryd_numerov/angular/utils.py
src/ryd_numerov/elements/__init__.py
src/ryd_numerov/elements/cesium.py
src/ryd_numerov/elements/element.py
src/ryd_numerov/elements/francium.py
src/ryd_numerov/elements/hydrogen.py
src/ryd_numerov/elements/lithium.py
src/ryd_numerov/elements/potassium.py
src/ryd_numerov/elements/rubidium.py
src/ryd_numerov/elements/sodium.py
src/ryd_numerov/elements/strontium.py
src/ryd_numerov/model/__init__.py
src/ryd_numerov/model/database.py
src/ryd_numerov/model/database.sql
src/ryd_numerov/model/model_potential.py
src/ryd_numerov/model/quantum_defect.py
src/ryd_numerov/radial/__init__.py
src/ryd_numerov/radial/grid.py
src/ryd_numerov/radial/numerov.py
src/ryd_numerov/radial/radial_matrix_element.py
src/ryd_numerov/radial/wavefunction.py
tests/test_hydrogen.py
tests/test_matrix_elements.py
tests/test_radial_matrix_element.py
tests/test_units.py