Skip to content

Pingal-Pratyush-Nath/Quantum-Korea-Hackathon-2024

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quantum-Korea-Hackathon-2024

Topic: Quantum Circuit Transpilation

Background:

Transpilation of a quantum circuit is a complex process of converting the given circuit into the executable set of gates, matching with the topology of the target quantum device, using an optimal number of gates, and applying techniques to deal with errors. Depending on the performance of the transpiler, a circuit can shrink into one-fifth of the original circuit and achieve a significant reduction of errors physically. In this topic, you will explore the detailed steps of transpilation and play with ready-made or your own functions to optimize the given quantum circuit. The target circuit of this topic will be the Quantum Fourier Transform (QFT) circuit, which is one of the most important quantum subroutines, providing exponential speedup compared to classical computation.

Problem:

Transpile the QFT circuit to get the best score. The circuit must perform the QFT with arbitrary inputs, matching with the target quantum devcie topology within the basic gate set. The score will be given based on the expected performance of the circuit, considering accuracy of each gate in the circuit.

Reference:

Additional Reference (IBM resources):

About

Quantum Korea Hackathon 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.6%
  • Jupyter Notebook 37.4%