Figure 1.

Figure 2.

Figure 3.

Figure 4.

Figure 5.

Figure 6.

Figure 7.

Comparison of previous results and our work on spatial search on complete bipartite graphs_
| Algorithms | Model | Initial state | Success probability |
|---|---|---|---|
| Wong et al. [28] | CG framework for Laplacian walk |
| 1 (m, n → ∞) |
| CG framework for adjacency walk |
| 1 (m, n → ∞) | |
| Rhodes and Wong [29] | Coined DTQW |
|
|
|
|
| ||
| Xu et al. [30] | Coined DTQW |
| ≥ 1 − ɛ for any adjustable parameter ɛ |
| Our work | CTQW |
| 1 |
j_qic-2024-0001_tab_004
| Algorithm 2 : Quantum Phase Estimation (QPE). |
|---|
| Input: A unitary U, initial state |0〉⊗p|ϕ0 (p is the number of qubits in the first register and |ϕ0〉 is an arbitrary state of the second register). |
| Output: An estimate θ̃ of one of the eigenphases of U. |
| 1: Apply Hadamard gate H to each qubit in the first register. |
| 2: Apply U2j on the second register controlled by qubit j, 1 ≤ j ≤ p in the first register. |
| 3: Apply inverse quantum Fourier transform to the first register. |
| 4: Measure the first register in the computational basis and get the result l. |
| 5: Return
|
j_qic-2024-0001_tab_005
| Algorithm 3 : Quantum counting for search on complete bipartite graphs. |
|---|
| Input: Unitary U(t0), initial state|0〉⊗p|ψ〉 (
|
| Output: Estimation k̃ of the number of marked vertices k with precision δ. |
| 1: Call Algorithm 2 and get the result θ̃. |
| 2: if θ̃ = π |
| then discard; |
| else |
|
|
| 3: Return k̃. |
j_qic-2024-0001_tab_003
| Algorithm 1 : Deterministic search algorithm on complete bipartite graphs. |
|---|
| Input: A complete bipartite graph Km,n with k marked vertices on the order-n part whose adjacency matrix is A, an oracle O that satisfies equation (5). |
| Output: A marked vertex. |
| 1: Calculate parameters
|
| 2: Construct the initial state
|
| 3: Perform quantum walk search
|
| 4: Measure the final state and get |i〉. |
| 5: Return vertex i. |
Comparison of previous results and our work on deterministic spatial search_
| Algorithms | Graph | Model | Number of marked vertices |
|---|---|---|---|
| Marsh and Wang [21] | 2 × n Rook graph | Alternating CTQW | Single |
| Qu et al. [22] | Star graph | Alternating CTQW | Single |
| Wang et al. [23] | Integer Laplacian spectra | Alternating CTQW | Multiple |
| Peng et al. [24] | Complete bipartite graph | Coined DTQW | Multiple |
| Our work | Complete bipartite graph | CTQW | Multiple |