← SSC (spot size converter)

2% 3 µm × 3 µm SSC @ 1550 nm

2% Δ GeO₂-doped silica core (3×3 µm) ↔ SMF-28 at 1550 nm — a mode-expanding segmented SSC reaching 0.15 dB coupling loss (mode-overlap integral). The thin 3 µm core caps the overlap, so a < 0.1 dB target is not reachable with a lateral SSC here (see below).

Target & SMF parameters

SMF-28 MFD is ≈ 10.4 µm at 1550 nm. The bare 3 µm core guides only a ≈ 4.4 µm mode, so the SSC expands it up to ≈ 10 µm to match the fiber. The last field is the mode-field diameter the SSC facet presents to the SMF (the design target).

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 numbers below are the mode-overlap integral between the true 2-D waveguide/facet 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

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

Butt-coupling loss is the mode-overlap integral between the fiber mode and the waveguide (facet) mode — 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 (the bare 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 9.2 µm). The segmented taper's role is to expand the chip mode to the facet mode adiabatically, so the device coupling loss equals the facet-mode / SMF mismatch.

Note on method. The low-loss facet mode is weakly guided (near cutoff). A "launch a Gaussian, propagate it, overlap the output" scalar-BPM metric is unreliable in that regime: even propagating the exact expanded eigenmode returns a self-overlap far below 100 % (a paraxial mode-beating artefact), which spuriously inflates the loss. The mode-overlap integral above is free of that artefact, so it is used for the reported numbers.

Result @ 1550 nm — best achievable ≈ 0.15 dB

Chip waveguide 3 µm × 3 µm solid; the segmented taper ramps the duty 0.95 → 0.24 (cosine) and the segment width 3 → 7 µm over a gentle ≈ 530 µm length, expanding the mode from 4.4 µm to ≈ 11 µm at the SMF facet. A full facet-width / duty scan puts the minimum coupling loss at ≈ 0.15 dB.

QuantityValue
Coupling loss — SSC facet ↔ SMF-28 (best)0.151 dB (η = 96.58 %)
Coupling loss — bare 3 µm chip (no SSC)2.63 dB (η = 54.6 %)
Chip mode field diameter (D4σ)4.4 × 4.4 µm  (n_eff = 1.45635)
SSC facet mode field diameter (D4σ)11.3 × 9.8 µm  (n_eff = 1.44543, elliptical)
Facet effective width / duty7.0 µm / 0.24  (cosine ramp from solid chip)
Facet n_eff margin above cladding+0.0014  (weakly guided, near cutoff)

Expanding the mode to D4σ ≈ 11.3 × 9.8 µm lifts the overlap from 54.6 % (bare) to 96.6 % — a coupling loss of 0.151 dB. A facet duty in ≈ 0.22–0.26 keeps the loss under 0.17 dB. The ≈ 3.4 % residual is not radiation but a mode-shape mismatch: the expanded facet mode is elliptical (D4x/D4y ≈ 1.15) and not perfectly Gaussian, so it cannot fully overlap the round SMF-28 field. That is the fundamental reason a < 0.1 dB coupling is not achievable for a 3 µm-thin core to SMF-28 with a lateral segmented SSC. Reaching < 0.1 dB would need one of: a larger/squarer core (a rounder, better-confined mode), coupling to a small-mode fiber such as UHNA (MFD ≈ 4 µm) via a short UHNA→SMF pigtail, or a converter that also expands the mode vertically.

2% 3um 1550 nm SSC: duty/width ramp, chip and facet modes, mode cut, loss vs duty
Mode-expanding SSC @ 1550 nm (2% Δ, 3 µm core) — duty/width ramp, the chip mode (4.4 µm) and expanded facet mode (11.3 × 9.8 µm, elliptical), a y = 0 mode-field cut against the SMF-28 field, and coupling loss vs facet duty (minimum ≈ 0.15 dB at duty 0.24).
Bare 3um chip mode vs mode-expanding SSC facet matched to SMF-28 at 1550 nm
Mode matching to SMF-28 (white dashed = 10.4 µm MFD): the bare 3 µm chip mode (4.4 µm, 2.63 dB) badly under-fills the fiber, while the expanded SSC facet mode (11.3 × 9.8 µm, 0.151 dB) fills it — but its ellipticity leaves the residual that keeps the loss above 0.1 dB.

Downloads

Everything needed to reproduce the result above:

Run with python3 run_modal_ssc_2pct_3um_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.07 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