Skip to content

Commit ef27a0a

Browse files
committed
python update
1 parent d7dc31b commit ef27a0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

submissions/KLayout Python/EBeam_LukasChrostowski_BraggMMcavityC.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# Load cells from library
6262
cell_ebeam_gc = ly.create_cell('GC_TE_1550_8degOxide_BB', tech_name)
6363
cell_ebeam_y = ly.create_cell('ebeam_y_1550', tech_name)
64-
64+
6565
# define parameters for the designs
6666
params_BraggN = [6, 7, 8, 9]
6767

submissions/KLayout Python/EBeam_LukasChrostowski_MZI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
by Lukas Chrostowski, 2020-2025
55
6-
6+
77
88
Example simple script to
99
- choose the fabrication technology provided by Applied Nanotools, using silicon (Si) waveguides

submissions/KLayout Python/EBeam_LukasChrostowski_rings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
- Silicon waveguides
88
- Several ring resonators with different radii and gap
9-
9+
1010
Use instructions:
1111
1212
Run in Python, e.g., VSCode

0 commit comments

Comments
 (0)