Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 595 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 595 Bytes

eulerbend

a simple example on how to code an Euler bend in IPKISS or gdsfactory.

Contents

  • 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.