Skip to content

Package for generating Stabilizer States and finding Stabilizer Rank decompositions

License

Notifications You must be signed in to change notification settings

lowks/StabilizerSearch

 
 

Repository files navigation

Stabilizer Search

Generating ~ Stabilizer States ~ and finding the Stabilizer Rank with Python and Cython.

This package contains code for generating stabilizer states, as numpy matrices, and for searching for stabilizer rank decompositions. The package also includes data files for stabilizer states on 1-4 qubits.


Installation

This package has been tested with Python 2.7 and 3.6. After downloading the source from this repository, the package can be installed using

python setup.py install

or else run locally within the directory by first building the cython extensions with

python setup.py build_ext --inplace

About

Package for generating Stabilizer States and finding Stabilizer Rank decompositions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.4%
  • C 4.6%