Anders and Briegel in Python
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Pete Shadbolt bbc89eb4de Modify test il y a 8 ans
abp Modify test il y a 8 ans
examples Make it possible to add vertices without adding edges il y a 8 ans
profiling Better loading, heading towards test passing il y a 8 ans
static Anders & Briegel's CZ table passes my tests il y a 8 ans
tests Modify test il y a 8 ans
.gitignore Seperate table generation and usage il y a 8 ans
README.mkd Safe il y a 8 ans
demograph.py Loadsa stuff. CZ table bodging il y a 8 ans

README.mkd

Anders & Briegel in Python

Implementing Anders & Briegel “Fast simulation of stabilizer circuits using a graph state representation” in Python.

Work in progress: use at your own risk.

Server

The graph state can be visualized and edited in a browser using the built-in web server.

To get a blank canvas, run python abp/server.py and open localhost:8000 in a web browser.