from qpdk import cells, PDK

PDK.activate()
c = cells.squid_junction(loop_area=4).copy()
c.draw_ports()
c.plot()