usamaahsan93 / AutoQP

Automatically writing of quantum code using genetic programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoQP: Genetic Programming for Quantum Programing

Automatically writing of quantum code using genetic programming. This code is the actual implementation of research AutoQP.

Libraries

  • Qiskit
  • Numpy
  • Copy
  • Pickle
  • OS
  • Random

How to Run

  1. Run testingDesk.py file, for main code.
  2. Gates to use in the code can be changed in file QGates.py .
  3. myQFn.py encapsulates the qiskit commands, which are later can be called to implement quantum oracles.

About

Automatically writing of quantum code using genetic programming

License:MIT License


Languages

Language:Python 100.0%