Public Examples
Use these examples as starting points, not as exhaustive coverage of every 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/nonuniform_patch_demo.py | non-uniform mesh demo; experimental lane |
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.
- Treat non-uniform, distributed, Floquet/Bloch, subgridding, coaxial, and advanced inverse-design examples as experimental unless a guide says otherwise.
- Prefer current scripts in
examples/crossval/over older narrative snippets.