Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed May 9, 2022
1 parent ebf1aeb commit 02c0434
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions ubcpdk/components/cells.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,15 @@ def y_splitter() -> Component:
add_siepic_labels, label_layer=LAYER.DEVREC, library="Design Kits/ebeam"
)

straight = gf.partial(gf.components.straight, cross_section="strip", decorator=add_siepic_labels)
bend_euler = gf.partial(gf.components.bend_euler, cross_section="strip", decorator=add_siepic_labels)
bend_s = gf.partial(gf.components.bend_s, cross_section="strip", decorator=add_siepic_labels)
straight = gf.partial(
gf.components.straight, cross_section="strip", decorator=add_siepic_labels
)
bend_euler = gf.partial(
gf.components.bend_euler, cross_section="strip", decorator=add_siepic_labels
)
bend_s = gf.partial(
gf.components.bend_s, cross_section="strip", decorator=add_siepic_labels
)


dc_broadband_te = gf.partial(
Expand Down Expand Up @@ -189,5 +195,5 @@ def ebeam_dc_halfring_straight(
c = ring_with_crossing()

c = mzi()
#c = ebeam_dc_te1550()
# c = ebeam_dc_te1550()
c.show()
2 changes: 1 addition & 1 deletion ubcpdk/klayout/tech/drc/ELEC463 Doping.lydrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Chip1 process:
- partial etch on layer Si
- oxide
- metal heater

Process Layers
- Si 1/0
- Si N++: 24/0
Expand Down
2 changes: 1 addition & 1 deletion ubcpdk/klayout/tech/drc/ELEC463 Metal Heater.lydrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Chip1 process:
- partial etch on layer Si
- oxide
- metal heater

Process Layers
- Si 1/0
- M Heater: 47/0
Expand Down

0 comments on commit 02c0434

Please sign in to comment.