You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
- A property `interior_angle` in `PolySlab` that stores angles formed inside polygon by two adjacent edges.
14
14
-`eps_component` argument in `td.Simulation.plot_eps()` to optionally select a specific permittivity component to plot (eg. `"xx"`).
15
15
- Monitor `AuxFieldTimeMonitor` for aux fields like the free carrier density in `TwoPhotonAbsorption`.
16
+
- Broadband handling (`num_freqs` argument) to the TFSF source.
16
17
17
18
### Fixed
18
19
- Compatibility with `xarray>=2025.03`.
19
20
- Inaccurate gradient when auto-grabbing permittivities for structures using `td.PolySlab` when using dispersive material models.
20
21
- Fixed scaling for adjoint sources when differentiating with respect to `FieldData` to account for the mesh size of the monitor and thus the created source. This aligns adjoint gradient magnitudes with numerical finite difference gradients for field data.
21
22
- Warn when mode solver pml covers a significant portion of the mode plane.
23
+
- TFSF server errors related to the auxiliary plane wave source that would previously happen on the server are now caught upon simulation creation.
24
+
25
+
### Changed
26
+
-`num_freqs` in Gaussian beam type sources limited to 20, which should besufficient for all cases.
0 commit comments