Abstract:Variational Quantum Eigensolver is considered promising for medium-scale noisy quantum computers. Expressibility is an important metric for measuring the capability of a variational quantum Ansatz circuit. A commonly used method to increase expressibility is to increase the circuit depth. However, increasing the circuit depth also introduces more noise. We propose to use a linear combination of ansatzes to improve the expressibility of variational circuits, thus avoiding the increase of circuit depth. Concurrently, we introduce a novel measurement strategy that circumvents the necessity for the Hadamard test, thereby significantly diminishing the reliance on two-qubit gates, which are presently the predominant contributors to quantum noise. We also provide a corresponding gradient calculation method, which makes it convenient to update the parameters. Compared with the method of increasing the circuit depth, our method of improving expressibility is more practical. Numerical simulations demonstrate the effectiveness of our method.
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: How to improve the expressibility of the parameterized quantum circuit (i.e., the ansatz circuit) in the variational quantum eigensolver (VQE) without increasing the depth of the quantum circuit, so as to better adapt to the characteristics of noisy intermediate - scale quantum (NISQ) computers and reduce the influence of quantum noise.
### Main Problems and Solutions
1. **The Need to Improve Expressibility**:
- **Background**: VQE is an important algorithm applicable to NISQ computers and is widely used in fields such as quantum chemistry and condensed - matter physics. The design of the ansatz circuit is crucial to the performance of VQE, and expressibility is an important indicator for measuring the performance of the ansatz circuit.
- **Challenge**: Traditional methods improve expressibility by increasing the circuit depth, but this will introduce more noise and reduce the circuit fidelity. Especially in the NISQ era, this has become a significant problem.
2. **Proposal of Linear Combination**:
- **Method**: The author proposes a new method - using the linear combination of multiple ansatz circuits (LCA) to improve expressibility. This method can significantly increase the number of trainable parameters without increasing the circuit depth, thus covering more quantum states.
- **Formula Representation**: Given a set of ansatz circuits \(\{U_i(\theta_i), i = 1,\ldots,M\}\), the ansatz circuit after linear combination is:
\[
\tilde{U}(\tilde{\theta})=\frac{1}{\Omega}\sum_{i = 0}^{M - 1}c_iU_i(\theta_i),
\]
where \(c_i\) is a complex coefficient vector, and \(\Omega\) is a normalization coefficient, ensuring that \(\langle\phi_0|(\tilde{U}(\tilde{\theta}))^\dagger\tilde{U}(\tilde{\theta})|\phi_0\rangle = 1\).
3. **New Measurement Strategy for Reducing Noise Influence**:
- **Problem**: The traditional Hadamard test depends on the Control - U gate, which will lead to the use of a large number of two - qubit gates, thereby increasing noise.
- **Solution**: The author introduces a new sub - algorithm named phase - coherent measurement (PCM), which avoids the use of the Control - U gate, thereby reducing the number of two - qubit gates. The key to PCM lies in the observation that the phase differences between the final states corresponding to different ansatz do not affect the results of VQE.
4. **Gradient Calculation and Parameter Update**:
- **Problem**: Since PCM avoids directly calculating the phase differences, the commonly used parameter - shift rule cannot be directly applied.
- **Solution**: The author proposes a new parameter - update scheme applicable to common ansatz to reduce the number of measurements required for parameter update.
### Experimental Verification
Through numerical simulation, the author proves that LCA can significantly improve expressibility while maintaining a low noise level. Specifically:
- For a fixed system size, increasing the number of ansatz can rapidly improve expressibility until it reaches a threshold that is linear with the system size.
- In multi - qubit systems, the performance of LCA is better than that of a single ansatz (SA), especially in terms of expressibility and ground - state energy estimation.
### Summary
This paper proposes an innovative method. Without increasing the circuit depth, by linearly combining multiple ansatz circuits and using a new measurement strategy, the expressibility of the ansatz circuit in VQE is improved, and the influence of quantum noise is effectively reduced, making VQE more practical and accurate on NISQ computers.