watermarkhu / qsurface

Python package for simulation and visualization of quantum error-correction on surface codes. The package provides the ability to inspect the error-correcting code during the decoding process, and tools to benchmark the decoder.
https://qsurface.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
60 stars 25 forks source link

Add my binder integration #15

Closed nathanshammah closed 4 years ago

nathanshammah commented 4 years ago

Adding a My Binder badge in the Readme file will allow prospective users to try out the software without installing anything locally. I tried it and it works, thanks to the new package structure, with the requirements.txt file in the topmost folder.

Pasting this in README.md should suffice: Binder (this is how it looks like: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/watermarkhu/OpenSurfaceSim/master))

To be most effective, the My Binder link could point directly to a tutorial, e.g. in the form of a Jupyter notebook, or to a script (using Jupyter Labs as My Binder default). Happy to help in this with PR or feedback along the way.

watermarkhu commented 4 years ago

Done in #30