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 b280709ee8 Test failing :( il y a 8 ans
abp First attempt at fixing naming scheme 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 Now we can render to the browser il y a 8 ans
tests Test failing :( il y a 8 ans
.gitignore Seperate table generation and usage il y a 8 ans
README.mkd Add README 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 server/server.py and open localhost:8000 in a web browser.

License

MIT