Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 444 Bytes

File metadata and controls

11 lines (7 loc) · 444 Bytes

Welcome!

The Counting kata covers the quantum counting algorithm, which is based on Grover's search algorithm. It solves the problem of computing the number of assignments of Boolean input variables that make a Boolean function (oracle) true.

Theory

  • The tasks follow the explanation from Quantum Computation and Quantum Information by Nielsen and Chuang. In the 10th anniversary edition, this is section 6.3 on pages 261-263.