a simple example on how to code an Euler bend in IPKISS or gdsfactory.
- eulerbend_ipkiss.py: defines a generic Euler bend PCell and then generates a GDS with a 90° Euler bend.
- eulerbend_ipkiss.ipynb: a Jupyter notebook going over the details on how the IPKISS Euler bend was defined and implemented.
- eulerbend_gdsfactory.ipynb: a very simple example notebook on how the S-parameters can be found using GDSFactory, which uses the and the Lumerical python API under the hood.