Grover Algorithm implemented using Qiskit.
detail can be seen in grover.pptx.
-
Grover 算法简介
- grover algorithm - find 3.ipynb
- grover algorithm - find 6.ipynb
- Amplitude amplification
-
Grover 算法的几何视角解释
- geometrical interpretation
- Worst Case when t/N = 1/2
-
Grover 查询次数与成功率
- different phase rotation Grover
- tight bound on iteration times when unknown t N
-
Grover 算法改进
- youne algorithm
-
Grover 算法的几种应用
- SAT
- simple example about find 3 (see
1. grover algorithm - find 3.ipynb
):
- geometrical interpretation to show Grover operation (see
4. geometrical interpretation
):
- best probability when apply Grover algorithm (see
6. different phase rotation Grover
):
- success rate when apply one iteration (see
6. different phase rotation Grover
):
- quantum circuit implementing Grover (use partial diffuser operator, see
8. youne algorithm
):
- Grover application for SAT (see
9. SAT
):