Skip to content
This repository was archived by the owner on May 16, 2022. It is now read-only.

notmattmoore/quantum-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum Algorithms at KU

A collection of resources for the Quantum Algorithms seminar a KU.

Feel free to submit pull requests or open issues if you think something is missing or could be improved.

Useful Links

Software

QuTiP (Quantum Toolbox in Python) is open-source software designed for simulating "the dynamics of open quantum systems." So far, it has been useful for experimenting with the time-evolution of unitary operators and implementing algorithms. Software installation instructions can be found here .

Reference Texts

Research Papers

  • The quantum query complexity of the hidden subgroup problem is polynomial

    By Ettinger, Høyer, and Knill, 2004. Uses O(n^2+lg(e)) oracle queries to obtain an error probability of 1-1/e. The circuit is brute force with respect to the number of subgroups, which is in O(2^(n^2)), so the circuit is exponential in size.

  • Nested quantum search and NP-hard problems

    By Cerf, Grover, Williams, 2000. Presents a multistage version of Grover's algorithm for problems using a 'search tree' approach. This has applications to general CSP problems, but doesn't make use of any of the algebraic techniques developed over the past decade.

About

Quantum Algorithms at KU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages