paper-with-me

홈 › Papers

A Bi-directional Quantum Search Algorithm

2024-04-24 · Debanjan Konar, Zain Hafeez, Vaneet Aggarwal

Grover's search algorithms, including various partial Grover searches, experience scaling problems as the number of iterations rises with increased qubits, making implementation more computationally expensive. This paper combines Partial Grover's search algorithm and Bi-directional Search to create a fast Grover's quantum search algorithm, referred to as Bi-Directional Grover Search (BDGS). We incorporated a bi-directional search tactic with a partial Grover search, starting from an initial state and a single marked state in parallel. We have shown in this article that our novel approach requires $\frac{\pi}{4\sqrt{2}}\sqrt{N}(1-\sqrt{\frac{1}{b^{r/2k}}})$ iterations over regular Grover Search and Partial Grover Search (PGS), which takes $\frac{\pi}{4}\sqrt{N}\sqrt{1-\frac{1}{b}}$ (here, $N=2^r$ elements, $b$ is the branching factor of partial search, and $k= \lceil\log_2b \rceil$). The proposed BDGS algorithm is benchmarked against the state-of-the-art Depth-First Grover's Search (DFGS) and generic Grover's Search (GS) implementations for $2$ to $20$ qubits and provides promising results. The Qiskit Python implementation of the proposed BDGS algorithm is available on Github (https://github.com/hafeezzwiz21/DFGS-BDGS).

📄 PDF Abstract BibTeX arXiv:2404.15616

Code (1)

hafeezzwiz21/dfgs-bdgs 공식 구현

Similar Papers 제목 키워드 기반

Tackling the Qubit Mapping Problem for NISQ-Era Quantum Devices

2019-04-01 · International Conference on Architectural Support for Programming Languages and Operating Systems 2019 4 · Gushu Li, Yufei Ding, Yuan Xie

Due to little consideration in the hardware constraints, e.g., limited connections between physical qubits to enable two-qubit gates, most quantum algorithms cannot be directly executed on the Noisy Intermediate-Scale Qu…

Heuristic Search

Robust Causal Directionality Inference in Quantum Inference under MNAR Observation and High-Dimensional Noise

2025-12-18 · Joonsung Kang arxiv

In quantum mechanics, observation actively shapes the system, paralleling the statistical notion of Missing Not At Random (MNAR). This study introduces a unified framework for \textbf{robust causal directionality inferen…

Benchmarking Classical and Quantum Models for DeFi Yield Prediction on Curve Finance

2025-07-22 · Chi-Sheng Chen, Aidan Hung-Wen Tsai arxiv

The rise of decentralized finance (DeFi) has created a growing demand for accurate yield and performance forecasting to guide liquidity allocation strategies. In this study, we benchmark six models, XGBoost, Random Fores…

Quantum Machine Learning

Adaptive directional gradients for parameterised quantum circuits

2026-06-08 · Brian Coyle, Snehal Raj, Virag Umathe, El Amine Cherrat 외 arxiv

Training parameterised quantum circuits (PQCs) on quantum hardware is bottlenecked by the measurement cost of gradient estimation, which under the parameter-shift rule scales linearly in the number of trainable parameter…

Covert Quantum Learning: Privately and Verifiably Learning from Quantum Data

2025-10-08 · Abhishek Anand, Matthias C. Caro, Ari Karchmer, Saachi Mutreja arxiv

Quantum learning from remotely accessed quantum compute and data must address two key challenges: verifying the correctness of data and ensuring the privacy of the learner's data-collection strategies and resulting concl…