Basic
Jinguo Liu ([email protected])
Implement the inverse free Solovay-Kitaev algorithm in Julia programming language and port it to Yao.jl
.
- Paper: https://arxiv.org/abs/2112.02040
- Libraries: Yao.jl.
- 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.
- Quantum computing (professional),
- Julia language (basic).