LICENSE
README.md
pyproject.toml
src/grax/__init__.py
src/grax/afm_grating.py
src/grax/afm_preprocessing.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/_memory.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/web/__init__.py
src/grax/web/app.py
src/grax/web/materials.py
src/grax/web/persistence.py
src/grax/web/runs.py
src/grax/web/static/web.css
src/grax/web/static/web.js
src/grax/web/templates/base.html
src/grax/web/templates/grating_delete.html
src/grax/web/templates/grating_detail.html
src/grax/web/templates/grating_form.html
src/grax/web/templates/grating_manage.html
src/grax/web/templates/index.html
src/grax/web/templates/plot_detail.html
src/grax/web/templates/plot_export_dialog.html
src/grax/web/templates/plot_form.html
src/grax/web/templates/run_abort.html
src/grax/web/templates/run_detail.html
src/grax/web/templates/run_manage.html
src/grax/web/templates/web_docs.html
src/grax_opt/__init__.py
src/grax_opt/config.py
src/grax_opt/data.py
src/grax_opt/dynamic.py
src/grax_opt/evaluation.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/entry_points.txt
src/graxpy.egg-info/requires.txt
src/graxpy.egg-info/top_level.txt
tests/test_afm.py
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
tests/test_web_app.py