import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.flux_qubit_asymmetric(loop_width=60, loop_height=40, junction_width=0.15, junction_height=0.3, alpha_junction_width=0.12, alpha_junction_height=0.25, wire_width=2, asymmetry_angle=15, layer_metal=(1, 0), layer_junction=(2, 0), layer_alpha_junction=(3, 0), port_type='electrical').copy()
c.draw_ports()
c.plot()