File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tidy3d/components/microwave/path_integrals Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040
4141MAKE_PLOTS = True
4242if MAKE_PLOTS :
43- # Interative plotting for debugging
43+ # Interactive plotting for debugging
4444 from matplotlib import use
4545
4646 use ("TkAgg" )
Original file line number Diff line number Diff line change @@ -91,14 +91,14 @@ def make_path_integrals(
9191
9292 Parameters
9393 ----------
94- impedance_spec : ImpedanceSpecTypes
95- Impedance specification for creating voltage and current path specifications.
94+ microwave_mode_spec : MicrowaveModeSpec
95+ Microwave mode specification for creating voltage and current path specifications.
9696 monitor : Union[ModeMonitor, ModeSolverMonitor]
9797 The monitor for which the path integrals are being generated.
9898
9999 Returns
100100 -------
101- tuple[tuple[VoltageIntegralTypes], tuple[CurrentIntegralTypes]]
101+ tuple[tuple[Optional[ VoltageIntegralTypes]] , tuple[Optional[ CurrentIntegralTypes] ]]
102102 Tuple containing the voltage and current path integral instances for each mode.
103103
104104 Raises
You can’t perform that action at this time.
0 commit comments