facebookresearch / fmmax

Fourier modal method with Jax
MIT License
97 stars 10 forks source link

LayerSolveResult stores lower-level quantities #92

Closed mfschubert closed 8 months ago

mfschubert commented 8 months ago

This PR makes a small change so the LayerSolveResult stores lower-level quantities related to permittivity/permeability, rather than some derived quantities. Specifically, the omega_script_k_matrix is now included as a property, not as an attribute. To enable this, the transverse_permeability_matrix is made an attribtue.