← SSC (spot size converter)

0.75% 6 µm × 6 µm SSC @ 1550 nm

0.75% Δ silica channel waveguide (6×6 µm) ↔ SMF-28 at 1550 nm — a gentle mode-expanding segmented SSC reaching 0.057 dB coupling loss (mode-overlap integral), well under the 0.2 dB target.

Target & SMF parameters

SMF-28 MFD is ≈ 10.4 µm at 1550 nm. On this low-contrast 0.75% Δ platform the bare 6×6 µm mode is only ≈ 7.4 µm, so the converter gently expands it up to ≈ 10.4 µm to match the fiber. The last field is the mode-field diameter the SSC facet presents to the SMF (the design target). Set it equal to the bare WG MFD to see the loss without a converter.

n_core (from Δ)
n_clad (silica, Sellmeier)
Bare WG mode field diameter (D4σ)
Coupling loss — bare WG ↔ SMF
Coupling loss — SSC tip ↔ SMF
Improvement
SSC quality

Analytic Gaussian-overlap estimate for a quick look; the authoritative number below is the mode-overlap integral between the true 2-D waveguide mode (from a mode solver) and the SMF-28 field.

Mode field cross-section — blue: SMF Gaussian, red dashed: bare WG mode, green: expanded SSC-tip mode. Larger overlap with the SMF means lower loss.

Why a spot size converter here

How the coupling loss is evaluated (mode-overlap integral)

Butt-coupling loss between a fiber and a waveguide is the mode-overlap integral between the two mode fields — this is the robust, standard definition:

η = |∫ E_wg·E_smf* dA|² / (∫|E_wg|² dA · ∫|E_smf|² dA),    Loss(dB) = −10·log₁₀(η)

The 2-D waveguide mode E_wg (chip mode, or the duty-averaged effective-medium facet mode) is found with an imaginary-distance mode solver on the real index cross-section; E_smf is the SMF-28 field (MFD 10.4 µm). The segmented taper's role is only to expand the chip mode to the facet mode adiabatically, so the device coupling loss equals the facet-mode / SMF mismatch.

Note on method. A naive "launch a Gaussian and propagate it, then overlap the output" scalar-BPM metric is unreliable for this weakly-guided low-contrast mode: even propagating the exact eigenmode returns a self-overlap that oscillates 83–95 % with length (a paraxial mode-beating artefact). The mode-overlap integral above is free of that artefact, so it is used for the reported numbers.

Result @ 1550 nm — coupling loss < 0.2 dB

Chip waveguide 6.0 µm × 6.0 µm solid; the segmented taper ramps the duty 1.0 → 0.48 (cosine) and the segment width 6.0 → 7.0 µm over a gentle ≈ 410 µm length, expanding the mode from 7.4 µm to ≈ 10.4 µm at the SMF facet.

QuantityValue
Coupling loss — gentle SSC facet ↔ SMF-280.057 dB (η = 98.70 %)
Coupling loss — bare 6 µm chip (no SSC)0.494 dB (η = 89.24 %)
Chip mode field diameter (D4σ)7.4 × 7.4 µm  (n_eff = 1.44984)
SSC facet mode field diameter (D4σ)10.6 × 10.2 µm  (n_eff = 1.44585)
Facet effective width / duty7.0 µm / 0.48  (cosine ramp from solid chip)
Pitch / segments / total length3.0 µm / 120 / 410 µm

Expanding the mode to D4σ ≈ 10.6 × 10.2 µm brings it right onto the SMF-28 field (10.4 µm), lifting the overlap from 89.2 % (bare) to 98.7 % — a coupling loss of 0.057 dB, comfortably below the 0.2 dB target. A facet duty in the range ≈ 0.46–0.52 keeps the loss under 0.10 dB, so the design has wide fabrication tolerance.

0.75% 6um 1550 nm SSC: duty/width ramp, chip and facet modes, mode cuts, and coupling-loss bars
Gentle SSC @ 1550 nm (0.75% Δ, 6 µm core) — duty/width ramp, the chip mode (7.4 µm) and expanded facet mode (10.6 µm), a y = 0 mode-field cut against the SMF-28 field, and the coupling-loss bars vs the 0.2 dB target.
Bare chip mode vs gentle SSC facet mode matched to SMF-28 at 1550 nm
Mode matching to SMF-28 (white dashed = 10.4 µm MFD): the bare 6 µm chip mode (7.4 µm, 0.494 dB) under-fills the fiber, while the gentle SSC facet mode (10.6 × 10.2 µm, 0.057 dB) matches it.

Downloads

Everything needed to reproduce the result above:

Run with python3 run_modal_ssc_075_6um_1550.py --out . (needs numpy, gdstk, matplotlib, and bpm3d.py). Coupling loss is the mode-overlap integral between the solver's 2-D waveguide mode and the SMF-28 field; pass --dx 0.08 for a finer convergence check.

Equations

SMF mode (Gaussian): E_SMF(r) = exp(−r²/w²),   w = MFD/2
Overlap: η = (∫ E_a·E_b dA)² / (∫E_a² dA · ∫E_b² dA),    Loss(dB) = −10·log₁₀(η)
Index from Δ: n_core = n_clad / √(1 − 2Δ),   n_clad from the Malitson silica Sellmeier model.

Reference implementations