Source code for the book "Quantum Computing for Programmers", Cambridge University Press
-
Updated
Oct 28, 2024 - C++
Source code for the book "Quantum Computing for Programmers", Cambridge University Press
Source code of Hiperwalk project
QSW_MPI is a python package developed for MPI-parallelised time-series simulation of continuous-time quantum stochastic walks. This model allows for the study of Markovian open quantum systems in the Lindblad formalism, including a generalization of the continuous-time random walk and continuous-time quantum walk.
3 different types of quantum walks: a. Hadamard Walk in 1D.; b. 1D quantum walk following the Su Schrieffer Heeger (SSH) model; c. 2D quantum walk.
In this repository, you will find MATLAB codes that generate probability distributions of a quantum walk. Specifically, I am uploading MATLAB codes for simulating a quantum walk on a line without decoherence, a quantum walk on a line under decoherence, and a classical random walk on a line.
Simulation of quantum walks on a classical computer, my TDK submission in 2021.
qwalkr: Handle Continuous-Time Quantum Walks with R
Add a description, image, and links to the quantum-walk topic page so that developers can more easily learn about it.
To associate your repository with the quantum-walk topic, visit your repo's landing page and select "manage topics."