Skip to content

spencerking/QiskitSummerJam-LocalSequenceAlignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QiskitSummerJam-LocalSequenceAlignment

Our goal is to implement the Quantum Pattern Recognition (QPR) algorithm described in the paper Quantum Pattern Recognition for Local Sequence Alignment by Konstantinos Prousalis and Nikos Konofaos.

Approach

  1. Generate a substitution matrix of matches and non-matches using the classical Smith-Waterman algorithm.
  2. Transform the matrix H such that the diagonals become horizontal or vertical lines (Encode the array such that is can become the input to the quantum algorithm).
  3. Apply BB (Black Box, binomial classifier).
  4. Apply QFT.
  5. Measure and execute.
  6. Classically apply pattern localization to verify the result (dot matrix algorithm).

Dependencies

Built with the most recent versions of Qiskit and numpy (as of June 30, 2020).

Team Members

Spencer King

Mingi Ryu

About

An implementation of the algorithm described in "Quantum Pattern Recognition for Local Sequence Alignment" for the Qiskit 2020 Summer Jam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published