.gitignore
CITATION.cff
LICENSE
README.md
pyproject.toml
requirements.txt
.github/workflows/pypi-publish.yml
.github/workflows/python-package.yml
assets/cc.png
examples/coupled.py
examples/local.py
examples/nonlocal.py
examples/readme_example.py
examples/notebooks/Comparison_to_Runge_Kutta.ipynb
examples/notebooks/Coupled_channels_0s_example.ipynb
src/jitr/__init__.py
src/jitr/__version__.py
src/jitr/channel.py
src/jitr/potentials.py
src/jitr/rmatrix_kernel.py
src/jitr/rmatrix_solver.py
src/jitr/system.py
src/jitr/utils.py
src/jitr.egg-info/PKG-INFO
src/jitr.egg-info/SOURCES.txt
src/jitr.egg-info/dependency_links.txt
src/jitr.egg-info/requires.txt
src/jitr.egg-info/top_level.txt
test/test_local.py