Historical derivation — preserved in full
Source: design23_autonomous_optimizer_v1.0.0/design23_autonomous_optimizer/fryett_q_series_phase2/DERIVATION_PHASE2.md
Snapshot: design23-v1.0.0. The body below is unabridged.
Phase 2: the exact bare-waveguide Green tensor¶
1. Purpose¶
Phase 1 reduced the finite Fryett cavity to
This phase constructs G_wg^+, the Green tensor of the unperforated
450-by-330 nm SiN beam embedded in index 1.47 material. The construction must
contain discrete guided poles and the continuous radiation spectrum without
assigning artificial linewidths to either.
2. Fourier reduction along the beam¶
The unperforated beam is invariant in x. Write
The contour C_beta, not a finite computational box, enforces the outgoing
condition. The transverse problem at each beta has compact dielectric support:
only the rectangle |y|<W/2, |z|<T/2 differs from the homogeneous cladding.
3. Exact homogeneous-cladding symbol¶
Let
For the operator
define longitudinal and transverse projectors
Its exact Fourier-space inverse is
Indeed,
The second term in Eq. (3) is the longitudinal distributional/self part of the
electric dyadic Green tensor. Keeping it in Fourier space avoids evaluating a
point-sampled 1/R^3 singularity and then guessing a depolarization correction.
The radiation shell is
Equation (4) becomes a branch continuum after integrating over transverse
momentum. For real guided beta with |beta|>k_c, the denominator never
vanishes on the real transverse plane.
4. Compact cross-section volume-integral equation¶
The core susceptibility relative to cladding is
Restricting fields to the rectangular core gives
and therefore
This is a Dyson resummation of all scattering from the uniform beam cross-section. The guided propagation constants satisfy
Thus guided modes are not inserted by hand. They are poles of the same resolvent that contains the radiation continuum.
5. Complete transverse Galerkin sequence¶
On the interval |y|<W/2, use
Its exact Fourier transform is
where j_m is a spherical Bessel function. Use the analogous basis in z
and three Cartesian vector components:
This is complete in the vector L2 space of the rectangular cross-section.
The homogeneous Green matrix is
Equations (3), (7), and (9) make every matrix element an explicit convergent two-dimensional integral of Bessel and rational functions.
The finite sequence is
Here N_q controls the infinite transverse-momentum quadrature. No PML size or
PML strength enters Eq. (10).
The prototype supplies two quadrature families. A tangent map covers the whole real momentum axis compactly. A panelized finite-cutoff rule is slower but makes the omitted high-momentum tail explicit. The latter is the appropriate route for a defensible convergence table: increase polynomial order, panel resolution, and cutoff independently. The slowly convergent longitudinal projector means that agreement from a single tangent-map order is not an error estimate.
6. Guided-pole residues¶
At a simple guided pole beta_g, let
Then
This supplies the discrete term in the real-space Green tensor with its normalization fixed by the pole derivative. It avoids separately normalizing open waveguide modes by an inconsistent finite-box norm.
7. Radiation continuum and outgoing sheet¶
For causal frequency Im(omega)>0, Eq. (2) is initially defined with the real
beta axis and the corresponding analytic square-root choices. As the frequency
is continued toward the real axis, guided poles approach it and the transverse
radiation shell creates branch points at
For x>x', the outgoing contour is deformed into the upper beta half-plane;
for x<x', symmetry gives the corresponding lower-half-plane continuation.
The deformation separates Eq. (2) into
For a cavity pole with Im(omega)<0, Eq. (12) must be analytically continued
without letting the contour jump across its guided poles or radiation branch
cuts. Directly substituting a lower-half-plane frequency into a real-axis
quadrature generally lands on the wrong sheet. This is the central remaining
implementation issue.
For a real beta strictly inside the light cone, the prototype now evaluates the transverse radiation shell without adding a small numerical loss. Writing
and denoting the basis-projected numerator of Eq. (3) by H(q), the radial
identity used is
The first integrand is regular at q=kappa; the last term is the exact
on-shell radiation contribution. The incoming boundary value changes the sign
of that term. Consequently the radiation spectral density is
For a passive real-frequency waveguide, this matrix must be Hermitian positive semidefinite. That condition is now an internal test.
8. Connection to the finite holes¶
The phase-1 hole basis is Fourier transformed in x. If
Phi_a(beta,y,z;p) is the transformed basis function for hole degree of
freedom a, then the exact cavity Green matrix is
Substitution into phase 1 produces
Equations (3), (7), (9), (11), (13), (15), and (16) are the requested analytical mess: nested Bessel-function continuum integrals, matrix inverses, pole residues, and a final nonlinear determinant whose root gives Q.
9. Implemented and remaining¶
Implemented in this phase:
- Exact homogeneous Maxwell Green symbol, including the longitudinal term.
- Exact Fourier transforms of normalized rectangular Legendre bases.
- Infinite transverse-momentum quadrature.
- Vector Galerkin matrices for the homogeneous cladding Green tensor.
- Dyson-resummed rectangular-waveguide Green matrices.
- Guided-pole searches above the cladding light line.
- Simple-pole residue and explicit beta-contour quadrature algebra.
- Principal-value plus exact on-shell evaluation inside the radiation cone.
- Outgoing-minus-incoming radiation spectral-density matrices.
Still required:
- Symmetry- and overlap-based tracking of guided branches.
- A robust deformed beta contour around
+/- k_c. - Analytic continuation of that contour to lower-half-plane cavity poles.
- Projection of the elliptical hole basis into the cross-section basis.
- Substitution into the full Fryett determinant and recovery of
Q~10^5.
No FDTD or single-hole comparison is performed here, following the decision to put that verification gate temporarily on hold.
10. References¶
- D. P. Nyquist, “Orthogonality and amplitude spectrum of radiation modes along open-boundary dielectric waveguides,” JOSA 71, 49–55 (1981).
- W. C. Chew, Lectures on Theory of Microwave and Optical Waveguides, arXiv:2107.09672.
- P. Ylä-Oijala et al., “On the Computation of Power in Volume Integral Equation Formulations,” arXiv:1406.7260.
- P. T. Kristensen et al., “Modeling electromagnetic resonators using quasinormal modes,” arXiv:1910.05412.