Process Development Kit © 2026 iQnite Foundry Services · Home

planar
my_pdk

Straight

/Straight
Straight

Cell Info

Straight CPW segment with guaranteed ports.

Builds a straight CPW segment using a CPW cross-section contract:
sections[0] is signal and sections[1] (optional) is keepout. Ports are
guaranteed and are synthesized on the signal section only when needed.

RENDER OK EXPERIMENTAL

Bend

/Bend
Bend

Cell Info

Circular CPW bend.

Builds a circular bend using the provided CPW cross-section. Signal and
keepout are emitted by the cross-section itself (section ordering contract).
Ports are exported from the underlying bend component.

RENDER OK EXPERIMENTAL

Open Stud

/Open_Stud
Open Stud

Cell Info

Rectangular keepout stud with one port.

Draws a rectangle on the provided cross-section's signal section layer
(sections[0]) and exports a single west-facing port sized to the section
width. Intended for keepout markers, open-stud placeholders, or density/
DRC envelopes.

RENDER OK EXPERIMENTAL

jj_manhattan

/jj_manhattan
Download GDS
jj_manhattan

Cell Info

Josephson junction cross in Manhattan convention (patch + shadow ready).

This PCell builds a JJ cross rotated into the 45° Manhattan orientation and adds
symmetric patch pads plus patch-shadow layers. Patch layers default to the JJ
layers unless overridden by non-empty layer names.

RENDER OK EXPERIMENTAL

Qubit Pocket - default

/Qubit_Pocket_-_default
Download GDS
Qubit Pocket - default

Cell Info

Generic qubit capacitor pocket with antennas and local ground cutout.

Builds a reusable pocket primitive for lumped-element qubits, including two
capacitor pads (signal/ground), JJ landing arms with fillet cutouts, a resonator
antenna and a charge/drive antenna (each with a straight CPW), and a local ground
region where cpwgnd = gengnd - nofill is created via a boolean operation.

RENDER OK EXPERIMENTAL

Finger Capacitor

/Finger_Capacitor
Download GDS
Finger Capacitor

Cell Info

Finger-cap clip structure formed by boolean operations.

Builds a local capacitor-like clip geometry by (A) carving a meander nofill
pattern out of a smaller ground island (result emitted onto
layer_cpwsig_name), and (B) carving an outer nofill window out of a full
cell ground (result emitted onto layer_cpwgnd_name). A full-cell nofill
rectangle is also emitted for density/keepout visibility.

RENDER OK EXPERIMENTAL

Micro-bump

/Micro-bump
Micro-bump

Cell Info

Bump unit cell with a circular bump and a polygon marker.

Builds a centered circular bump on the bump layer, plus a same-center
regular polygon marker sized by radius_KOZ_um (default octagon).

RENDER OK EXPERIMENTAL

Resonator Chip with feed, 5x5

/Resonator_Chip_with_feed__5x5
Resonator Chip with feed, 5x5

Cell Info

5 mm × 5 mm routing demo chip with perimeter pads and a chained CPW route.

Builds a 5 mm × 5 mm chip outline, places pad arrays on all four sides, places multiple
resonator devices, and routes a chain across the devices using gdsfactory.routing.get_route.
Applies a final ground-vs-nofill subtraction post-process before returning the component.

RENDER OK EXPERIMENTAL

side_coupled_meander_chip

/side_coupled_meander_chip
side_coupled_meander_chip

Cell Info

Side-coupled meander demo chip with unitcell decorations, pads, and routed connections.

Builds a decorated meander resonator by periodically placing unitcells along the path, recenters
the resonator by bbox, sizes a chip outline from the resonator bbox, places two pad cells near
opposite corners, and routes from pads to the resonator ends using a taper and orthogonalization
adaptors. Optionally applies a chip-level ground boolean post-process before returning.

RENDER OK EXPERIMENTAL

ki_twpa_chip

/ki_twpa_chip
ki_twpa_chip

Cell Info

Side-coupled meander demo chip with unitcell decorations, pads, and routed connections.

Builds a decorated meander resonator by periodically placing unitcells along the path, recenters
the resonator by bbox, sizes a chip outline from the resonator bbox, places two pad cells near
opposite corners, and routes from pads to the resonator ends using a taper and orthogonalization
adaptors. Optionally applies a chip-level ground boolean post-process before returning.

RENDER OK EXPERIMENTAL

Quarter Wave (QW) Resonator

/Quarter_Wave__QW__Resonator
Quarter Wave (QW) Resonator

Cell Info

Quarter-wave CPW resonator implemented as a single straight section.

Builds a minimal λ/4 transmission-line resonator whose physical length is
computed from a target frequency and a reference effective index. This cell
is intended as a compact, analytically defined resonator primitive.

RENDER OK EXPERIMENTAL

Meander from Path Extrusion

/Meander_from_Path_Extrusion
Meander from Path Extrusion

Cell Info

Generate an explicit-turn meander using Path + extrude.

Builds a centerline Path consisting of alternating straight runs and (optionally) arc turns,
then extrudes that Path using the provided cross-section. This is the canonical explicit-turn
meander builder in this PDK.

RENDER OK EXPERIMENTAL

QW Resonator with end couplers

/QW_Resonator_with_end_couplers
QW Resonator with end couplers

Cell Info

Quarter-wave CPW resonator using a circular meander geometry.

Builds a λ/4 resonator composed of straight CPW segments connected by
circular bends, with a defined coupler section at the input and an
open-circuit termination at the end. The final straight segment is
automatically adjusted to match the target electrical length.

RENDER OK EXPERIMENTAL

Meander from Primitive Steps

/Meander_from_Primitive_Steps
Meander from Primitive Steps

Cell Info

Build a routed path from dict-only steps by composing CPW primitives.

Parses a dict-based steps DSL into validated Step objects, then builds a route by
chaining CPW primitives (straight segments and circular bends). This is intended as an
advanced route builder compatible with Pydantic-friendly schemas.

RENDER OK EXPERIMENTAL

Meander with Unitcells

/Meander_with_Unitcells
Meander with Unitcells

Cell Info

Generate an explicit-turn meander with unit cells placed along the path.

Builds an explicit-turn meander (via meander_path_extrude) and computes a matching
polyline for placement. Then places repeated unit cell components along the path
at a fixed pitch and offset, optionally mirrored on one or both sides.

RENDER OK EXPERIMENTAL