Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.05 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.05 KB

QPowerAlgo

Algorithms with the Microsoft Q# Language

Bell States(Quantum Entanglement)

add list here

Grover's Search

add list here

Shor's Factorization

add list here

Quantum Key Distribution

add list here

Bernstein Vazirani Algorithm

The Bernstein–Vazirani algorithm, which solves the Bernstein–Vazirani problem is a quantum algorithm invented by Ethan Bernstein and Umesh Vazirani in 1992. It's a restricted version of the Deutsch–Jozsa algorithm where instead of distinguishing between two different classes of functions, it tries to learn a string encoded in a function. The Bernstein–Vazirani algorithm was designed to prove an oracle separation between complexity classes BQP and BPP.

Some great resources to understand the algorithm and implement with qiskit:

  • Qiskit Textbook
  • Medium
  • Programming with Qiskit

Deutsch-Jozsa Algoruithm

add list here

Quantum Teleportation

add list here

Quantum Teleportation

add list here

VQC(Variational Quantum Classifier)

add list here

Other

add list here