vote up 1 vote down star
1

Can quantum algorithms be useful?

Has any one been successful in putting quantum algorithms to any use?

flag

10% accept rate
Is this really a programming question? – Mitch Wheat Jan 1 '09 at 12:53
For those doing quantum computing research it is. And research sometimes moves into mainstream. – Darron Jan 1 '09 at 14:13
My understanding is that there is still a large amount of software development needed to exploit the inherent quantum capabilities of quantum computing. The current small set of applications are noted by ShreevatsaR. So I think this is a programming related Q. – jeffD Mar 13 at 3:50

6 Answers

vote up 4 vote down

The only logical answer is that they are both useful and not useful. ;-)

link|flag
Heisenberg probably was here! – Peter K. Jan 4 '09 at 1:56
vote up 3 vote down

http://en.wikipedia.org/wiki/Quantum_cryptography

link|flag
vote up 2 vote down

My understanding is that current quantum computing capabilities can be used to exchange keys securely. The exchanged keys can then be used to perform traditional cryptography.

link|flag
vote up 2 vote down

"Quantum algorithms" are algorithms to be run on quantum computers.

There are things that can be done quickly in the quantum computation model that are not known (or believed) to be possible with classical computation: Discrete logarithm and Integer factorisation (see Shor's algorithm) are in BQP, but not believed to be in P (or BPP). Thus when/if a quantum computer is built, it is known that it can break RSA and most current cryptography.

However,

  • quantum computers cannot (are not believed to, I mean) solve NP-complete problems in polynomial time, and more importantly,
  • no one has built a quantum computer yet, and it is not even clear if it will be possible to build one -- avoiding decoherence, etc. (There have been claims of quantum computers with a limited number of qubits -- 5 to 10, but clearly they are not useful for anything much.)
"Well, there's a quantum computer that can factor 15, so those of you using 4-bit RSA should worry." -- Bruce Schneier

[There is also the idea of quantum cryptography, which is cryptography over a quantum channel, and is something quite different from quantum computation.]

link|flag
vote up 0 vote down

There is also some research into whether quantum computing can be used to solve hard problems, such as factoring large numbers (if this was feasible it would break current encryption techniques).

link|flag
vote up 0 vote down

Stackoverflow runs on a quantum computer of sorts.

Feynman has implied the possibility that quantum probability is the source of human creativity.

Individuals in the crowd present answers and vote on them with only a probability of being correct. Only by sampling the crowd many times can the probability be raised to a confident level.

So maybe Stackoverflow examplifies a successful quantum algorithm implementation.

What do you think?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.