diff --git a/README.mkd b/README.mkd new file mode 100644 index 0000000..2f9aa76 --- /dev/null +++ b/README.mkd @@ -0,0 +1,19 @@ +# 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 + diff --git a/examples/abp b/examples/abp new file mode 120000 index 0000000..545a5c8 --- /dev/null +++ b/examples/abp @@ -0,0 +1 @@ +../abp/ \ No newline at end of file