Metadata-Version: 2.1
Name: opensquirrel
Version: 0.0.1
Summary: A quantum circuit transformation and manipulation tool
Home-page: https://github.com/QuTech-Delft/OpenSquirrel
Author: Pablo Le Henaff
Author-email: p.lehenaff@tudelft.nl
License: Apache
Keywords: quantum circuits compilation
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
License-File: LICENSE

### Mini-compiler for Quantum Inspire's quantum chip[munks]

```
 ,;;:;,
   ;;;;;
  ,:;;:;    ,'=.
  ;:;:;' .=" ,'_\
  ':;:;,/  ,__:=@
   ';;:;  =./)_
 jgs `"=\_  )_"`
          ``'"`
```

For current status, see docstring in the entrypoint `src/Circuit.py`.

pip dependencies (among others): `numpy`, `antlr4-tools`

To run the unit tests, do in this folder `python -m unittest discover test` (on Linux) or `py -m unittest discover test` (on Windows)
