from qpdk import cells, PDK

PDK.activate()
c = cells.double_pad_transmon_with_resonator(qubit='double_pad_transmon_with_bbox', resonator_meander_start=(-900, -1200), resonator_length=5000, resonator_meanders=5, resonator_bend_spec='bend_circular', resonator_cross_section='cpw', resonator_open_start=False, resonator_open_end=True, qubit_rotation=90, coupler_port='left_pad', coupler_offset=(-45, 0)).copy()
c.draw_ports()
c.plot()