Historical derivation — preserved in full
Source: design23_autonomous_optimizer_v1.0.0/design23_autonomous_optimizer/fryett_q_series_phase3/DERIVATION_PHASE3.md
Snapshot: design23-v1.0.0. The body below is unabridged.
Phase 3 derivation: outgoing continuation and the first cavity determinant¶
1. What has changed¶
Phase 2 constructed the bare rectangular-waveguide Green tensor
G_wg(beta, omega) and exposed its guided poles and radiation discontinuity.
Phase 3 now performs the beta inverse transform on the outgoing Riemann sheet
and projects the result into the physical elliptical holes.
No fitted mirror strength, phenomenological decay constant, or measured Q is used in this step.
2. The outgoing beta contour¶
Write
The radiation branch points are fixed at u=+/-1; guided poles lie near
u=+/-n_eff/n_c. The outgoing Sommerfeld path passes below every positive-u
singularity and above its negative-u partner. The implementation uses
The dimensional contour is beta(t,omega)=k_c(omega)u(t). Holding u(t)
fixed while moving omega from the causal upper half-plane to the resonance
lower half-plane is an explicit analytic-continuation homotopy. A pole or
branch point crossing this contour is therefore a detectable failure, not an
implicit change of sheet.
The spatial waveguide Green tensor is
Because the cross-section momentum integrals are evaluated at complex beta, their denominators do not land on the real radiation shell. Guided residues, the radiation cut, and the evanescent principal part are all contained in the single contour integral. The scalar identity
is the first orientation test.
3. Exact projection of the constant elliptical-hole mode¶
For hole j, let
The first three hole basis functions are
At fixed y, the exact x transform is
where
The z integral is also exact. Since the etched hole spans the full beam
thickness, it couples only to z-Legendre degree zero at constant hole order.
The remaining finite y integral is Gauss-Legendre quadrature on
[-r_yj,r_yj]; raising its order is a direct convergence axis.
Let C_j(beta) denote this cross-section projection. Analytic continuation
requires the bilinear matrix element
The left factor is C(-beta)^T, not C(beta)^dagger. They coincide on the
real-frequency boundary for real basis functions, but only the former is
analytic in complex beta and omega.
4. First determinant and Q¶
For holes filled by the encapsulating cladding in the SiN reference beam,
At hole truncation N,
A simple complex zero omega_tilde_N gives
The code searches with the locally projected residual y^H A_N x rather than
the raw determinant, whose magnitude is badly scaled at large N.
5. Convergence order and present limitations¶
The controlled limit is now explicit:
- increase the cross-section Legendre degrees and transverse-momentum order;
- increase the Sommerfeld contour order while varying its deformation without changing topology;
- increase the y quadrature used in ellipse-to-waveguide projection;
- replace each constant hole mode by increasing Zernike--Legendre degree;
- increase the number of physical mirror holes until the complete Fryett geometry is included;
- refine the same simple pole and report Q only after all axes stabilize.
This phase assembles a genuine geometry-dependent determinant, but it does not yet establish that the lowest truncation has a trustworthy pole. In particular, one constant function per vector component cannot resolve the field singularity and boundary layer at an air--silicon interface. The next phase must add the higher ellipse modes and produce the first coupled convergence table.