Skip to content

Jupyter notebook showing off how to implement some simple variations of the Quantum random walk using the Qiskit library

Notifications You must be signed in to change notification settings

TendTo/Quantum-random-walk-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Jupyter notebook showing off how to implement some simple variations of the Quantum random walk using the Qiskit library

Topics

Resources

Stars

Watchers

Forks

Languages