fmmax icon indicating copy to clipboard operation
fmmax copied to clipboard

Improved s-matrix formulation

Open mfschubert opened this issue 1 year ago • 3 comments

Occasionally we observe some violation of energy conservation in results computed by FMMAX. We suspect that this is due to a suboptimal treatment of the scattering matrices. There are a few reports in the literature of methods with some advantages, including methods that avoid "risky" operations such as matrix inversion, or methods that preserve symmetry that one might expect from the scattering matrix (e.g. (S21 == S12). Let's collect relevant references here.

mfschubert avatar Jan 02 '24 23:01 mfschubert

@luochenghuang you've got some good insight here. Have you explored any of these other approaches? Would you be interested in exploring them?

smartalecH avatar Jan 10 '24 22:01 smartalecH

As a next step, we should collect problematic examples. This could be done in a lightweight way, e.g. with a colab notebook.

mfschubert avatar Feb 09 '24 19:02 mfschubert

One way we could make the S-matrices symmetric is by patting each layer with homogenous zero thickness sections at each interface [1]. I do think there is value in patting each layer as it would allow cascading S-matrices more easily using the Redheffer star product.

[1] M. G. Moharam and Andrew B. Greenwell "Efficient rigorous calculations of power flow in grating coupled surface-emitting devices", Proc. SPIE 5456, Photon Management, (1 September 2004);

Luochenghuang avatar Feb 09 '24 22:02 Luochenghuang