KQCircuits
KQCircuits copied to clipboard
`produce_waveguide_to_port` does not infer side for EdgePort
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.