Skip to content

Latest commit

 

History

History

solovay-kitaev

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

The inverse free Solovay-Kitaev algorithm

Difficulty Level

Basic

Advisor

Jinguo Liu (cacate0129@gmail.com)

Description

Implement the inverse free Solovay-Kitaev algorithm in Julia programming language and port it to Yao.jl.

References

Project Output Standard

  • A workable Julia implementation of the inverse free Solovay-Kitaev algorithm with time complexity $O(\log^8(\epsilon^{-1}))$.
  • Optionally, he can implement the $O(\log^5(\epsilon^{-1}))$ version.

Technical Requirements

  • Quantum computing (professional),
  • Julia language (basic).