.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/test-publish.yml
.github/workflows/tests.yml
docs/Makefile
docs/requirements.txt
docs/source/api.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/examples.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/quickstart.rst
docs/source/transient_tutorial.rst
examples/arnett_mcmc.py
examples/arnett_ns.py
examples/arnett_ns_quick.py
examples/arnett_to_magnitudes.py
examples/test_ns_setup.py
redback_jax/__init__.py
redback_jax/constants.py
redback_jax/conversions.py
redback_jax/interaction_processes.py
redback_jax/phenomenological_models.py
redback_jax/photosphere.py
redback_jax/sources.py
redback_jax/transient.py
redback_jax.egg-info/PKG-INFO
redback_jax.egg-info/SOURCES.txt
redback_jax.egg-info/dependency_links.txt
redback_jax.egg-info/requires.txt
redback_jax.egg-info/top_level.txt
redback_jax/inference/__init__.py
redback_jax/inference/likelihood.py
redback_jax/inference/mcmc_sampler.py
redback_jax/inference/nested_sampler.py
redback_jax/inference/prior.py
redback_jax/inference/sampler.py
redback_jax/models/__init__.py
redback_jax/models/kilonova.py
redback_jax/models/registry.py
redback_jax/models/sed_features.py
redback_jax/models/shock_powered_models.py
redback_jax/models/spectra_model.py
redback_jax/models/supernova_models.py
redback_jax/models/tde_models.py
redback_jax/tables/csm_table.txt
redback_jax/utils/__init__.py
redback_jax/utils/citation_wrapper.py
redback_jax/utils/cosmology.py
redback_jax/utils/plotting.py
tests/__init__.py
tests/integration/__init__.py
tests/unit/__init__.py
tests/unit/test_conversions.py
tests/unit/test_inference.py
tests/unit/test_interaction_processes.py
tests/unit/test_kilonova.py
tests/unit/test_package.py
tests/unit/test_phenomenological_models.py
tests/unit/test_photosphere.py
tests/unit/test_sampler.py
tests/unit/test_sources.py
tests/unit/test_transient.py
tests/unit/test_utils.py
tests/unit/models/test_models.py
tests/unit/models/test_registry.py
tests/unit/models/test_sed_features.py
tests/unit/models/test_supernova_models.py