Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit eee2fd6

Browse files
multiline style
1 parent c1e26e0 commit eee2fd6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

manuscript.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,11 +436,13 @@ \subsection{Optimized quantum scheme for Hamming distance calculation}
436436
The Hamming distance measured in this way is bounded $0 \leq d_{i,j}^H \leq 1$,
437437
where $0$ indicates that $x_i$ are $y_j$ identical and $1$ means they are completely opposite in terms of their pairwise binary coordinates.
438438

439-
Currently available quantum platforms are still subject to substantial level of noise and extracting the exact distance from amplitude is still a difficult task. Fortunately, for most of algorithms, SOFM included, the information of nearest vectors is sufficient.
439+
Currently available quantum platforms are still subject to substantial level of noise and extracting the exact distance from amplitude is still a difficult task.
440+
Fortunately, for most of algorithms, SOFM included, the information of nearest vectors is sufficient.
440441

441442
Because of that property, those algorithms fall into a special case category for which, as there is only one input vector considered, the ``Decoding'' stage (Fig.\ref{fig:qcircuit}) can be removed as measurement no longer needs to indicate for which input vector the distance has been measured. In this special case scenario the circuit depth complexity is matching with \cite{shuld2014}.
442443

443-
In the general case when multiple input vectors are present in the register, the ``Decoding'' stage still needs to be included leading to larger circuit depth and less attractive complexity in terms of number of controlled gate operations. The number of controlled gate operations in this general case of multiple input vectors is matching the number of controlled gate operations in \cite{trugenberger2001}.
444+
In the general case when multiple input vectors are present in the register, the ``Decoding'' stage still needs to be included leading to larger circuit depth and less attractive complexity in terms of number of controlled gate operations.
445+
The number of controlled gate operations in this general case of multiple input vectors is matching the number of controlled gate operations in \cite{trugenberger2001}.
444446

445447

446448
%%%%%

0 commit comments

Comments
 (0)