from qpdk import cells, PDK

PDK.activate()
c = cells.coupler_ring(gap=16, length_x=20, cross_section='cpw').copy()
c.draw_ports()
c.plot()