Skip to content

Files

Latest commit

author
Joey Ganley
Sep 17, 2020
2cc22d2 · Sep 17, 2020

History

History
10 lines (7 loc) · 511 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 511 Bytes

Quantum Algorithms

I have implemented the following quantum algorithms using two popular quantum programming languages, PyQuil and Qiskit.

  • Deutsch–Jozsa Algorithm (Coming Soon)
  • Bernstein–Vazirani Algorithm (Coming Soon)
  • Grover's Algorithm
  • Simon's Algorithm (Coming Soon)

The algorithms can be run using quantum simulators provided by the quantum programming libraries. The number of possible qubits depends on the algorithm being run and the user's CPU but will typically not exceed 10 qubits.