from qpdk import cells, PDK

PDK.activate()
c = cells.josephson_junction(junction_overlap_displacement=1.8, wide_straight_length=8.3, narrow_straight_length=0.5, taper_length=4.7, layer_patch='JJ_PATCH', size_patch=(1.5, 1)).copy()
c.draw_ports()
c.plot()