
Integrated Photonic Component Design Series
Overview of the integrated photonic components I’ve been designing using GDSFactory, KLayout, and MEEP.

Overview of the integrated photonic components I’ve been designing using GDSFactory, KLayout, and MEEP.

Hello everyone! Welcome to my website. Here, I will post about my research works, my personal projects and other stuff. To know more about me, see the about tab in the left or click here. For mo...

🌀 Overview This post presents the design and simulation of a Ring Resonator - Phase-Change Switch, modeled using CST Microwave Studio. The design concept is based on Nadir Ali et al., 2021 — “Elec...

MZI Phase shifter Heater model Varying the phase by application of volatge Using the circuit modelling with SAX and GDSFactory, with SiEPIC PDK Source Code # Import the necassry package...

Circuit simulation of MZI Using SAX, GDSFactory with PDK SiEPIC Source Code # Import the necassry packages import gplugins.modes as gm import numpy as np import matplotlib.pyplot as plt ...

Grating couplers Source Code # Import necessary packages import numpy as np import matplotlib.pyplot as plt import gdsfactory as gf import meep as mp import gplugins.gmeep as gm import gd...

Edge coupler Source Code # Import necessary packages import numpy as np import matplotlib.pyplot as plt import gdsfactory as gf import meep as mp import gplugins.gmeep as gm import gdsfac...

Waveguide Bragg Grating Source Code # Import necessary packages import numpy as np import matplotlib.pyplot as plt import gdsfactory as gf import meep as mp import gplugins.gmeep as gm im...

Ring Resonantor Source Code import gplugins.modes as gmode import numpy as np import matplotlib.pyplot as plt import meep as mp import gdsfactory as gf import gplugins.gmeep as gm import ...

Y branch splitter and combiner Source Code # importing necessary packages import gplugins.modes as gmode import numpy as np import matplotlib.pyplot as plt import meep as mp import gdsfa...