.gitignore
.zenodo.json
CHANGELOG.md
LICENSE
README.md
RELEASE.md
__init__.py
build-docs.bat
build-docs.sh
environment.yml
install.bat
install.sh
pyproject.toml
pytest.ini
.github/workflows/docs.yml
.github/workflows/pytest.yml
.github/workflows/release-on-published.yml
.github/workflows/release.yml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/getting_started.rst
docs/source/index.rst
docs/source/methodology.rst
docs/source/references.bib
docs/source/_static/style.css
docs/source/_static/css/custom.css
docs/source/_templates/layout.html
docs/source/_templates/autosummary/base.rst
docs/source/_templates/autosummary/class.rst
docs/source/_templates/autosummary/exception.rst
docs/source/_templates/autosummary/function.rst
docs/source/_templates/autosummary/module.rst
docs/source/api/index.rst
examples/01_basic_raytracing.py
examples/02_paper_examples.py
examples/03_reflection_transmission.py
examples/04_amplitude_analysis.py
examples/05_homogeneous_equivalence.py
examples/README.txt
laytracer/__init__.py
laytracer/amplitude.py
laytracer/api.py
laytracer/model.py
laytracer/plot.py
laytracer/solver.py
laytracer/version.py
laytracer.egg-info/PKG-INFO
laytracer.egg-info/SOURCES.txt
laytracer.egg-info/dependency_links.txt
laytracer.egg-info/requires.txt
laytracer.egg-info/top_level.txt
pytests/test_amplitude.py
pytests/test_api.py
pytests/test_generalized.py
pytests/test_homogeneous_equivalence.py
pytests/test_solver.py
pytests/test_symmetry.py