Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Aug 14, 2023
1 parent 94d87fe commit 8d83fef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/notebooks/meep_01_sparameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
get_conic_radius_from_eta_e,
)

import gplugins as sim
import gplugins
import gplugins.gmeep as gm

gf.config.rich_output()
Expand Down Expand Up @@ -162,7 +162,7 @@
# For faster simulations you can do an effective mode approximation, to compute the mode of the slab and run a 2D simulation to speed your [simulations](https://www.lumerical.com/learn/whitepapers/lumericals-2-5d-fdtd-propagation-method/)

# %%
core_material = sim.get_effective_indices(
core_material = gplugins.get_effective_indices(
core_material=3.4777,
clad_materialding=1.444,
nsubstrate=1.444,
Expand Down

0 comments on commit 8d83fef

Please sign in to comment.