Skip to content

algouveia/Qiskit-Metal-to-Litho

 
 

Repository files navigation

Qiskit-Metal-to-Litho

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.

(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).

20230616_081944

It is important to know that there are 2 main types of patterning with the e-beam writer (EBPG) equipment:

  • (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's built-in SEM tool].
  • (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:

  • 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 read by the EBPG equipment. Additionally the parameters can be downloaded as a Python script (.py). An example of a Python script used in BEAMER is available for reference in the file directory above.
  • 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 uploaded design. Once the file is ready, it will export as a JOB file (.job). The JOB file name is what gets copied into the EBPG's terminal along with 4 coordinates validated by the built-in SEM.

Required software (some open-source free versions will be linked below):

  • Qiskit Metal
  • 2D CAD program
  • Pattern layout viewer & editor (GDS-to-DXF/DXF-to-GDS converter)
  • Electron- and LASER-beam lithography software (GDS-to-GPF converter for equipment)

Installation steps for Qiskit Metal can be found in the "requirements_plus" folder stored on this repository.

2D CAD programs available:

Pattern layout viewers & editors:

Electron- and LASER-beam lithography software:

Slides and webinars for using electron-beam lithography software:

General overview of electron-beam lithography:

Examples of green lithography-based direct-write patterning:

List of standard negative/ positive resist materials:

List of available process recipes:


Some of the code used here are borrowed or inspired from the Qiskit Metal page:


To create the chip below, follow the design process flow from the folder called "Python Code_Qiskit Metal_Designs" in this repository.


image

20230616_065853

20230616_065902_c

249468107-5d549f3e-53bb-4b9d-8056-8a0564af98f9

image

image

unnamed

unnamed

image

unnamed

unnamed

unnamed

About

On the use of Qiskit Metal in Python to generate design files for building quantum devices on a chip, performed via direct-write lithography in a nanofabrication facility. Repository formed by Onri Jay Benally.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 99.9%
  • Other 0.1%