Skip to content

Latest commit

 

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.