What is the benefits of quantum computing vs parallel processing using classical computer ?
Can classical parallel processors outperform quantum computing ?
What is the benefits of quantum computing vs parallel processing using classical computer ?
Can classical parallel processors outperform quantum computing ?
1. What is the benefits of quantum computing vs parallel processing using classical computer?
The answer is in terms of Cryptography;
Key search on Block ciphers; Grover's algorithm is a brute-force quantum algorithm with complexity $\mathcal{O}(\sqrt{N})$ with asymptotically optimal on unstructured data.
Public key algorithms;
Therefore, RSA, Diffie–Hellman, and Elliptic Curve Diffie–Hellman could be broken easily.
Parallel computing is used in factorization algorithms where the help again is linear with complexity;
General Number Field Sieve with superpolynomial scaling: $$\mathcal{O}(exp [ c (\ln n)^{1/3} (\ln \ln n)^{2/3}])$$
2. Can classical parallel processors outperform quantum computing?
Firstly, quantum give new complexity classes;
The class of problems that can be efficiently solved by quantum computers is called BQP, for "bounded error, quantum, polynomial time".7
BQP is suspected to be disjoint from NP-complete and a strict superset of P, but that is not known. Both integer factorization and discrete log are in BQP.
Some $NP$ problems can be solved efficiently.
A Turing machine can simulate a QC and QC can simulate A Trung machine too,. So, once A QC is built, you can outperform a QC only by money.
An important subject is also the cost of running the algoriths.
Daniel J. Bernstein asked the question in "Cost analysis of hash collisions: Will quantum computers make SHARCS1 obsolete". Some results if a QC is built;
Factorization; QC much more scalable and much more cost effective
Pre-Image Search;
Quantum; much more cost effective
Collision search; He claims that all quantum algorithms upto his paper are less cost-effective than the traditional.
Parallelization
and he added;
Anyone afraid of quantum hash-collision algorithms already has much more to fear from non-quantum hash-collision algorithms.
1 Special-Purpose Hardware for Attacking Cryptographic Systems
2 Special Thanks to Ella-Rose for the article.