kqcircuits.junctions.super_inductor

class kqcircuits.junctions.super_inductor.SuperInductor[source]

Bases: Junction

The PCell declaration for a Manhattan style single junction.

build()[source]

Child classes re-define this method to build the PCell.

produce_super_inductor()[source]
PCell parameters:

  • junction_length (Double) - Junction length, default=2, unit=μm

  • wire_width (Double) - Wire width, default=0.02, unit=μm

  • phase_slip_junction_length (Double) - Phase slip junction length, default=0.5, unit=μm

  • squid_area_width (Double) - Width of Squids Area., default=2, unit=μm

  • squid_area_height (Double) - Height of Squids Area., default=5, unit=μm

  • squid_count (Int) - Number of Squids in the Super Inductor., default=8

  • squid_wire_length (Double) - Length of the wire between SQUIDs., default=0.25, unit=μm

  • squid_x_connector_offset (Double) - Length of the horizontal connector between the corner of the junction to the wire of the squid., default=0.5, unit=μm

  • inductor_padding (Double) - Vertical margin from bends to limit of the circuit, default=1, unit=μm

  • taper_horizontal_displacement (Double) - Horizontal displacement of the taper from the junction., default=1, unit=μm

  • taper_horizontal_displacement_step (Double) - Horizontal displacement step of the taper from the junction., default=0.25, unit=μm

  • bend_width_multiplier (Double) - Relative width of bend according to junction_width, default=1.5

  • shadow_width (Double) - Width of the shadow layer., default=0.125, unit=μm

  • shadow_min_height (Double) - Minimum height of the shadow layer., default=0.04, unit=μm

  • include_base_metal_gap (Boolean) - Include base metal gap layer., default=True

  • include_base_metal_addition (Boolean) - Include base metal addition layer., default=True

  • shadow_margin (Double) - Shadow layer margin near the the pads., default=0.5, unit=μm

  • finger_overlap (Double) - Length of fingers inside the pads., default=1.0, unit=μm

  • inductor_height (Double) - Height of the junction element., default=22.0, unit=μm

  • inductor_width (Double) - Width of the junction element., default=22.0, unit=μm

  • junction_type (String) - Junction Type, default=Super Inductor, choices=['Super Inductor']

../_images/kqcircuits.junctions.super_inductor.png