iqm-finland / KQCircuits

KLayout Python library for integrated quantum circuit design.
GNU General Public License v3.0
128 stars 71 forks source link

`produce_waveguide_to_port` does not infer side for EdgePort #8

Closed nikosavola closed 1 year ago

nikosavola commented 2 years ago

I noticed that produce_waveguide_to_port does not infer the side to extend to when using use_internal_ports=False, i.e., EdgePort. It has to be given with the side param. Supporting side=None to extend the simulation in the direction most indicated by towards is a natural choice I think.