Grover's algorithm steps

Now that we have defined the checker and the mover functions, in this subsection we will see how they can be used together to solve the 3sat_mystery(a,b,c) in Grover's algorithm. The steps to Grover's algorithm are the following:

  1. Setup step
  2. Checker step
  3. Mover step

The following subsections will define each step in detail.