Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stabilizer-circuits-normal-forms

This source code is the C implementation with a simple text-based user interface of an algorithm that writes stabilizer quantum circuits under normal form.

The process is described in a paper at : https://arxiv.org/abs/2012.09224.

To compile the code just use the 'make' command : this creates the 'stabnf' command.

The 'manual' mode of the command reproduces the induction steps of the algorithm.

The 'statistics' mode of the command allows to test the efficiency of the algorithm to reduce the gate count of a circuit.

Let n be the number of qubits of the circuits (2 <= n <= 1000).

To launch the manual mode : ./stabnf n man

To launch the statistics mode : ./stabnf n stat

About

C source code of a command that writes quantum stabilizer circuits in normal form.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages