Giter Site home page Giter Site logo

nzpaper / johnson-graph-qwalk Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 486 KB

Circuital implementation of a Quantum Random Walk on a Johnson graph using qiskit

Jupyter Notebook 100.00%
information-set-decoding quantum-computing quantum-walks code-based-cryptography

johnson-graph-qwalk's Introduction

Quantum Random Walk on a Johnson graph

Circuital implementation of a Quantum Random Walk on a Johnson graph J(n,k) using qiskit. More specifically, the solution we have designed is based on Lackadaisical Quantum Walks, by Thomas Wong(http://www.thomaswong.net/). Parts of the code are still relative to the J(4,2) example, a full parametrization is still a WIP.

The oracles used for the search problem are relative to the collision-finding subprocedure of the Finiasz-Sendrier ISD attack.

This work is based on the Master thesis titled "Design of a Quantum Circuit for Quantum Random Walks on Johnson graphs, Solving the ISD problem for code-based Post-quantum Cryptosystems" by Giacomo Lancellotti (https://github.com/GiacomoLancellotti) and Matteo Lodi (https://github.com/nzpaper), Politecnico di Milano.

Regarding performance, the circuit needs:

  • n qubits for the state register
  • ceil(log_2(binom(n,2))) qubits for the coin register

The adapted solution for the shift phase renders the walk too slow when n and k are too large. This is due to the fact that the self-loop weight value of any given vertex in the graph grows quickly and the probability of staying put during the exploration increases too much. We are studying a better solution involving the following paper https://arxiv.org/abs/1912.07353

johnson-graph-qwalk's People

Contributors

nzpaper avatar

Stargazers

 avatar

Watchers

 avatar

johnson-graph-qwalk's Issues

Add a license to the repository

I recently came across your project johnson-graph-qwalk and I noticed that the repository github.com/nzpaper/johnson-graph-qwalk currently does not have a license specified.

Why Adding a License is Important?

As GitHub documents

Public repositories on GitHub are often used to share open source software. For your repository to truly be open source, you'll need to license it so that others are free to use, change, and distribute the software.

Would be possible to add a valid license to this repository? Probably something really OpenSource such as the Apache 2.0 license would fit really well.

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.