from qpdk import cells, PDK

PDK.activate()
c = cells.squid_junction_long().copy()
c.draw_ports()
c.plot()