English

Deterministic Algorithms for the Hidden Subgroup Problem

Data Structures and Algorithms 2022-08-02 v3 Computational Complexity Group Theory Quantum Physics

Abstract

We present deterministic algorithms for the Hidden Subgroup Problem. The first algorithm, for abelian groups, achieves the same asymptotic worst-case query complexity as the optimal randomized algorithm, namely O(n\sqrt{ n}\,), where nn is the order of the group. The analogous algorithm for non-abelian groups comes within a logn\sqrt{ \log n} factor of the optimal randomized query complexity. The best known randomized algorithm for the Hidden Subgroup Problem has expected query complexity that is sensitive to the input, namely O(n/m\sqrt{ n/m}\,), where mm is the order of the hidden subgroup. In the first version of this article (arXiv:2104.14436v1 [cs.DS]), we asked if there is a deterministic algorithm whose query complexity has a similar dependence on the order of the hidden subgroup. Prompted by this question, Ye and Li (arXiv:2110.00827v1 [cs.DS]) present deterministic algorithms for abelian groups which solve the problem with O(n/m\sqrt{ n/m }\, ) queries, and find the hidden subgroup with O(n(logm)/m+logm\sqrt{ n (\log m) / m} + \log m) queries. Moreover, they exhibit instances which show that in general, the deterministic query complexity of the problem may be o(n/m\sqrt{ n/m } \,), and that of finding the entire subgroup may also be o(n/m\sqrt{ n/m } \,) or even ω(n/m)\omega(\sqrt{ n/m } \,). We present a different deterministic algorithm for the Hidden Subgroup Problem that also has query complexity O(n/m\sqrt{ n/m }\,) for abelian groups. The algorithm is arguably simpler. Moreover, it works for non-abelian groups, and has query complexity O((n/m)log(n/m)\sqrt{ (n/m) \log (n/m) }\,) for a large class of instances, such as those over supersolvable groups. We build on this to design deterministic algorithms to find the hidden subgroup for all abelian and some non-abelian instances, at the cost of a logm\log m multiplicative factor increase in the query complexity.

Keywords

Cite

@article{arxiv.2104.14436,
  title  = {Deterministic Algorithms for the Hidden Subgroup Problem},
  author = {Ashwin Nayak},
  journal= {arXiv preprint arXiv:2104.14436},
  year   = {2022}
}

Comments

v3: 14 pages. Added some details. Minor edits for clarity. Close to published version. v2: 14 pages. Added references to past and recent related work, added new algorithms partially resolving an open question from the previous version. v1: 7 pages