Loren Booda
- 3,108
- 4
Does Deutsch's quantum algorithm provide any profound classical insight into the density of primes?
Deutsch's quantum algorithm does not provide significant classical insights into the density of prime numbers, as it primarily determines if a function from {0, 1} to {0, 1} is constant with a single function application. Shor's algorithm, however, can factor numbers exponentially faster than classical methods, potentially rendering current encryption methods obsolete due to their reliance on prime numbers. The discussion highlights that while classical methods like the Meissel-Lehmer method can compute the prime counting function Pi(n) in O(n^(2/3)) steps, quantum computing may not offer substantial advantages in this area. The Generalized Riemann hypothesis suggests that the Miller-Rabin primality test operates at O(log(n)^4) runtime, further emphasizing the efficiency of classical algorithms.
PREREQUISITESMathematicians, computer scientists, cryptographers, and anyone interested in the intersection of quantum computing and number theory.
I don't know much about quantum computers, so I can't really say what they'll be able to tell us about the density of primes. I'd expect nothing that a classical computer couldn't do, just with less time.