Skip to content

Commit

Permalink
add reference #172
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Jul 1, 2024
1 parent 8543e89 commit 9fa1087
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/photonics/examples/crosstalk.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# %% [markdown]
# # Waveguide crosstalk (EME)
#
# In this notebook, we reproduce Fig. 4.19 of , which calculates the maximum cross talk between strips waveguides of different dimensions.
# In this notebook, we reproduce Fig. 4.19 of {cite}`Chrostowski2015Mar`, which calculates the maximum cross talk between strips waveguides of different dimensions.
#
# First, we setup a coupled waveguide system:

Expand Down Expand Up @@ -396,3 +396,12 @@ def dB(lin: float = 0.0):

plt.ylabel("Normalized power in waveguide / dB")
plt.xlabel("Length / um")


# %% [markdown]
# ## Bibliography
#
# ```{bibliography}
# :style: unsrt
# :filter: docname in docnames
# ```

0 comments on commit 9fa1087

Please sign in to comment.