straight_coupler#

straight_coupler(wl: Union[float, jax.Array, numpy.ndarray, numpy.bool_, numpy.number, bool, int, complex] = 1.55, width: float = 500.0, thickness: float = 220.0, gap: float = 100.0, length: float = 1000.0, sw_angle: float = 90.0) Dict[Tuple[str, str], jaxtyping.Complex[Array, '...']][source]#

Straight directional coupler, both waveguides run parallel.

Described by a gap and a length.

Straight coupler port numbering.
Parameters
  • width (float) – Width of waveguides in nanometers (valid from 400 to 600).

  • thickness (float) – Thickness of waveguides in nanometers (valid from 180 to 240).

  • gap (float) – Distance between the two waveguide edges, in nanometers (must be greater than 100).

  • length (float) – Length of both waveguides in nanometers.

  • sw_angle (float, optional) – Sidewall angle of waveguide from horizontal in degrees (Valid from 80 to 90, defaults to 90).

Examples

>>> s = straight_coupler(wl, 500, 220, 100, 1000)