.gitignore
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
requirements.txt
setup.py
.github/workflows/gpu-tests.yml
.github/workflows/main.yml
documents/Makefile
documents/conf.py
documents/index.rst
example/triple-lens-jacobian/full_jacobian_plot.png
example/triple-lens-jacobian/grads_uniform_paper.py
example/triple-lens-jacobian/jacobian.npy
example/triple-lens-jacobian/time_mag.csv
example/visualize-icrs/visualize_example.png
example/visualize-icrs/visualize_paper.py
logo/microjax.pdf
logo/microjax.png
results/README.md
scripts/run_gpu_tests.sh
src/microjax/__init__.py
src/microjax/coeffs.py
src/microjax/likelihood.py
src/microjax/multipole.py
src/microjax/point_source.py
src/microjax/poly_solver.py
src/microjax/utils.py
src/microjax/caustics/LICENSE
src/microjax/caustics/__init__.py
src/microjax/caustics/extended_source.py
src/microjax/caustics/integrate.py
src/microjax/caustics/lightcurve.py
src/microjax/fastlens/LICENSE
src/microjax/fastlens/__init__.py
src/microjax/fastlens/fftlog.py
src/microjax/fastlens/fftlog_jax.py
src/microjax/fastlens/mag_fft.py
src/microjax/fastlens/mag_fft_jax.py
src/microjax/fastlens/special.py
src/microjax/inverse_ray/__init__.py
src/microjax/inverse_ray/boundary.py
src/microjax/inverse_ray/cond_extended.py
src/microjax/inverse_ray/extended_source.py
src/microjax/inverse_ray/lightcurve.py
src/microjax/inverse_ray/limb_darkening.py
src/microjax/inverse_ray/merge_area.py
src/microjax/trajectory/__init__.py
src/microjax/trajectory/parallax.py
src/microjaxx.egg-info/PKG-INFO
src/microjaxx.egg-info/SOURCES.txt
src/microjaxx.egg-info/dependency_links.txt
src/microjaxx.egg-info/requires.txt
src/microjaxx.egg-info/top_level.txt
tests/.DS_Store
tests/__init__.py
tests/conftest.py
tests/unittests/empty_test.py
tests/unittests/test_poly_solver.py
tests/unittests/test_utils.py
tests/unittests/fastlens/test_fftlog.py
tests/unittests/fastlens/test_fftlog_derivatives.py
tests/unittests/fastlens/test_mag_fft.py
tests/unittests/fastlens/test_mag_fft_jax.py
tests/unittests/fastlens/test_mag_limb.py
tests/unittests/fastlens/test_mag_limb_jax.py
tests/unittests/fastlens/test_special_edges.py
tests/unittests/inverse_ray/test_lightcurve_binary.py
tests/unittests/inverse_ray/test_lightcurve_triple.py
tests/unittests/point_source/test_point_source_basic.py
tests/unittests/point_source/test_point_source_extended.py
tests/unittests/special/ellip_test.py
tests/unittests/special/gamma_test.py
tests/unittests/special/j_test.py
tests/unittests/trajectory/test_parallax_vbbl_compare.py
tests/utils/__init__.py
tests/utils/gpu.py
third_party/README.md