Abstract
This article presents two quantum algorithms for computing the product of a circulant matrix and a vector. The arithmetic complexity of the first algorithm is in most cases. For the second algorithm, when the entries in the circulant matrix and the vector take values in or , the complexity is in most cases. However, when these entries take values from positive real numbers, the complexity is reduced to in most cases, which presents an exponential speedup compared to the classical complexity of for computing the product of a circulant matrix and vector. We apply this algorithm to the convolution calculation in quantum convolutional neural networks, which effectively accelerates the computation of convolutions. Additionally, we present a concrete quantum circuit structure for quantum convolutional neural networks.
1. Introduction
Quantum computing, as a disruptive technology, has received widespread attention from various fields, since it can efficiently accelerate the solving of some fundamental computational problems. For example, Shor’s algorithm [1] can solve the factorization problem in polynomial time, posing a great threat to modern cryptography in theory. Grover’s algorithm [2] can achieve a square-root speedup in unstructured search. The HHL algorithm [3] proposed in 2006 has an exponential speedup in solving linear equations.
As a linear equation solver, the HHL algorithm consists of three main parts. The first part employs quantum phase estimation to achieve the eigenvalues of the matrix being calculated. The second part applies quantum controlled gates to flip the auxiliary qubits based on the given eigenvalues. The third part uses the inverse of quantum phase estimation to undo the entanglement and restore some of the auxiliary qubits. By measuring the remaining auxiliary qubits, one can obtain the target state. By modifying the second step of the HHL algorithm, we can easily apply the idea of the HHL algorithm to matrix–vector multiplication. It should be noted that the complexity of the HHL algorithm depends not only on the size of the matrix but also on the condition number of the matrix. The condition number of a matrix is an indicator of the sensitivity of the matrix to changes in the result, and is an inherent property of the matrix. Therefore, it is difficult to manually constrain the condition number of the matrix. There are some types of matrices that may have a high condition number but contain some specific structures, which could lead to more efficient computation. Circulant matrices are one of these types and, in this paper, we focus on their computation.
Circulant matrices have been well studied in both classical and quantum settings. In the classical setting, it was shown that the product of a circulant matrix and a vector of size N can be computed with operations using FFT (Fast Fourier Transformation) [4]. By expressing a Toeplitz matrix as a circulant matrix, Golub and van Loan showed that a Toeplitz matrix and a vector can also be multiplied in time [4]. Circulant matrices and related structured matrices were also studied in [5,6,7]. In the quantum setting, different quantum expressions for the circulant matrix were presented in [8,9,10]. Reference [8] presents a quantum construction method for cyclic matrices. Where the Toeplitz matrix can serve as a submatrix of the cyclic matrix, reference [9] provides an asymptotic method for solving Toeplitz systems. Reference [10] applies cyclic matrices to quantum string processing.
In this paper, we propose two new quantum algorithms for circulant matrix–vector multiplication, which take advantage of the features of quantum mechanics and have better computational complexity compared to classical algorithms. For the first algorithm we propose, the complexity is in most case. For the second algorithm, if the elements in the circulant matrix and vector are randomly chosen from or with a norm no larger than d, then the proportion of matrices and vectors that can be computed with complexity approaches 1 as the dimension of the matrix increases. Similarly, if the elements are randomly chosen from with a norm no larger than d, then the proportion of matrices that can be computed with complexity also approaches 1 as the dimension increases.
Theorem 1.
There exists two quantum algorithms which compute the multiplication of the circulant matrix and vector. For the first algorithm, it computes the multiplication of a circulant matrix and a vector over (or with a probability of at least and complexity , where N is the dimension of the matrix, and the proportion of the circulant matrix and vector combinations that can be effectively computed approaches 1 as the dimension increases. For the second algorithm, it computes the multiplication of the most circulant matrix and vector over (or with a probability of at least and complexity , where N is the dimension of the matrix, and the proportion of the circulant matrix and vector combinations that can be effectively computed approaches 1 as the dimension increases.
Compared to the approach similar to the HHL algorithm, our second algorithm has two advantages. Firstly, our second algorithm directly performs calculations on quantum states without the need for Hamiltonian simulations, thus reducing computational complexity and errors. Secondly, our second algorithm does not have the process of quantum phase estimation (QPE), thus reducing the use of auxiliary bits and errors. Our second algorithm also has a measurement step and has the same complexity as the HHL approach during measurement. The comparison is shown in the Table 1. In particular, when the circulant matrix and vector values are in , the algorithm complexity is logarithmic with respect to the size of the matrix.
Table 1.
Comparison of HHL method, Algorithm 1, and Algorithm 2.
Furthermore, we apply our algorithms in convolution computation, which is an important and fundamental problem in quantum machine learning (QML). The field of quantum machine learning has been developing rapidly in recent years. Machine learning algorithms suffer from computational bottlenecks as the dimensionality increases. To promote experimental progress towards realizing quantum information processors, the approach of using quantum computers to enhance conventional machine learning tasks was proposed, and this led to the development of quantum convolutional neural networks (QCNNs). The earliest QCNN was proposed in [11] for solving quantum many-body problems. Subsequently, in [12,13], QCNNs for image recognition were discussed. The difference of their results is that the quantum circuit in [12] is a purely random quantum circuit, while the quantum circuit in [13] has a simple design. In [12], the authors presented real experiments to confirm that their algorithm still has some effect even when using a fully random quantum circuit. The quantum circuit designed in [13] only entangles different qubits without a more specific definition of the quantum circuit. In this paper, we present an effective quantum circuit for computing convolutions, which may be used as a sub-circuit in the quantum circuit of QCNNs.
The structure of this article is as follows. In Section 2, we introduce circulant matrices and some basics of quantum computing, and present some quantum circuit structures that will be used in the quantum algorithms for circulant matrix–vector multiplication. In Section 3, we describe the details of our new algorithms and analyze their running times. As both algorithms involve quantum measurements, Section 4 presents a probability analysis of the measurements and, for parts where theoretical analysis is not available, we present experimental results to support our algorithms. In Section 5, we discuss the specific application of circulant matrix–vector multiplication in convolution computation. Finally, conclusions and future directions are presented in Section 6.
2. Preliminaries
In this section, we will present some background information that will be used in our later discussion of the circulant matrix–vector algorithm. This includes properties of circulant matrices, existing results in quantum computing, and structures of quantum circuits, as well as the effects that these structures can achieve in quantum circuits.
2.1. Circulant Matrix
For any vector in , its corresponding circulant matrix is denoted by and is represented as follows:
The circulant matrix can be represented as a linear combination of matrix , denoted as
where is the cyclic permutation matrix and can be represented as
In addition, a circulant matrix can also be diagonalized by a Fourier matrix of the same order. Let be the Fourier matrix in , and let ; then, can be expressed as
Using , we can diagonalize to a diagonal matrix . Specifically, if we denote as the diagonal matrix with on its diagonal, then, we have
In this paper, we are calculating the matrix–vector multiplication of a circulant matrix and a vector over . Here, is given by a vector , and their correspondence can be found in Equation (1). It is easy to check that the k-th eigenvalue of is , and is the corresponding eigenvector. Moreover, we have and, in the following, we denote by for simplicity.
To compute matrix–vector multiplication by a quantum algorithm, we need to represent the given two vectors by quantum states. The modulus squared of the coefficients of the quantum state corresponds to the probability of measuring that quantum state. Therefore, we first normalize the two given vectors and then convert them into the representation of quantum states. Unless otherwise specified, the vectors and we use later are both in the normalized form. As argued in most of quantum algorithms, we always assume that the quantum states and are already effectively prepared and we can directly use them for calculation. For example, our algorithm can serve as a subroutine in a larger algorithm and, in this case, the required quantum states and have already been generated. Generally speaking, it is difficult to prepare an arbitrary initial state, and there are only a few methods available now [14,15,16].
2.2. Quantum Computing
Definition 1.
Let be an integer, and . The quantum Fourier transform on n qubits is defined by
The complexity of the quantum Fourier transform is , and its quantum circuit diagram is as shown in Figure 1.
Figure 1.
Quantum circuit for the quantum Fourier transform.
Next, we introduce the quantum amplitude amplification algorithm [17]. The quantum amplitude amplification algorithm can be classified into two types: the first type is when we already know the success rate of the target algorithm, while the second type is when we only know the possible values of the target algorithm. Both types achieve quadratic speedup. The algorithm can be described as follows.
There exists a quantum algorithm QSearch with the following property. Let be any quantum algorithm that uses no measurements, and let be any Boolean function. The Boolean function induces a partition of the values of algorithm into a direct sum of two subspaces, a good subspace and a bad subspace. The probability that the measurement result of the quantum algorithm falls onto a good subspace is a. Algorithm QSearch finds a good solution using an expected number of applications of and , which are in if , and otherwise runs forever. Please refer to [17] for more specific details.
2.3. Quantum Circuit
Here, we will introduce some quantum circuits that we will use and their roles.
Quantum Arithmetic Operation
We only need addition among quantum arithmetic operations. Here, we use the quantum adder given in [18], which consists of two parts. The first part is the calculation of carry, composed of the sub-circuit , and the second part is the addition process using the carry calculation, composed of the sub-circuit . This adder is an in-place circuit, and its result is stored in the second register to reduce the number of qubits used. The relevant structures and circuit diagrams of the sub-circuits are shown below (calculate ).
In Figure 2, M and U correspond to the sub-circuits and in Figure 3, respectively, as detailed below:
Figure 2.
Quantum addition circuit.
Figure 3.
Sub-circuits of quantum addition circuit.
From the above circuit diagrams, we can see that the number of gates required to perform the addition of two n-bit numbers is .
2.4. Quantum Circuit for the Transformation
In this subsection, we suppose that we have the quantum circuit for the unitary matrix U; then, we introduce the quantum circuit for the transformation, which appears as a sub-circuit in quantum phase estimation. Specifically, given a quantum state and a unitary matrix U, the transformation
can be implemented as shown in Figure 4.
Figure 4.
Quantum controlled-U circuit.
This circuit requires n controlled-U gates and performs a total of quantum gates. Later, we will present the specific structure of the U gate to analyze the complexity of our first algorithm.
2.4.1. Quantum Circuit for the Cyclic Permutation
According to Equation (2) in Section 2.1, we know that the circulant matrix can be represented by the cyclic permutation matrix . Here, we present a specific implementation for , where is a cyclic permutation matrix.
Let be the Fourier matrix. It is easy to check that
is a diagonal unitary matrix, and can be implemented in Figure 5:
Figure 5.
Quantum circuit for transformation .
where
As introduced in Definition 1, we can implement with complexity . Then, using , we can derive the implementation of from those of and . Moreover, we can construct similarly. Since we have , we only need to construct . From our previous result, we have ; thus, the circuit for can be easily achieved by replacing with in the circuit for , where
In this way, for any , we can implement the matrix with quantum operations, and we can further implement the matrix with quantum operations.
2.4.2. Quantum Extraction Circuit
We introduce a circuit that can extract the target state from a given quantum state , where c is the change coefficient due to the collapse of the original state to the target state after measurement. For example, if , the quantum extraction circuit is in Figure 6:
Figure 6.
Quantum extraction circuit.
When the measurement results for the last three qubits are , we can obtain our target state. In this way, the probability of obtaining the target state is . This probability can be increased by using the quantum amplitude amplification algorithm, and we will give a specific probability analysis later.
3. Multiplication of Circulant Matrices and Vectors
We present two different algorithms for computing the product of a circulant matrix and a vector, which result in different representations. It should be noted that, when the entries of the circulant matrix and the vector are all in , our second algorithm can achieve exponential acceleration compared to classical algorithms. In this section, the computation of the indices and the binary numbers (or integers) corresponding to basis states is in the ring , where and n is the number of qubits. For the sake of simplicity, we omit the “” symbol in their expression. Specifically, for a variable or a basis state with or , we mean or , with mod .
3.1. The First Algorithm
Theorem 2.
There exists a quantum algorithm that computes the multiplication of a circulant matrix and a vector over (or with a probability of at least and complexity , where N is the dimension of the matrix, and the proportion of the circulant matrix and vector combinations that can be effectively computed approaches 1 as the dimension increases.
We suppose that , and is the corresponding circulant matrix for . Let . Then, the input of our algorithm is
where and are the quantum states corresponding to the vectors and , respectively.
Obviously, we have
If we remove the + sign on the right-hand side, then we can achieve a matrix with . Then, the output of our algorithm is the quantum state , whose amplitudes are equal to .
Our algorithm is presented in Algorithm 1. In the following, we provide a detailed analysis of each step of this algorithm.
| Algorithm 1 Multiplication of a circulant matrix and a vector |
|
Step 1. We apply the transformation on the first register.
Step 2. We apply the transformation to the second register, with the qubits in the first register serving as the control qubits. Based on the circuit in Figure 4 and the properties of the matrix , we can easily obtain the circuit of the controlled-T operations as shown in Figure 7:
Figure 7.
Quantum C-T circuit.
In this circuit, implementing and requires operations as mentioned earlier, and implementing each controlled- requires operations. Therefore, Step 1 requires operations. It should be noted that, for a basis state , ; hence, . Therefore, by modifying the indices of these s, we can obtain the expression in Equation (13).
Step 3. We double the basis states of the first register: . This can be implemented directly by some swap gates, CNOT gates, and one auxiliary qubit.
In Figure 8, we present the circuit for doubling the basis state of four qubits. In this circuit, we want to double . By using one auxiliary qubit, we convert to , and the output we need is . This means that on the auxiliary qubit is a garbage output. Here, we do not restore it to immediately, since its value will not affect the following steps. In Step 5, this auxiliary qubit will be restored to by uncomputation. Therefore, we omit this qubit in the description of our algorithm.
Figure 8.
Quantum circuit for doubling.
Step 4. We use the quantum adder in Figure 2 to apply the modular addition for the first two registers and store the result in the first register. It should be noted that the mod operation can be easily implemented by removing the operations that generate the highest carry in the quantum adder circuit. Therefore, the complexity of this step is .
Step 5. We run the quantum state extraction circuit in Figure 6 for the first and third registers in order to obtain the desired state. The complexity of this step is . The probability of obtaining this result is . Since the state of the third register collapses to , the normalized state is multiplied by a coefficient c, which is equal to and can be cancelled out with the denominator. As the probability of the measurement outcome being is , the quantum amplitude amplification algorithm can increase the probability to over with complexity . A detailed analysis of the measurement success probability will be presented in Section 4.
Step 6. We reverse the quantum arithmetic operations performed on the first register. This step has a complexity of .
Step 7. We apply the transformation on the second register, and then measure the second register; the normalized state is multiplied by a coefficient ; the probability of the measurement outcome being is in most case. A detailed analysis of the measurement success probability will be presented in Section 4.
Step 8. We return the quantum state of the three registers.
After organizing the complexity of the previous calculations, the overall complexity of the algorithm was determined to be . Ultimately, we obtained a quantum state containing result information. Compared with classical results, the quantum state we obtained may have more applications, for example, when used in quantum convolutional neural networks.
In this section, we also present a new quantum representation method for circulant matrices, which is given through controlled matrices and related quantum states, with the expectation of having better applications.
3.2. The Second Algorithm
Theorem 3.
There exists a quantum algorithm which computes the multiplication of the most circulant matrix and vector over (or with a probability of at least and complexity , where N is the dimension of the matrix, and the proportion of the circulant matrix and vector combinations that can be effectively computed approaches 1 as the dimension increases.
We suppose that , and is the corresponding circulant matrix for . Let ; then, we have that computing is equivalent to computing . Moreover, we have , so can be computed by and . We can then use a quantum extraction circuit to extract the target state, and the whole algorithm is presented in Algorithm 2.
| Algorithm 2 Multiplication of a circulant matrix and a vector |
|
Here, we analyze the complexity of each step in detail.
Step 1. We apply to and QFT to . Obviously, the complexity of this step is .
Step 2. We use the quantum extraction circuit in Figure 6 to extract our target state from the first two registers. This step has a complexity of . When the measurement outcome is , we obtain the target state. Since the state of the second register collapses to , the normalized state is multiplied by a coefficient c. If the elements of vectors and (not normalized) are randomly chosen from (over , or the ball (over ) with a norm of 1, then, for most cases, the probability of the measurement outcome being exceeds . With a complexity of , the quantum amplitude amplification algorithm can increase this probability to at least . Moreover, if the elements of and are randomly chosen from , then, for most cases, the probability of obtaining exceeds . The specific analysis will be discussed in the next section.
Step 3. We perform on the first register, with a complexity of . Then, the amplitude of is
Step 4. We return the quantum state
In summary, the output of this algorithm is exactly the result of the circulant matrix–vector product given in the first algorithm. If the components of the vectors and (not normalized) are randomly selected from (over ), or the ball (over ) with a norm of 1, then, for most cases, the complexity of this algorithm is . If the components of and are randomly selected from , then the complexity of this algorithm is , achieving exponential acceleration compared to classical algorithms.
4. Measurement Success Probability Calculation
In this section, we will present a detailed analysis of the probability of obtaining the target states after measurements in Algorithms Section 3.1 and Section 3.2. Here, we also omit the “mod N” symbol in the indices with . The vectors and in this section are no longer normalized, and the conditions they satisfy will be given below.
For Algorithm 1, we have the following success rate of measurement in Step 4:
In Step 7, we have the state
where is orthogonal to
so the success rate of measurement in Step 7 is and is in most cases. We will use experiments later to illustrate.
For the probability calculation of Algorithm 2, unfortunately, we were unable to present an explicit formula. Therefore, we used experimental results to demonstrate that, for most matrices, we can effectively compute them in Algorithm 2. Our goal was to estimate the proportion of circulant matrix–vector combinations that our algorithm could effectively compute, in all circulant matrix–vector combinations. We randomly generated matrices and vectors by selecting elements from a given interval, and then used classical algorithms to calculate the required probability. We then recorded the proportion of circulant matrix–vector combinations that we could effectively compute, and observed how this proportion changes with the interval and dimension.
We first considered the circulant matrix–vector multiplication on with the norm of the elements not exceeding d. Let and be two vectors with each component randomly chosen from . To satisfy the condition of quantum state, we need to normalize them, which gives
Moreover, we have
If is randomly chosen from , then is randomly chosen from . Therefore, to simplify the computation, we can assume . Similarly, we have
We consider the trend of the proportion of circulant matrix–vector combinations whose probability of obtaining the target state under this interval condition is greater than as the dimension s varies. We randomly selected 1000 sets of and for each in the manner described above, and plotted Figure 9a based on the proportion of circulant matrix–vector combinations whose probability of obtaining the target state was greater than .
Figure 9.
Proportion of valid circulant matrix–vector combinations on different domains with the change of dimension.
We notice that, as s increases, the values of the proportions from Figure 9a gradually approach 1. Therefore, we believe that our algorithm can effectively compute most of the circulant matrix–vector combinations on with the norm of the elements in the matrix and vector not exceeding d, and the proportion of circulant matrix–vector combinations that can be effectively computed gradually approaches 1 as s increases. (It is obvious that the success rate is 1 when ).
Further, we consider the computation of circulant matrix–vector products with the norm of elements not exceeding 1 over , and discuss it in the same way as over , obtaining (b) of Figure 9. We also believe that our algorithm can effectively compute most circulant matrix–vector combinations over with the elements’ norm in matrix and vector not exceeding 1, and the proportion of circulant matrix–vector combinations that can be effectively computed gradually approaches 1 as s increases.
When the elements are all in , we can obtain more exciting results compared to the first two domains under the same conditions. We raised the baseline probability of the target to . The proportion of circulant matrices and vector combinations that satisfy the condition of having a probability greater than to measure the target state changes with the dimension s, as shown in Figure 9c. We find that this proportion also approaches 1 as s increases. Since is a constant, for matrix–vector combinations that satisfy the condition of having a probability greater than , we need k measurements to get the target state with a probability of more than .
Here, we also present some theoretical analysis results that we obtained. Let ; then, we have
The coefficients of the basis state in the aforementioned state can be denoted as . Let ; then, we have
The probability of obtaining the target state is
We look forward to someone providing an explicit formula for the probability distribution that correspond to the above expression when the entries of and satisfy some specific distributions.
If the approach modified by the HHL algorithm is used, we only need to calculate the multiplication instead of finding the inverse, so we have the state
where is chosen to be and . Since , . The complexity of quantum state extraction is . So, our second algorithm has the same probability of obtaining the target state as the approach modified by the HHL algorithm.
5. Quantum Convolution Computation
Quantum machine learning is a rapidly developing direction in quantum computing. Quantum convolutional neural networks have been proposed for image recognition and classical information classification. An example of a convolutional neural network was first proposed in [11]. For a typical image recognition problem, the input image undergoes convolution to generate a feature map, which is then classified. Rather than completing general convolution calculations like classical convolutional neural networks, existing convolutional neural networks use one of the following three approaches to entangle different qubits and improve parameters through optimization algorithms: use a fully random circuit, treat the circuit as a black box, and simply use CNOT gates. In contrast, we can use a quantum circuit to complete general convolution calculations.
Here, we focus on the problem of image recognition. First, we consider the conversion from classical information to quantum information. For this goal, Venegas-Andraca et al. [19] proposed a storage method based on a “qubit lattice”, where each pixel in an input image is represented by a qubit, requiring at least bits of storage. Le et al. [20] proposed an FRQI model, which associates pixel values and positions through the tensor product of quantum states. One qubit is used to encode pixel values, and color information is encoded in the probability amplitude. In [21], a NEQR model was proposed, which also associates pixel values and positions through tensor products, but uses d qubits to encode pixel values and encodes grayscale information in the basis state. In [22], a QImR model is proposed to encode 2D images into quantum pure states. In this model, pixel values are represented by the probability amplitude of the quantum state, and pixel positions are represented by the basis state of the quantum state.
We used the QImR model and assumed that we completed the representation of the image. We considered a one-dimensional convolution calculation and, below, we give the definition of convolution calculation.
and are sequences of length m and n, respectively. Their convolution is denoted as , where .
We set D to be the minimal integer satisfying and for certain . According to the definition of the QImR model, the quantum states and are given as follows: and , where and satisfy
Their convolution is denoted as , where satisfies
We plan to use circular matrix–vector multiplication to compute the convolution. The circular matrix corresponding to and required for convolution computation should be of the form
It should be noted that the matrix here is the transpose of the matrix we previously introduced. Therefore, we need to construct from , where and . We can first use apply an X gate to each qubit of the state to obtain , then apply to obtain the target state . The complexity of this part is .
Then, our two different multiplication algorithms can be used according to different result requirements. Compared with the classical one-dimensional convolution with a complexity of , our algorithm can effectively accelerate it. The computation of two-dimensional convolution can also be extended in the same way.
In recent years, quantum neural networks have continuously developed, and improving their performance is a worthwhile research topic. For example, reference [23] proposes a new framework, ResQuNNs, as an improvement direction. The algorithm presented in this paper can improve the circuit of each layer and be combined with other methods to expect good results. On the other hand, quantum machine learning also poses significant challenges, such as the existence of plateaus. For this issue, improvements can be made in terms of framework and structure, as seen in references [24,25]. On the other hand, improvements can also be made to each layer of the circuit, combining the two aspects to further reduce the impact of high altitude.
6. Conclusions
We present two different algorithms for computing the multiplication of a circulant matrix and a vector. The two algorithms yielded results of different forms, and the appropriate algorithm can be chosen according to the computational needs. For most circulant matrices and vectors with elements in or , our algorithm has a complexity of to compute their product. For most circulant matrices and vectors with elements in , we were able to reduce the complexity to , which achieves exponential acceleration compared to the classical complexity of for computing circulant matrix–vector multiplication.
Our algorithms are based on efficient quantum circuits for circulant matrices. With quantum circuits that can efficiently implement the quantum Fourier transforms, the multiplication of circulant matrices and vectors can be significantly accelerated. Compared to the HHL algorithm, our algorithms have the following advantages. First, we can complete the matrix operation through quantum circuits and corresponding vectors; hence, we no longer need to use quantum simulation to simulate the matrix to be calculated. Second, our complexity is no longer affected by the condition number, and we can present effective calculation for matrices with large condition numbers.
Furthermore, we have applied our approach to accelerate the basic convolution calculations for convolutional neural networks in machine learning. Our quantum circuit holds significant potential for applications in quantum machine learning, especially in convolutional neural networks.
In the success rate analysis of our second algorithm, we only presented some experimental results, which should also be expressed more clearly through probability theory in the future. Since different problems have different calculation intervals, finding more effective calculation intervals for this algorithm is also an interesting problem.
Author Contributions
Conceptualization, L.H. and Z.H.; formal analysis, L.H. and Z.H.; investigation, L.H. and Z.H.; methodology, L.H.; validation, Z.H. and C.L.; writing—original draft: L.H.; Writing—review and editing: Z.H. and C.L. All authors have read and agreed to the published version of the manuscript.
Funding
This research received no external funding.
Institutional Review Board Statement
The study did not require ethical approval.
Informed Consent Statement
The study did not involve humans.
Data Availability Statement
No new data were created or analyzed in this study. Data sharing is not applicable to this article.
Conflicts of Interest
The authors declare no conflicts of interest.
References
- Shor, P. Polynomial-time algorithms for prime factorization and discrete logarithms on a quantum computer. SIAM J. Comput. 1997, 26, 1484–1509. [Google Scholar] [CrossRef]
- Grover, L. Fast quantum mechanical algorithm for database search. In Proceedings of the 28th Annual ACM Symposium on the Theory of Computing, Philadelphia, PA, USA, 22–24 May 1996. [Google Scholar]
- Harrow, A.; Hassidim, A.; Lloyd, S. Quantum algorithm for linear systems of equations. Phys. Rev. Lett. 2009, 103, 150502. [Google Scholar] [CrossRef] [PubMed]
- Golub, G.H.; Van Loan, C.F. Matrix Computations; The Johns Hopkins University Press: Baltimore, MD, USA, 1996. [Google Scholar]
- Attendu, J.-M.; Ross, A. Skew-circulant matrix formulation for transient near-field acoustical holography. In Proceedings of the 20th International Congress on Sound & Vibration, Bangkok, Thailand, 7–11 July 2013. [Google Scholar]
- Hellings, C.; Utschick, W. Block-skew-circulant matrices in complex-valued signal processing. IEEE Trans. Signal Process. 2015, 63, 2093–2107. [Google Scholar] [CrossRef]
- Liu, Z.; Chen, S.; Xu, W.; Yulin, Z. The eigen-structures of real (skew) circulant matrices with some applications. Comput. Appl. Math. 2019, 38, 178. [Google Scholar] [CrossRef]
- Zhou, S.; Wang, J. Efficient quantum circuits for dense circulant and circulant like operators. R. Soc. Open Sci. 2017, 4, 160906. [Google Scholar] [CrossRef]
- Wan, L.-C.; Yu, C.-H.; Pan, S.; Gao, F.; Wen, Q.-Y.; Qin, S.-J. Asymptotic quantum algorithm for the toeplitz systems. Phys. Rev. A 2018, 97, 062322. [Google Scholar] [CrossRef]
- Daskin, A. Quantum implementation of circulant matrices and its use in quantum string processing. arXiv 2022, arXiv:2206.09364. [Google Scholar]
- Cong, I.; Choi, S.; Lukin, M. Quantum convolutional neural networks. Nat. Phys. 2019, 15, 1273–1278. [Google Scholar] [CrossRef]
- Henderson, M.; Shakya, S.; Pradhan, S.; Cook, T. Quanvolutional neural networks: Powering image recognition with quantum circuits. Quantum Mach. Intell. 2020, 2, 2. [Google Scholar] [CrossRef]
- Liu, J.; Lim, K.H.; Wood, K.; Huang, W.; Chu, G.; Huang, H.-L. Hybrid quantum-classical convolutional neural networks. Sci. China Phys. Mech. Astron. 2021, 64, 290311. [Google Scholar] [CrossRef]
- Grover, L.; Rudolph, T. Creating superpositions that correspond to efficiently integrable probability distributions. arXiv 2002, arXiv:quant-ph/0208112v1. [Google Scholar]
- Soklakov, A.; Schack, R. Efficient state preparation for a register of quantum bits. Phys. Rev. A 2004, 73, 012307. [Google Scholar] [CrossRef]
- Giovannetti, V.; Lloyd, S.; Maccone, L. Quantum random access memory. Phys. Rev. Lett. 2008, 100, 160501. [Google Scholar] [CrossRef] [PubMed]
- Brassard, G.; Hoyer, P.; Mosca, M.; Tapp, A. Quantum amplitude amplification and estimation. AMS Contemp. Math. Ser. 2000, 305, 53–74. [Google Scholar]
- Cuccaro, S.; Draper, T.; Kutin, S.; Moulton, D. A new quantum ripple-carry addition circuit. arXiv 2004, arXiv:quant-ph/0410184v1. [Google Scholar]
- Venegas-Andraca, S.; Bose, S. Storing, processing and retrieving an image using quantum mechanics. In Proceedings of the SPIE—The International Society for Optical Engineering, San Diego, CA, USA, 3–5 March 2003; Volume 5105. [Google Scholar]
- Le, P.; Iliyasu, A.; Dong, F.; Hirota, K. A flexible representation of quantum images for polynomial preparation, image compression and processing operations, quantum inf. Quantum Inf. Process. 2011, 10, 63–84. [Google Scholar] [CrossRef]
- Zhang, Y.; Lu, K.; Gao, Y.; Wang, M. NEQR: A novel enhanced quantum representation of digital images. Quantum Inf. Process. 2013, 12, 2833–2860. [Google Scholar] [CrossRef]
- Yao, X.-W.; Wang, H.; Liao, Z.; Chen, M.-C.; Pan, J.; Li, J.; Zhang, K.; Lin, X.; Wang, Z.; Luo, Z.; et al. Quantum image processing and its application to edge detection: Theory and experiment. Phys. Rev. X 2017, 7, 031041. [Google Scholar] [CrossRef]
- Kashif, M.; Shafique, M. ResQuNNs:towards enabling deep learning in quantum convolution neural networks. arXiv 2024, arXiv:2402.09146. [Google Scholar]
- Kashif, M.; Rashid, M.; Al-Kuwari, S.; Shafique, M. Alleviating barren plateaus in parameterized quantum machine learning circuits: Investigating advanced parameter initialization strategies. arXiv 2023, arXiv:2311.13218. [Google Scholar]
- Kashif, M.; Al-Kuwari, S. ResQNets: A residual approach for mitigating barren plateaus in quantum neural networks. EPJ Quantum Technol. 2024, 11, 4. [Google Scholar] [CrossRef]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).