LICENSE
README.md
pyproject.toml
tests/test_config.py
tests/test_elements.py
tests/test_fields.py
tests/test_functional.py
tests/test_optics_module.py
tests/test_param.py
tests/test_planar_geometry.py
tests/test_profiles.py
tests/test_system.py
tests/test_visualization.py
torchoptics/__init__.py
torchoptics/config.py
torchoptics/fields.py
torchoptics/optics_module.py
torchoptics/param.py
torchoptics/planar_geometry.py
torchoptics/system.py
torchoptics/type_defs.py
torchoptics/visualization.py
torchoptics.egg-info/PKG-INFO
torchoptics.egg-info/SOURCES.txt
torchoptics.egg-info/dependency_links.txt
torchoptics.egg-info/requires.txt
torchoptics.egg-info/top_level.txt
torchoptics/elements/__init__.py
torchoptics/elements/beam_splitters.py
torchoptics/elements/detectors.py
torchoptics/elements/elements.py
torchoptics/elements/identity_element.py
torchoptics/elements/lens.py
torchoptics/elements/modulators.py
torchoptics/elements/polarized_modulators.py
torchoptics/elements/polarizers.py
torchoptics/elements/waveplates.py
torchoptics/functional/__init__.py
torchoptics/functional/functional.py
torchoptics/profiles/__init__.py
torchoptics/profiles/gratings.py
torchoptics/profiles/hermite_gaussian.py
torchoptics/profiles/laguerre_gaussian.py
torchoptics/profiles/lens.py
torchoptics/profiles/shapes.py
torchoptics/profiles/spatial_coherence.py
torchoptics/profiles/special.py
torchoptics/propagation/__init__.py
torchoptics/propagation/angular_spectrum_method.py
torchoptics/propagation/direct_integration_method.py
torchoptics/propagation/propagator.py