Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Latest commit

 

History

History

ch-algorithms

Quantum Protocols and Quantum Algorithms

These notebooks are the source files for the Quantum Protocols and Quantum Algorithms chapter of the Qiskit Textbook.

Important

The Qiskit Textbook has been superseded by IBM Quantum Learning. These source files are no longer maintained and may contain errors.

Overview

So far, we've seen various quantum gates and operations, and we've explored some interesting properties of these gates. Each of these pages shows how we can combine quantum operations into a quantum algorithm that outperforms their classical counterpart. As a bonus, some of these algorithms are actually useful too!

Contents

  1. Quantum Circuits
  2. Deutsch-Jozsa Algorithm
  3. Bernstein-Vazirani Algorithm
  4. Simon's Algorithm
  5. Quantum Fourier Transform
  6. Quantum Phase Estimation
  7. Shor's Algorithm
  8. Grover’s Algorithm
  9. Quantum Counting
  10. Quantum Walk Search Algorithm
  11. Hidden Shift Problem
  12. Quantum Key Distribution
  13. Superdense Coding
  14. Quantum Teleportation