Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 265 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 265 Bytes

Pyquantum

Quantum computing circuits, gates and example algorithms.

Requirements

  • Numpy
  • Matplotlib (for plots on Grover algorithm example)

Install

$ git clone https://github.com/miguelfrde/pyquantum && cd pyquantum
$ python setup.py install