Anders and Briegel in Python
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

README.mkd 550B

8 yıl önce
8 yıl önce
8 yıl önce
8 yıl önce
8 yıl önce
8 yıl önce
8 yıl önce
123456789101112131415
  1. # Anders & Briegel in Python
  2. Implementing Anders & Briegel "Fast simulation of stabilizer circuits using a graph state representation" in Python.
  3. Work in progress: use at your own risk.
  4. <!-- Server-->
  5. <!--The graph state can be visualized and edited in a browser using the built-in web server.-->
  6. <!--To get a blank canvas, run `python abp/server.py` and open `localhost:8000` in a web browser.-->
  7. <!--This can also be used to visualize the state of programs during execution. See `examples/visualize.py` for an example of how to do this.-->