LICENSE
README.md
pyproject.toml
src/grax/__init__.py
src/grax/gratings.py
src/grax/materials.py
src/grax/parameter_sweep.py
src/grax/peak_fitting.py
src/grax/rcwa_1d.py
src/grax/roughness.py
src/grax/slag.py
src/grax/stacks.py
src/grax/simulation/__init__.py
src/grax/simulation/_profiling.py
src/grax/simulation/batch.py
src/grax/simulation/cases.py
src/grax/simulation/core.py
src/grax/simulation/models.py
src/grax/simulation/serialization.py
src/grax/simulation/theta_search.py
src/grax/simulation/theta_search_sweep.py
src/grax_opt/__init__.py
src/grax_opt/cli.py
src/grax_opt/config.py
src/grax_opt/data.py
src/grax_opt/model.py
src/grax_opt/objective.py
src/grax_opt/optimize.py
src/graxpy.egg-info/PKG-INFO
src/graxpy.egg-info/SOURCES.txt
src/graxpy.egg-info/dependency_links.txt
src/graxpy.egg-info/requires.txt
src/graxpy.egg-info/top_level.txt
tests/test_gratings.py
tests/test_materials.py
tests/test_parameter_sweep.py
tests/test_profiling.py
tests/test_reference_baselines.py
tests/test_reticolopy_opt.py
tests/test_simulation.py