On the use of Qiskit Metal coded in Python to generate design files for building quantum devices on a chip, performed via direct-write lithography. Depending on the resolution of desired quantum device features, LASER, scanning thermal probe, and electron-beam techniques are applicable options for patterning your design. - Onri Jay Benally
(Note: in the patterned 400-transmon example below, the ground contacts were excluded
from layout as the design was to demonstrate process feasibility from Qiskit Metal
design-to-real-chip. However, the main features are clearly visible under optical
microscopy. Also, I included a DXF/GDS design output for a
full quantum chip
, ready for fabrication (electrodes, ground, and all), available to
download in the file directories above).
It Is Important to Know That There Are 2 Main Types of Patterning With the E-Beam Writer (EBPG) Equipment:
Description
Marker-based using "rp" commands
This is used if your sample has pre-existing markers patterned on it already [ex. sample WITH purposely-designed reference points that can be automatically located by the EBPG]
Marker-free-based using "joyplus" commands
This is used if your sample has no pre-existing referencing patterns [ex. bare substrate or other sample WITHOUT purposely-designed reference points]
Terms To Be Aware Of:
Description
BEAMER
Desktop software for importing GDSII or GDS files stored on WinSCP, beam step, size, and error correction (heal) paramters are set here and subsequently exported as GPF files that can be uploaded to the EBPG equipment.
CJOB
Software tool that is accessed on the EBPG equipment itself using the EBPG's terminal. From here, the GPF files can be uploaded and programmed with virtual alignment marker locations based on the design.
Marker
The use of reference points on a coordinate plane that are assigned to a pre-existing, detectable pattern on a chip sample. Detection is performed automatically by the lithography equipment.
Marker-free
The use of virtual reference points assigned to the region of interest to be patterned on a bare chip sample, wafer substrate, or other sample with without detectable markers.
If You Need to Install pip Through Python, Follow These Steps: