Skip to content

Commit 9fa1087

Browse files
committed
add reference #172
1 parent 8543e89 commit 9fa1087

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/photonics/examples/crosstalk.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# %% [markdown]
1616
# # Waveguide crosstalk (EME)
1717
#
18-
# In this notebook, we reproduce Fig. 4.19 of , which calculates the maximum cross talk between strips waveguides of different dimensions.
18+
# In this notebook, we reproduce Fig. 4.19 of {cite}`Chrostowski2015Mar`, which calculates the maximum cross talk between strips waveguides of different dimensions.
1919
#
2020
# First, we setup a coupled waveguide system:
2121

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

397397
plt.ylabel("Normalized power in waveguide / dB")
398398
plt.xlabel("Length / um")
399+
400+
401+
# %% [markdown]
402+
# ## Bibliography
403+
#
404+
# ```{bibliography}
405+
# :style: unsrt
406+
# :filter: docname in docnames
407+
# ```

0 commit comments

Comments
 (0)