SearcharxivSearch

arXiv subjects

Hanru Jiang

Publications and source records attributed to Hanru Jiang.

3 recordsLinked to original sources

Towards Efficient Verification of Computation in Quantum Devices

Designing quantum processors is a complex task that demands advanced verification methods to ensure their correct functionality. However, traditional methods of comprehensively verifying quantum devices, such as quantum process tomography, face significant limitations because of the exponential growth in computational resources. These limitations arise from treating the system as a black box and ignoring its design structure. Consequently, new testing methods must be developed considering the design structure. In this paper, we investigate the structure of computations on the hardware, focusing on the layered interruptible quantum circuit model and designing a scalable algorithm to verify it comprehensively. Specifically, for a given quantum hardware that claims to process an unknown $n$ qubit $d$ layer circuit via a finite set of quantum gates, our method completely reconstructs the circuits within a time complexity of $O(d^2 t \log (n/\delta))$, guaranteeing success with a probability of at least $1-\delta$. Here, $t$ represents the maximum execution time for each circuit layer. Our approach significantly reduces execution time for completely verifying computations in quantum devices, achieving double logarithmic scaling in the problem size. Furthermore, we validate our algorithm through experiments using IBM's quantum cloud service, demonstrating its potential applicability in the noisy intermediate-scale quantum era.

quant-ph

Direct Measurement of Density Matrices via Dense Dual Bases

Efficient understanding of a quantum system fundamentally relies on the selection of observables. Pauli observables and mutually unbiased bases (MUBs) are widely used in practice and are often regarded as theoretically optimal for quantum state tomography (QST). However, Pauli observables require a large number of measurements for full-state tomography and do not permit direct measurement of density matrix elements with a constant number of observables. For MUBs, the existence of complete sets of \(d+1\) bases in all dimensions remains unresolved, highlighting the need for alternative observables. In this work, we introduce Dense Dual Bases (DDB), a novel set of \(2d\) observables specifically designed to enable the complete characterization of any \(d\)-dimensional quantum state. These observables offer two key advantages. First, they enable direct measurement of density matrix elements without auxiliary systems, allowing any element to be extracted using only three selected observables. Second, QST for unknown rank-\(r\) density matrices--excluding only a negligible subset--can be achieved with \(O(r \log d)\) observables, significantly improving measurement efficiency. As for circuit implementation, each observable is iteratively generated and can be efficiently decomposed into \(O(n^4)\) elementary gates for an \(n\)-qubit system. These advances establish DDB as a practical and scalable alternative to traditional methods, offering promising opportunities to advance the efficiency and scalability of quantum system characterization.

quant-ph

Symbolic Reasoning about Quantum Circuits in Coq

A quantum circuit is a computational unit that transforms an input quantum state to an output one. A natural way to reason about its behavior is to compute explicitly the unitary matrix implemented by it. However, when the number of qubits increases, the matrix dimension grows exponentially and the computation becomes intractable. In this paper, we propose a symbolic approach to reasoning about quantum circuits. It is based on a small set of laws involving some basic manipulations on vectors and matrices. This symbolic reasoning scales better than the explicit one and is well suited to be automated in Coq, as demonstrated with some typical examples.

cs.PL