LICENSE
MANIFEST.in
README.md
pyproject.toml
src/euv/__init__.py
src/euv/constants.py
src/euv/materials.py
src/euv/pipeline.py
src/euv/accel/__init__.py
src/euv/accel/chunked.py
src/euv/accel/device.py
src/euv/accel/mixed_precision.py
src/euv/accel/vram_budget.py
src/euv/aerial/__init__.py
src/euv/aerial/abbe.py
src/euv/aerial/hopkins.py
src/euv/aerial/pupil.py
src/euv/aerial/source.py
src/euv/api/__init__.py
src/euv/api/main.py
src/euv/api/schemas.py
src/euv/api/static/app.js
src/euv/api/static/index.html
src/euv/api/static/simulate.html
src/euv/api/static/style.css
src/euv/calibrate/__init__.py
src/euv/calibrate/wafer_fit.py
src/euv/data/cxro/Ac.csv
src/euv/data/cxro/Ag.csv
src/euv/data/cxro/Al.csv
src/euv/data/cxro/Ar.csv
src/euv/data/cxro/As.csv
src/euv/data/cxro/At.csv
src/euv/data/cxro/Au.csv
src/euv/data/cxro/B.csv
src/euv/data/cxro/Ba.csv
src/euv/data/cxro/Be.csv
src/euv/data/cxro/Bi.csv
src/euv/data/cxro/Br.csv
src/euv/data/cxro/C.csv
src/euv/data/cxro/Ca.csv
src/euv/data/cxro/Cd.csv
src/euv/data/cxro/Ce.csv
src/euv/data/cxro/Cl.csv
src/euv/data/cxro/Co.csv
src/euv/data/cxro/Cr.csv
src/euv/data/cxro/Cs.csv
src/euv/data/cxro/Cu.csv
src/euv/data/cxro/Dy.csv
src/euv/data/cxro/Er.csv
src/euv/data/cxro/Eu.csv
src/euv/data/cxro/F.csv
src/euv/data/cxro/Fe.csv
src/euv/data/cxro/Fr.csv
src/euv/data/cxro/Ga.csv
src/euv/data/cxro/Gd.csv
src/euv/data/cxro/Ge.csv
src/euv/data/cxro/H.csv
src/euv/data/cxro/He.csv
src/euv/data/cxro/Hf.csv
src/euv/data/cxro/Hg.csv
src/euv/data/cxro/Ho.csv
src/euv/data/cxro/I.csv
src/euv/data/cxro/In.csv
src/euv/data/cxro/Ir.csv
src/euv/data/cxro/K.csv
src/euv/data/cxro/Kr.csv
src/euv/data/cxro/La.csv
src/euv/data/cxro/Li.csv
src/euv/data/cxro/Lu.csv
src/euv/data/cxro/Mg.csv
src/euv/data/cxro/Mn.csv
src/euv/data/cxro/Mo.csv
src/euv/data/cxro/N.csv
src/euv/data/cxro/Na.csv
src/euv/data/cxro/Nb.csv
src/euv/data/cxro/Nd.csv
src/euv/data/cxro/Ne.csv
src/euv/data/cxro/Ni.csv
src/euv/data/cxro/O.csv
src/euv/data/cxro/Os.csv
src/euv/data/cxro/P.csv
src/euv/data/cxro/Pa.csv
src/euv/data/cxro/Pb.csv
src/euv/data/cxro/Pd.csv
src/euv/data/cxro/Pm.csv
src/euv/data/cxro/Po.csv
src/euv/data/cxro/Pr.csv
src/euv/data/cxro/Pt.csv
src/euv/data/cxro/Ra.csv
src/euv/data/cxro/Rb.csv
src/euv/data/cxro/Re.csv
src/euv/data/cxro/Rh.csv
src/euv/data/cxro/Rn.csv
src/euv/data/cxro/Ru.csv
src/euv/data/cxro/S.csv
src/euv/data/cxro/Sb.csv
src/euv/data/cxro/Sc.csv
src/euv/data/cxro/Se.csv
src/euv/data/cxro/Si.csv
src/euv/data/cxro/Sm.csv
src/euv/data/cxro/Sn.csv
src/euv/data/cxro/Sr.csv
src/euv/data/cxro/Ta.csv
src/euv/data/cxro/Tb.csv
src/euv/data/cxro/Tc.csv
src/euv/data/cxro/Te.csv
src/euv/data/cxro/Th.csv
src/euv/data/cxro/Ti.csv
src/euv/data/cxro/Tl.csv
src/euv/data/cxro/Tm.csv
src/euv/data/cxro/U.csv
src/euv/data/cxro/V.csv
src/euv/data/cxro/W.csv
src/euv/data/cxro/Xe.csv
src/euv/data/cxro/Y.csv
src/euv/data/cxro/Yb.csv
src/euv/data/cxro/Zn.csv
src/euv/data/cxro/Zr.csv
src/euv/etch/__init__.py
src/euv/etch/bias.py
src/euv/io/__init__.py
src/euv/io/cli.py
src/euv/io/gds.py
src/euv/io/rasterize.py
src/euv/mask3d/__init__.py
src/euv/mask3d/geometry.py
src/euv/mask3d/rcwa2d.py
src/euv/mask3d/rcwa_torch.py
src/euv/metro/__init__.py
src/euv/metro/cd.py
src/euv/metro/process_window.py
src/euv/metro/sem_render.py
src/euv/opc/__init__.py
src/euv/opc/openilt_bridge.py
src/euv/optics/__init__.py
src/euv/optics/collector.py
src/euv/optics/multilayer.py
src/euv/optics/plot.py
src/euv/optics/tmm.py
src/euv/resist/__init__.py
src/euv/resist/develop.py
src/euv/resist/exposure.py
src/euv/resist/peb.py
src/euv/resist/stochastic.py
src/euv/source/__init__.py
src/euv/source/plasma.py
src/euv/source/spectrum.py
src/openuv.egg-info/PKG-INFO
src/openuv.egg-info/SOURCES.txt
src/openuv.egg-info/dependency_links.txt
src/openuv.egg-info/entry_points.txt
src/openuv.egg-info/requires.txt
src/openuv.egg-info/top_level.txt
tests/test_accel.py
tests/test_api.py
tests/test_benchmarks.py
tests/test_calibrate.py
tests/test_collector.py
tests/test_constants.py
tests/test_cxro_loader.py
tests/test_docker.py
tests/test_enhancements.py
tests/test_etch.py
tests/test_geometry.py
tests/test_high_na.py
tests/test_hopkins.py
tests/test_io.py
tests/test_materials.py
tests/test_metro.py
tests/test_multilayer.py
tests/test_openilt_bridge.py
tests/test_pipeline.py
tests/test_pupil.py
tests/test_rcwa.py
tests/test_rcwa2d.py
tests/test_release.py
tests/test_resist.py
tests/test_source.py
tests/test_source_plasma.py
tests/test_stochastic.py
tests/test_tmm.py
tests/test_webui.py