Anders and Briegel in Python
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Pete Shadbolt 227c7a0b6a Add README před 10 roky
abp Fix mistake in CZ table generation před 10 roky
examples Add README před 10 roky
profiling Better loading, heading towards test passing před 10 roky
server It's working now - Ctrl-C, polling etc are good před 10 roky
tests Start prototype server před 10 roky
.gitignore Seperate table generation and usage před 10 roky
README.mkd Add README před 10 roky

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