qiskit-community / qiskit-hackathon-korea-21

A repository for Qiskit Hackathon Korea (February 16-19, 2021)
33 stars 11 forks source link

Metal Project 1B: Designing a simple three-qubit chip #14

Open veenaiyuri opened 3 years ago

veenaiyuri commented 3 years ago

Abstract

The designing of a simple three qubit system using Qiskit Metal.

Description

Using Qiskit Metal, design a single plane, three-qubit chip using superconducting qubits, which are coupled together to each other with a coplanar waveguide (CPW) bus resonators, and with each qubit having a CPW readout resonator. The readout resonators should be coupled to transmission line(s) which connect to launcher pad(s) for wire bonds. The qubits can be from the Metal qlibrary, or newly created qcomponents.

The project members are to determine the actual physical layout, with the below target parameters in mind. Try to land within +/-5% of targets.

Parameters Target Value Parameters Target Value
Qubit Frequencies 5.3 - 5.9 GHz Readout Frequencies 6.8 – 7.6 GHz
       
Anharmonicity (Ec) 300 MHz χ 400 kHz
g_bus ~60 MHz Q_ext 20,000

Be mindful of potential cross talk issues between busses when deciding frequencies for your busses, and where in the available range to set your qubit and readout frequencies.

The project members can also decide on the chip size, though should consider issues such as, potential box/substrate modes, or cross talk between the different components on the chip. It can be assumed wirebonds are available to be added where desired.

If new qubit qcomponents are created for this project, some modification to analysis code may also be required (eg. LOM analysis code currently presumes floating transmons, but can function with grounded transmons with minor modifications).

Members

Deliverable

GitHub repo

https://github.com/qiskit-community/qiskit-metal-for-hackathon-korea-21