-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revised api of path integrals and impedance calculator to accept monitor data directly and error if the data is the wrong type. Added more testing coverage. Extended utils.py to create random data for time and mode solver monitors. Plus fixed some ruff errors.
- Loading branch information
1 parent
e5a0f27
commit ce9b7db
Showing
8 changed files
with
306 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.. currentmodule:: tidy3d | ||
|
||
Microwave | ||
---------------------------- | ||
|
||
.. autosummary:: | ||
:toctree: ../_autosummary/ | ||
:template: module.rst | ||
|
||
tidy3d.plugins.microwave.AxisAlignedPathIntegral | ||
tidy3d.plugins.microwave.VoltageIntegralAxisAligned | ||
tidy3d.plugins.microwave.CurrentIntegralAxisAligned | ||
tidy3d.plugins.microwave.ImpedanceCalculator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.