Skip to content

Automatically writing of quantum code using genetic programming

License

Notifications You must be signed in to change notification settings

usamaahsan93/AutoQP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages