Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.69 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.69 KB

Quantum random walk simulation

Binder

Use

To run the Jupyter notebook locally, you need to ensure the following dependencies are installed:

Slides

To transform the Jupyter notebook into a slideshow, you need to install RISE and enable it in the Jupyter notebook.

Docker

Another option is to use the Docker image provided. You can either build it yourself or pull it from Docker Hub.

Build

docker build -t tendto/quantum:quantum-walk .

Pull

docker pull tendto/quantum:quantum-walk

Run

docker run -it --rm -p 8888:8888 -e DOCKER_STACKS_JUPYTER_CMD=notebook tendto/quantum:quantum-walk

You can then access the Jupyter notebook at http://127.0.0.1:8888, using the token provided in the terminal.

References