From 227c7a0b6a587f219e71f330735a3f53fb4eef28 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Fri, 6 May 2016 17:01:14 +0100 Subject: [PATCH] Add README --- README.mkd | 19 +++++++++++++++++++ examples/abp | 1 + 2 files changed, 20 insertions(+) create mode 100644 README.mkd create mode 120000 examples/abp 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