Skip to content
/ sqct Public

Exact and approximate synthesis of single qubit circuits using Clifford and T gate library.

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

vadym-kl/sqct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dda94a8 · Jul 17, 2019

History

30 Commits
Jul 17, 2019
Nov 17, 2013
Jun 12, 2013
Nov 22, 2013
Jun 12, 2013
Nov 20, 2013
Aug 16, 2012
Jul 17, 2019
Aug 16, 2012
Aug 16, 2012
Aug 16, 2012
Jun 15, 2013
Nov 20, 2013
Nov 20, 2013
Nov 20, 2013
Nov 24, 2013
Nov 20, 2013
Jun 15, 2013
Nov 20, 2013
Nov 20, 2013
Jul 17, 2019
Dec 11, 2013
Nov 16, 2013
Nov 16, 2013
Aug 16, 2012
Nov 20, 2013
Oct 28, 2013
Aug 16, 2012
Nov 22, 2013
Nov 20, 2013
Aug 16, 2012
Aug 16, 2012
Nov 16, 2013
Nov 16, 2013
Nov 20, 2013
Nov 20, 2013
Nov 20, 2013
Nov 20, 2013
Nov 20, 2013
Nov 21, 2013
Nov 20, 2013
Dec 11, 2013
Dec 11, 2013
Nov 20, 2013
Aug 16, 2012
Aug 16, 2012

Repository files navigation

SQCT -- Single Qubit Circuit Toolkit

BUILD

You will need the following libraries installed on your system: 
1. Boost 1.48
-- program_options 
-- chrono
-- timer
-- system
2. The GNU Multiple Precision Arithmetic Library (gmp and gmpxx)
3. The GNU MPFR Library (mpfr)

Also C++ compiler supporting C++11 is necessary.
Information about program use available through --help option.

ABOUT 
The program code based on results of http://arxiv.org/abs/1206.5236. It also implements 
the version of Solovay Kitaev algorithm described in http://arxiv.org/abs/quant-ph/0505030. 
In addition to Boost, The GNU Multiple Precision Arithmetic Library, The GNU MPFR Library the library 
mpfr::real by Christian Schneider <software(at)chschneider(dot)eu> is used for high precision
floating point arithmetic. 

DIRECTORY STRUCTURE 
sk -- implementation of the Solovay-Kitaev algorithm
es -- exact synthesis algorithm
theory -- numerical proof of result from arXiv:1206.5236, tests of exact synthesis algorithm 
appr -- optimal round off of unitaries

About

Exact and approximate synthesis of single qubit circuits using Clifford and T gate library.

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages