CMT: Resonator

Contents

CMT: Resonator#

GDS Layout#

We use the generic PDK shipped with GDSFactory. First, we will create the layout:

import gdsfactory as gf
import jax.numpy as jnp
import matplotlib.pyplot as plt
import sax

cell = gf.Component()
r = cell << gf.c.coupler_ring()
cell.add_ports(r)
cell.draw_ports()
cell.plot()
../_images/56587ba59e03209618cd446a6788e32c59a8b971c6e4293c3cfb4b9734b1dfa5.png