From fa35a9dfb078d38bee457ac01780623833ecf84b Mon Sep 17 00:00:00 2001 From: Martin Schubert Date: Mon, 14 Jul 2025 15:31:49 -0700 Subject: [PATCH] include transverse permittivity matrix in layer solve result --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dc7946..4831bfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased - Restructure codebase to integrate code originally in the `_orig` submodule within the main `src/fmmax` modules, separating the code available under the two licenses to the top (AGPL) and bottom (MIT) of each file. +- Include `transverse_permittivity_matrix` in the `LayerSolveResult`. ## 1.4.2 (July 10, 2025) - Avoid use of `jax.pure_callback` in the eigendecomposition. This requires jax newer than 0.4.36.