Skip to content

Commit 78ab0b9

Browse files
committed
docs(README): add info
1 parent 116c7aa commit 78ab0b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ for more details.
1414
An implementation of Grover's quantum search algorithm using 5 qubits and 3 classical bits for measurement. Grover's algorithm provides a quadratic speedup for searching an unsorted database, finding a marked item in O(√N) time compared to O(N) classically.
1515

1616
The circuit demonstrates the key components of Grover's algorithm:
17+
1718
- Initialization with Hadamard gates to create superposition
1819
- Oracle function that marks the target solution
1920
- Diffusion operator for amplitude amplification
@@ -26,6 +27,7 @@ See [https://en.wikipedia.org/wiki/Grover%27s_algorithm](https://en.wikipedia.or
2627
A quantum version of the Magic 8-Ball fortune teller implemented as a Jupyter notebook using Qiskit. This experiment uses 3 qubits in superposition to generate 8 equally likely outcomes (2³ = 8), each mapped to a different fortune-telling answer.
2728

2829
The notebook demonstrates:
30+
2931
- Creating quantum circuits with superposition using Hadamard gates
3032
- Measuring quantum states and interpreting results
3133
- Running circuits on both quantum simulators and real IBM quantum hardware

0 commit comments

Comments
 (0)