Public Examples
Use these examples as starting points, not as exhaustive coverage of every importable feature.
Recommended entry points
Section titled “Recommended entry points”| Page or script | Why it matters |
|---|---|
| Crossval First | current public cross-check entry point |
| RF Workflows | practical workflow framing |
examples/crossval/05_patch_antenna.py | current patch antenna cross-check |
examples/crossval/11_waveguide_port_wr90.py | rectangular waveguide-port workflow |
examples/inverse_design/multilayer_ar_coating.py | conservative inverse-design demo |
How to read the example surface
Section titled “How to read the example surface”- Start with uniform Yee RF examples when you want the safest path.
- Keep claims scoped to the workflow being exercised.
- Use only the examples listed in the public guide pages as public entry points.
- Prefer current scripts in
examples/crossval/over outdated narrative snippets.