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
- Host: GitHub
- URL: https://github.com/jmiszczak/qwalks-tutorial
- Owner: jmiszczak
- Created: 2020-03-07T15:29:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T17:45:57.000Z (over 5 years ago)
- Last Synced: 2025-01-17T14:24:42.828Z (9 months ago)
- Language: Jupyter Notebook
- Size: 199 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.*