Skip to content

fabianbauermarquart/quavl

Repository files navigation

QuAVL

Specification-based Verification and Repair of Quantum Circuits

This Python project comes with the experiments

  • Quantum Teleportation Protocol
  • Deutsch-Jozsa Algorithm
  • Quantum Fourier Transform
  • Quantum implementations of classical algorithms (RevLib)

that show how QuAVL can prove correctness of well-known quantum algorithm.

Further QuAVL can synthesize repaired quantum programs in case of faults such as changed phase or omitted gates.

Installation

There are three requirements for QuAVL to run. The Python packages are:

  • numpy (for arithmetic)
  • pyparsing (needed for output parsing)
  • z3-solver (for SMT sort declaration and syntax generation)

Also, the system QuAVL runs on requires dReal to be installed and added to the path in order for the solver to work.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages