HelgeGehring / gdshelpers

GDSHelpers is an open-source package for automatized pattern generation for nano-structuring.
https://www.uni-muenster.de/Physik.PI/Pernice/
GNU Lesser General Public License v3.0
110 stars 33 forks source link

Slot waveguides and coplanar waveguides #7

Closed HelgeGehring closed 5 years ago

HelgeGehring commented 5 years ago

In order to support slot and coplanar waveguides, a width/tuple can now be given for width in the form [width_1, slot_width_1, width_2, ...], where the widths describe the width of each rail and the slot_widths describe the widths of the slots. The array is also allowed to end with a slot_width to allow asymmetry (e.g. for mode converters). This is also supported for functions, e.g. for continuous tapering.

HelgeGehring commented 5 years ago

@fbeutel could you also have a look on this PR?