.clang-format
.gitignore
.pre-commit-config.yaml
.python-version
CITATION.cff
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
uv.lock
.github/dependabot.yml
.github/workflows/pre-commit.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/pytest.yml
.vscode/settings.json
Examples/ExampleAnisotropic.py
Examples/ExampleCholesteric.py
Examples/ExampleDSPP.py
Examples/ExampleFilter.py
Examples/ExampleSPP.py
Examples/ExampleTIR.py
GeneralTmm/.gitignore
GeneralTmm/_GeneralTmmCpp.py
GeneralTmm/_GeneralTmmCppExt.pyi
GeneralTmm/__init__.py
GeneralTmm/py.typed
GeneralTmm.egg-info/PKG-INFO
GeneralTmm.egg-info/SOURCES.txt
GeneralTmm.egg-info/dependency_links.txt
GeneralTmm.egg-info/requires.txt
GeneralTmm.egg-info/top_level.txt
GeneralTmm/src/.gitignore
GeneralTmm/src/Common.cpp
GeneralTmm/src/Common.h
GeneralTmm/src/CppGeneralTmm.pxd
GeneralTmm/src/GeneralTmm.cpp
GeneralTmm/src/GeneralTmm.pyx
GeneralTmm/src/Layer.cpp
GeneralTmm/src/Layer.h
GeneralTmm/src/Material.cpp
GeneralTmm/src/Material.h
GeneralTmm/src/Tmm.cpp
GeneralTmm/src/Tmm.h
GeneralTmm/src/Simplex/.clang-format
GeneralTmm/src/Simplex/README.txt
GeneralTmm/src/Simplex/criteria.h
GeneralTmm/src/Simplex/simplex.h
GeneralTmm/src/Simplex/state.h
GeneralTmm/src/Simplex/test_rosenbrock_simplex.cpp
docs/generate_images.py
docs/images/anisotropic_wave_plates.png
docs/images/cholesteric_bragg.png
docs/images/dspp_leaky.png
docs/images/filter_dielectric.png
docs/images/spp_fields_2d.png
docs/images/spp_reflection.png
docs/images/tir_reflection.png
tests/.gitignore
tests/_general_tmm_py.py
tests/test_api.py
tests/test_cpp_vs_python.py
tests/test_physics.py
tests/test_tmm.py