Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 4 KB

README.md

File metadata and controls

23 lines (18 loc) · 4 KB

Quantum Algorithms

Various quantum algorithms implemented in Pennylane, RustQIP, Qiskit and Cirq.

Implemented Algorithms

  • If you want to see each examples then click the check mark in the table below.

  • If you want to see explanation of each algorithms then click the pennylane link in the table below.

Topic Pennylane RustQIP Qiskit Cirq
SWAP Test ✔️ ✔️ ✔️ ✔️
Hadamard Test ✔️
Superdense Coding ✔️ ✔️ ✔️ ✔️
Quantum Teleportation ✔️ ✔️
Deutsch Algorithm ✔️ ✔️
Deutsch-Jozsa Algorithm ✔️ ✔️ ✔️ ✔️
Bernstein-Vazirani Algorithm ✔️ ✔️ ✔️ ✔️
Simon's Algorithm ✔️
Quantum Fourier Transform ✔️
Quantum Phase Estimation ✔️
Quantum Matrix Multiplication ✔️