from qpdk import cells, PDK

PDK.activate()
c = cells.unimon_coupled(arm_length=3000, arm_meanders=6, cross_section='cpw', junction_gap=6, junction_etch_width=22, coupling_gap=30, coupling_angle=180, coupling_extension_length=50, cross_section_non_resonator='cpw').copy()
c.draw_ports()
c.plot()