Research Article

Research on Palmprint Identification Method Based on Quantum Algorithms

Pseudocode 1

Grove_G(x,n,y)
{
  a=Box(x,y,2);
  for i=1:n
   a=Qoperator(a,n,i,H);
  and
  a=G_phase(a,n);
  for i=1:n
   a=Qoperator(a,n,i,H);
  and
}