Skip to content

Commit

Permalink
from pya import *
Browse files Browse the repository at this point in the history
Former-commit-id: 2d5f812
  • Loading branch information
lukasc-ubc committed Apr 23, 2021
1 parent 8e22368 commit 1f1fefc
Show file tree
Hide file tree
Showing 37 changed files with 39 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class Bezier_Bend(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class Bragg_Straight_from_file(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class Bragg_encoder(pya.PCellDeclarationHelper):
def __init__(self):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class Contra_DC_Bent(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class Contra_DC_CouplerApodized(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class Contra_DC_SWG(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class Contra_DC_SWG_Chirped(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class Contra_DC_SWG_segmented(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class Contra_DC_chirped(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
from . import *
from pya import *

class Contra_DC_custom(pya.PCellDeclarationHelper):
"""
Author: Mustafa Hammood
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
from . import *
from pya import *

class Contra_DC_dualBragg(pya.PCellDeclarationHelper):
"""
Author: Mustafa Hammood
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class DirectionalCoupler_Bent(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class DirectionalCoupler_SeriesRings(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from . import *
import math
from pya import *

def layout_Ring(cell, layer, x, y, r, w, npoints):

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class Grating_Coupler_FSWGC(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class MMI_2x2(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class MultiBox_BraggGrating(pya.PCellDeclarationHelper):
'''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class MultiBox_Ring(pya.PCellDeclarationHelper):

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from . import *
import pya
from pya import *

class SWG_bentWG(pya.PCellDeclarationHelper):

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class Tapered_Ring(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class TestStruct_DoubleBus_Ring(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class TestStruct_DoubleBus_Ring2(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class Universal_GC(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class Waveguide_Arc(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class Waveguide_SWG(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class Waveguide_SWG_Assist(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class Waveguide_SWG_to_Strip(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class cavity_hole(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from . import *
import math
from pya import *

class ebeam_PWB_surface_taper(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class ebeam_bragg_apodized(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

from . import *
from pya import *

class ebeam_dc(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class ebeam_dc_halfring_arc(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class ebeam_irph_mrr(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class ebeam_irph_wg(pya.PCellDeclarationHelper):
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class ebeam_rib_phase_shifter_folded(pya.PCellDeclarationHelper):

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class ebeam_rib_phase_shifter_folded_inside(pya.PCellDeclarationHelper):

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from . import *
from pya import *

class ebeam_taper_strip_rib(pya.PCellDeclarationHelper):
"""
Expand Down

0 comments on commit 1f1fefc

Please sign in to comment.