Quantum Random Walks and VQE

Quantum Computing Project @ TTU

Spring 2021

HiperWalk

Hiperwalk, an acronym for High-Performance Quantum Walk Simulator, is a powerful, open-source software designed to simulate quantum walks on various graph structures. Leveraging heterogeneous High-Performance Computing (HPC),

GitHub Repository: HiperWalk

Documentation: HiperWalk Documentation

As a part of my capstone project, I have worked on this codebase. I have contributed to the development of the codebase, including migrating the codebase from C/C++ to python, refactoring it to be HPC native, added to the documentation, and testing of the codebase. I also authored the discrete-time QuantumWalk class for the very first release.

Variational Quantum Eigensolver (VQE)