Skip to content

braqiiit/Maximally-Entangling-Two-Qutrit-CR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realization of Maximally Entangling Two Qutrit Gates Using the Cross-Resonance Scheme

Superconducting transmons, often truncated to two levels for qubit operations, have an inherent multi-level energy structure that offers untapped potential for higher-dimensional quantum systems like qutrits. Three-level systems have natural advantages over their two-level counterparts in quantum information and computation. However, universal qutrit computation requires high-fidelity entangling gates spanning all three levels, which remain experimentally challenging. In this letter, we introduce the generalized cross-resonance scheme (GCR) which is a comprehensive theoretical framework that generalize the qubit-centric cross-resonance (CR) interaction beyond the 0-1 subspace for realizing maximally entangling two-qutrit gates on fixed-frequency transmons and is a microwave-only technique compatible with existing hardware. We use the GCR scheme to design parametric two-qutrit gates, namely, $U_{CR}^{01}$ and $U_{CR}^{12}$, that act on the $0{-}1$ and $1{-}2$ energy transitions of transmons. Our gates improve upon the existing works in two aspects. First, our gates directly allow for entanglement on the $1{-}2$ levels rather than merely relying on $0{-}1$ entanglement, as in previous works. Second, our gates are parametric in nature, enabling us to construct multiple entangling gates of interest, whereas the purview of prior works that use cross-resonance for qutrits was limited to individual gates. Using numerical simulation in Qiskit Dynamics, we demonstrate two-qutrit generalized controlled $X$ ($U_{CX}^{01}$ and $U_{CX}^{12}$) and controlled $H$ ($U_{CH}^{01}$ and $U_{CH}^{12}$) gates, which are instances of the proposed $U_{CR}$ gates, with reported gate fidelities of $99.73\pm 0.01%, 97.88\pm 0.01%, 99.39\pm 0.01%$, and $98.99\pm 0.01%$, respectively. Finally, we prepare a two-qutrit Bell state $|\psi\rangle = \frac{1}{\sqrt{3}}(|00\rangle + |11\rangle + |22\rangle)$ with a fidelity of $99.06 \pm 0.01%$. We note that, in our setup, the complete time taken for Bell state preparation is $\sim 514$ ns and is less than the gate time of cross-Kerr-based entangling gates.

This repository contains the code corresponding to the experiments that were performed as part of the paper. All the implementations are present in the Jupyter notebooks. The notebooks are self-explanatory.

Used Packages:

  1. qiskit(==1.4)
  2. qiskit-dynamics(==0.5.1)

In order to simulate the experiments, a small change in the source code of qiskit-dynamics(==0.5.1) is required, as explained below:

In qiskit_dynamics/backend/dynamics_backend.py, lines 198-201, change the code block

if target is None:
    target = Target()
else:
    target = copy.copy(target)

to

if target is None:
    target = Target(num_qubits = len(self.options.subsystem_dims))
else:
    target = copy.copy(target)

and comment out target.num_qubits = len(self.options.subsystem_dims) in line 219. In the version of the packages mentioned above, you might encounter an error when instantiating a DynamicsBackend if the above change in the source code is not done.

In case of any queries, please feel free to contact Tharrma at [email protected].

About

Extending the cross resonance scheme to two-qutrit systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •