An open API service indexing awesome lists of open source software.

https://github.com/jmiszczak/qwalks-tutorial

Random and quantum walks with examples
https://github.com/jmiszczak/qwalks-tutorial

Last synced: 2 months ago
JSON representation

Random and quantum walks with examples

Awesome Lists containing this project

README

          

# qwalks-tutorial
Random and quantum walks with examples

##

## Using Jupyter on remote server

```
jupyter notebook --no-browser --port=8889
```

```
ssh -N -f -L localhost:8889:localhost:8889 user@remote.host.com
```

## Acknowledgements

*This project has been supported by the Polish National Science Center under the grant agreement 2019/33/B/ST6/02011 for the period 30/01/2020 - 29/01/2023.*