vote up 9 vote down star
4

I am interested in quantum computing, but have not studied it in depth. Things like Shor's algorithm intrigue me.

My question is if quantum computing took off in a big way (i.e. functional quantum home computers were available) how would it affect us programmers and software developers?

  • Would we have to learn how to make use of superposition and entaglement - would it change how we write algorithms?
  • Would more mathematical programmers be required/would we need new skills?
  • Would it change nothing at all from our perspective (i.e. would it be abstracted)?

Your opinion is welcome.

flag

2  
An interesting, yet somewhat open-ended question. It should probably be a wiki. – gnovice May 26 at 14:43

11 Answers

vote up 11 vote down check

If quantum computers would really catch on, we'd use frameworks to work with them. Only a handful of people understand the mathematics which are required to develop algorithms for QCs. As an example, check out the QC search algorithm. Basically, it creates a superposition which contains all possible results and then "rotates" the wrong ones "out".

If you need to sort N elements, it will create a N-dimensional space and rotate around an N-dimensional axis. Rotating around 2 and 3 dimensions is pretty simple, but things become really complex to understand with 4 and more dimensions. See here for a rotating hypercube (applet based stereoscopic version).

So basically any commercial QC would be a black box and you'd get a set of fixed algorithms (which would still be very flexible in terms of which parameters they'd accept) and then you could play with that. Think "Using the Windows Desktop" instead of "Hacking code in an IDE" here.

link|flag
1  
"Using the Windows Desktop" instead of "Hacking code in an IDE" OR "Hacking Code in Visual Studio" instead of "writing in Assembler"??? – Gineer May 26 at 14:51
grover's algorithm is a search algorithm, not a sort algorithm. and hypercubes are solid, convex polytopes, they do not have 'holes'. – Autoplectic May 26 at 16:18
@Autoplectic: Fixed grover's. As for the holes, when you rotate it, you can get a configuration that looks like a rectangular frame when you project the result on a 2D surface (a computer screen). I've seen this once and I'm trying to find the animation again with little success so far. – Aaron Digulla May 26 at 16:39
@Gineer: It will be more like starting a word processor to edit a book; i.e. very, very high level. People won't really understand what's going on, they will just be able to use it to some extend. – Aaron Digulla May 26 at 16:40
@Aaron: if you did see a hole, it's an artifact of the projection method and does not reflect an actual property of the object. – Autoplectic May 26 at 17:07
show 2 more comments
vote up 5 vote down

To be clear, almost certainly, QBP!=NP! You definitely can not just "look at everything in parallel". There may possibly be some clever trick that works on a quantum computer but not on a classical computer, but it would be much more complicated -- at the very least, there is no reason to believe a quantum computer can even break arbitrary cryptography, much less find satisfying inputs to circuits.

A quantum computer can efficiently break all currently well-established asymmetric cryptosystems. This is because they are generally based on the hardness of either factoring or discrete log (possibly on elliptic curves) which are all easy in QBP. There are candidates for replacements; this is an area of active research.

A quantum computer can get a quadratic speedup for brute-force-search problems. (not exponential!) If you had a quantum computer, searching an unsorted array of size N would only take O(\sqrt{N}) steps! This means that key sizes would need to double: If you are searching for a 128 bit key by brute force, you would only need 2^64 operations, which is distinctly feasible. However, if you are searching for a 256 bit key by brute force, you would still need 2^128 operations, which is not feasible under reasonable assumptions.

The big thing is quantum simulation -- we could efficiently simulate small systems, which would be really useful for nanotechnology and the like.

link|flag
vote up 25 vote down

We will have access to dramatically more powerful bugs.

  • High-dimensional off-by-one errors.
  • Superpositions of dangling pointers.
  • Makefiles that build every incorrect permutation of software dependencies at the same time.

The possibilities are endless!

link|flag
4  
Made me laugh, so +1 to you. – CiscoIPPhone May 26 at 18:59
1  
This is gold :) – rama-jka toti May 27 at 9:16
vote up 4 vote down

It wouldn't really affect programming all that much. In academic circles there are already quantum programming languages. The only real differences are that you'd use more linear algebra and less discrete algebra (since you'll treat your registers as actual hamming vectors rather than just a series of bits), and you'll write bounded probabilistic algorithms more often than with classical computers.

link|flag
vote up -2 vote down

Not really a programming question.

link|flag
9  
Not really a programming answer either. =) (this should be a comment) – gnovice May 26 at 14:41
This is chance for you to get a "Peer Pressure" badge. [:-)] – david Nov 13 at 7:37
vote up 0 vote down

This may be kind of "out there" but if quantum computing really takes off the way some people believe it will, then quantum computing specialists will probably never be allowed to leave the country. Just as with other "dangerous" (read "powerful") technologies, the government probably wouldn't want it falling into the hands of any of their enemies, and thus wouldn't want any knowledgeable quantum computing folks being in danger of getting abducted. I fear, at least in the short term, that there would be some kind of quantum computing cold war.

But then again, I may just be paranoid. =)

link|flag
vote up 1 vote down

Being able to crack all the SSL encryptions used for banking should make me one rich programmer :)

link|flag
1  
But they would migrate to quantum cryptography... – Daniel Brückner May 26 at 14:39
3  
Notice that quantum cryptography has got nothing to do with quantum computing. In particular, it wouldn't be a drop-in replacement for SSL or any other conventional encryption because not only does it need special client-side hardware, it also needs special transfer hardware. – Konrad Rudolph May 26 at 14:48
You'd have to be rich to have quantum computer in the first place; these things ain't cheap. Either that, or everybody would have access to them, which is not what you meant... :) – Domchi May 27 at 22:02
vote up 5 vote down

We wouln't have debates about cryptography any more.

link|flag
vote up 2 vote down

We would most certainly think about performance differently. Think of a 16 bit quantum computer as a machine that has the answer to every 16 bit multiplication problem simultaneously and instantaneously.

Quantum computers would render all existing encryption algorithms obsolete.

link|flag
Only if someone can come up with an algorithm. I'm not sure that this has been proved for all encryption algorithms nor can a quantum computer solve a general NP complete problem. – Aaron Digulla May 26 at 14:32
2  
They could factorize a large prime; but I don't think they could decrypt a cypher that's encrypted using a one-time pad, because I can't think of any way to test which of all possible decyphers is the correct one. – ChrisW May 26 at 14:44
vote up 4 vote down

I would have to find a new line of work, I'd probably go for something that lets me be outside more

link|flag
2  
Every developer I have ever spoken too wants to be outside more. I have contemplated Belly Dancing myself (being a 6'7" guy has not deterred me ;-) Effectively, we all have soft programmer hands. The most Outside I want to be is coding on the beach with a wifi connection. :-D – Gineer May 26 at 14:54
6  
With "quantum" programming, if I'm not looking you may be outside and inside at the same time. Noone can tell. – Daniel Daranas May 26 at 16:44
vote up 3 vote down

We would have to get physics degrees instead of computer science degrees :)

link|flag

Your Answer

Get an OpenID
or

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