From 7bb44a653870b1eb3d0bff892808ef331644069c Mon Sep 17 00:00:00 2001 From: Lukas Chrostowski Date: Sun, 2 Feb 2025 21:59:16 -0800 Subject: [PATCH] 1310 terminator and y branch --- .../gds/EBeam/ebeam_terminator_te1310.gds | Bin 756 -> 640 bytes .../{EBeam_Beta => EBeam}/ebeam_y_1310.gds | Bin 12232 -> 12244 bytes klayout/EBeam/pymacros/__init__.py | 2 +- klayout/grain.xml | 2 +- klayout/pyproject.toml | 2 +- 5 files changed, 3 insertions(+), 3 deletions(-) rename klayout/EBeam/gds/{EBeam_Beta => EBeam}/ebeam_y_1310.gds (97%) diff --git a/klayout/EBeam/gds/EBeam/ebeam_terminator_te1310.gds b/klayout/EBeam/gds/EBeam/ebeam_terminator_te1310.gds index d0cab697935f1eb860ec35dfd0a850f7d2998e6e..21247100a357e0a281c5aeb61cbfa669f2cf308b 100644 GIT binary patch delta 73 vcmeyu+Q6#Bz{bGD6u}_F$i)7Vfe8pj87vu0k=YZKl*MsL#mH@Z$HoKziGd52 delta 201 zcmZo*{lcomz{bGD6u}_F$i)7Ffs28Kfq_AYfeV>EQAt@GmsE^gJr4r|8!r=3E1MV- zP&1o2BLfEmn-n9E%_Gg~AUP8RW-;&xF#rF5;{yW&;}-@SNw#1^Lxub_1zjU^g%l@+ z^30M9g@V+gg4Dc}%;eIX#3F_A#In@%(#(`p1w)10%;ci{JcY#a#7YJhK?VjE4v3wM M3~YQGTYobG00)*RkN^Mx diff --git a/klayout/EBeam/gds/EBeam_Beta/ebeam_y_1310.gds b/klayout/EBeam/gds/EBeam/ebeam_y_1310.gds similarity index 97% rename from klayout/EBeam/gds/EBeam_Beta/ebeam_y_1310.gds rename to klayout/EBeam/gds/EBeam/ebeam_y_1310.gds index 3337a4e4e2deed022e7579a8b0806d57cdea4a56..e177c95183dc69a5832595ad1a5f04caf3eaaa0f 100644 GIT binary patch delta 112 zcmX>ReH8FSMFV%@>jVDiIRN36Z=%NPzll>X5 delta 125 zcmcZ-e<%09st^k9K-+s diff --git a/klayout/EBeam/pymacros/__init__.py b/klayout/EBeam/pymacros/__init__.py index 91480d8e..233ae484 100644 --- a/klayout/EBeam/pymacros/__init__.py +++ b/klayout/EBeam/pymacros/__init__.py @@ -1,6 +1,6 @@ # $autorun -version = "0.4.33" +version = "0.4.34" print('SiEPIC-EBeam-PDK Python module: pymacros, v%s' % version) diff --git a/klayout/grain.xml b/klayout/grain.xml index decfa35b..3c83d813 100644 --- a/klayout/grain.xml +++ b/klayout/grain.xml @@ -1,7 +1,7 @@ siepic_ebeam_pdk - 0.4.33 + 0.4.34 0.27 SiEPIC EBeam PDK A Process Design Kit for Silicon Photonics fabricated using Electron Beam Lithography, at Applied Nanotools (ANT) diff --git a/klayout/pyproject.toml b/klayout/pyproject.toml index 73b56578..90a5179e 100644 --- a/klayout/pyproject.toml +++ b/klayout/pyproject.toml @@ -6,7 +6,7 @@ packages = [ [project] name = "siepic_ebeam_pdk" -version = "0.4.33" +version = "0.4.34" authors = [ { name="Lukas Chrostowski", email="lukasc@ece.ubc.ca" }, ]