← SSC (spot size converter)

1.5% 4.5 µm × 4.5 µm SSC @ 1301 nm

1.5% Δ silica channel waveguide (4.5×4.5 µm) ↔ SMF-28 at 1301 nm — a mode-expanding segmented SSC reaching 0.098 dB coupling loss (mode-overlap integral), below the 0.2 dB target.

Target & SMF parameters

SMF-28 MFD is ≈ 9.2 µm at 1310 nm. The bare 4.5 µm core guides only a ≈ 4.8 µm mode, so the SSC expands it up to ≈ 9–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 @ 1301 nm — coupling loss < 0.2 dB

Chip waveguide 4.5 µm × 4.5 µm solid; the segmented taper ramps the duty 0.95 → 0.24 (cosine) and the segment width 4.5 → 8.0 µm over a gentle ≈ 530 µm length, expanding the mode from 4.8 µm to ≈ 9.8 µm at the SMF facet.

QuantityValue
Coupling loss — SSC facet ↔ SMF-280.098 dB (η = 97.77 %)
Coupling loss — bare 4.5 µm chip (no SSC)1.69 dB (η = 67.7 %)
Chip mode field diameter (D4σ)4.8 × 4.8 µm  (n_eff = 1.46158)
SSC facet mode field diameter (D4σ)9.8 × 8.0 µm  (n_eff = 1.44902)
Facet effective width / duty8.0 µm / 0.24  (cosine ramp from solid chip)
Facet n_eff margin above cladding+0.0021  (weakly guided, near cutoff)

Expanding the mode to D4σ ≈ 9.8 × 8.0 µm brings it onto the SMF-28 field (9.2 µm), lifting the overlap from 67.7 % (bare) to 97.8 % — a coupling loss of 0.098 dB, below the 0.2 dB target. A facet duty in ≈ 0.20–0.28 keeps the loss under 0.15 dB. Because the low-loss facet mode is weakly guided (n_eff only ≈ 0.002 above the cladding), the design is more sensitive to duty/width fabrication error and to substrate proximity than a strongly-guided mode; a thick cladding and an adiabatic taper are assumed.

1.5% 4.5um 1301 nm SSC: duty/width ramp, chip and facet modes, mode cut, loss vs duty
Mode-expanding SSC @ 1301 nm (1.5% Δ, 4.5 µm core) — duty/width ramp, the chip mode (4.8 µm) and expanded facet mode (9.8 µm), a y = 0 mode-field cut against the SMF-28 field, and coupling loss vs facet duty (all of 0.20–0.28 under 0.2 dB).
Bare 4um chip mode vs mode-expanding SSC facet matched to SMF-28 at 1301 nm
Mode matching to SMF-28 (white dashed = 9.2 µm MFD): the bare 4.5 µm chip mode (4.8 µm, 1.69 dB) badly under-fills the fiber, while the expanded SSC facet mode (9.8 × 8.0 µm, 0.098 dB) matches it.

Downloads

Everything needed to reproduce the result above:

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