Skip to content

MATLAB code for performing quantum compilation by use of the Solovay-Kitaev algorithm. Includes several optimizations and procedures for analyzing non-universal models.

Notifications You must be signed in to change notification settings

JorenB/quantum-compiling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum compilation toolset

This repository contains several algorithms (written in MATLAB) that are useful for analyzing sets of quantum gates. Currently, there are algorithms for:

  • Finding out whether a given (finite) set of gates generates a dense (enough) set of matrices in the space SU(2).
  • Generating a "library" of gates with words up to a specific length. This can either be done "fast", having the downside of generating many duplicates and therefore having memory capacity as a bottleneck, or "strict", generating the pure set of matrix products with the downside of straining the processor and having execution time as a bottleneck.
  • Approximating arbitrary one-qubit gates up to desired accuracy. This is accomplished by making use of the Solovay-Kitaev algorithm.
  • Searching for the best approximation to an arbitrary one-qubit gate in a large space of "available" gates. This can either be done in a linear (slow) fashion (always resulting in the best approximation) or by making use of a tree search method (very fast), which occasionally returns slightly suboptimal results.

About

MATLAB code for performing quantum compilation by use of the Solovay-Kitaev algorithm. Includes several optimizations and procedures for analyzing non-universal models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published