Hacker News new | past | comments | ask | show | jobs | submit login
Commercial quantum computer leaves PC in the dust (newscientist.com)
56 points by ColinWright on May 13, 2013 | hide | past | favorite | 43 comments



I wish there was more detail on this comparison, I'm looking forward to the presentation.

That a custom specialized computing device performed better than a desktop computer doesn't sound particularly compelling to me.

Aren't the dwave machines like super computers? Would you expect them to be that much faster than a desktop?

Sounds weird to me.


Let me make a simple observation here:

In the Paper of Catherine McGeoch and her co-author Cong Wang, they write:

"...As a case in point, our second project compares the V5 hardware chip used in our first study to a V6 chip that became operational after the study was completed. V6 is three to five times faster than V5, and can solve problems as large as n = 502...."

In other words, during the time it took to set up the algorithm and perform the study, Moore's law had been able to enable a classical approach to go five times faster. I am a big supporter of anything that does quantum computing but one should never lose sight of Moore's law.

http://nuit-blanche.blogspot.com/2013/05/randomized-thoughts...


So, basically, as soon a someone builds one of those optimised for factoring primes, all our encryption methods are finished, as is the Bitcoin economy, right?

Assuming the contents of the article are true (which is possible), how long before that happens? A few years? A decade?


Pretty much: Quantum Computers (QCs) can factor numbers (Shor's algorithm) and calculate discrete logarithms in polynomial time. I don't know whether there's an algorithm for hash-calculation that will let someone dominate the BitCoin hashing chain with a QC though.

On the other hand, no one actually knows whether it's possible to build a quantum computer with enough q-bits that will stay coherent for long enough to carry out the calculation: as you add q-bits, noise becomes more and more of a problem. You can add error correction, but that makes keeping all the q-bits coherent harder because now you've got even more of them! At the moment, no-one knows (unless the NSA has built one and isn't telling!) which effect is going to win out as the number of q-bits increases.

(You can't use a smaller QC to simulate a slower version of a larger one, unlike in the non-quantum computing world: if you need to factor a 1024 bit number and you only have a 1000 bit QC you can't do it, as I understand things.)

Note that Quantum Computers don't help as much with symmetric encryption, unless someone comes up with a much better algorithm. They let you effectively halve the key-space, which is a fairly big deal, but you can get back to the same level of difficulty by doubling up the size of your keyspace: a 256-bit AES key provides roughly the protection of a 128-bit key in a quantum computing world. This is different to public-key encryption, where you can double the key size, but if your opponent has a quantum computer with enough q-bits, they can still break your new key in reasonable time.


I actually thought that error correction codes were largely considered to solve the problem of decoherence, at least theoretically.

(aka. http://www.google.com.au/url?sa=t&rct=j&q=&esrc=... or perhaps more easily explained @ http://en.wikipedia.org/wiki/Quantum_error_correction)


As I understand things (and I'm not anything close to being an expert, just an interested outsider with enough of a physics education to be dangerous), you can add q-bits to cope with errors introduced by decoherence, but whether these codes work depends quite finely on the error rate. So if you can manage to keep the error rate low enough, then everything will be fine.

If it turns out that the error rate depends (for physical reasons) on the the size of the system, then for some size of QC, adding error correcting q-bits will be counter-productive. Given that (in public) no-one has made a QC with more than a handful of coherent q-bits, no-one really knows where the limits are: it might well be that error-correction lets you build arbitrary sized coherent QCs, or there might be insurmountable physical limits that prevent that from happening. I look forward to people finding out! It's a fascinating new experimental field of physics.


Thank you - I did feel I had missed a decade reading the article.


What about elliptic curves-based asymmetric cryptography?


Elliptic curve cryptography can also be broken with Shor's algorithm.


Not exactly. D-Wave quantum computers (like the one in the article) use "adiabatic quantum computing", which is more limited than normal quantum computing (it can't run every quantum algorithm). We're still a little ways off from breaking RSA.


Indeed; you can't build a quantum CPU with D-Wave's system.

It's conceptually more similar to a GPU which can solve a specific subset of (non-embarrassingly-parallel) problems in polynomial rather than exponential time, with the published number of qubits essentially being the amount of working memory available.

In practice these machines would probably be found optimizing certain steps in machine learning algorithms.


edit: Just to be clear, it does seem that adiabatic quantum computing can do factorization in quadratic time [1]

http://arxiv.org/abs/0808.1935


D-Wave does have a factoring algorithm.

See the comments from D-Wave here: http://dwave.wordpress.com/2011/05/11/learning-to-program-th...

"We do have a factoring algorithm that I’m going to do a series of blog posts on"


Well, actually not all our encryption methods: there are asymmetric encryption algorithms that provide strong encryption even in the face of quantum computers. Unfortunately, the whole world is using RSA which is vulnerable.

I don't know that much about quantum computing, but I believe it may be possible that D-Wave has managed to figure out how to build a useful quantum computer that is nevertheless not general-purpose enough to execute Shor's algorithm for factoring primes.


When the FBI stops asking for backdoors in Internet services, we'll know they probably don't need them anymore. Then take into account that NSA is already probably 5-10 years ahead of them for any sort of surveillance technology.


A little paperwork to get a backdoor is probably cheaper, faster and easier than using a quantum computer, even if one is available.


Bitcoin is relatively safe; there's Glover's Algorithm [1] which would effectively turn computing sha-256 hashes into computing sha-128 hashes (so I read somewhere) which is a problem, but not an impossible one. The majority of the miners plus core devs can agree to upgrade the protocol to use a different hash algorithm, like scrypt (which Litecoin uses) or something specifically made that's not vulnerable to quantum algorithms. (I don't know if scrypt is.)

This upgrade wouldn't need to happen overnight, either. I bet the first quantum computer that can compute sha-256 hashes at all will do so slower than the latest classical ASICs of the time.

[1] http://en.wikipedia.org/wiki/Grover%27s_algorithm


FWIW, someone on Crypto.SE reached out and received comments from DWave stating that it's not a problem in the foreseeable future.

http://crypto.stackexchange.com/a/439


Yes, because they are all based on the assumption how much time it takes to break them with brute force attacks using the current architectures.


Bitcoin addresses are hashes, not the public keys themselves. Thus they are safe against a quantum factoring algorithm. If you spend money from a bitcoin address though, the public key does get written to the block chain but to combat this you merely have to send your change to a new address and you'll be safe again.



Probably not what it seems. http://www.scottaaronson.com/blog/?p=954


There's a theorist from ETH who also has been working with the D-Wave computers, and visited Scott at MIT last week. There should be a new post about it soon, I'm sure it will be mostly cold water.


D-Wave has a history of 'exaggeration'. I'd take anything they say with a grain of salt.


I don't know why, I keep thinking about the Great Oil Sniffer Hoax. They really should show the stuff now.


I wrote a bunch of words about this [1] when it surfaced 4 days ago, but this NS article contains a bit more info. I'm really excited to see this presentation now.

Yes they've talked themselves up previously but if they're willing to front up with the evidence that they have something going on, I'm willing to give them the benefit of the doubt. After all, there's something to be said when the combined intellect of Google is willing to sink money in to your device.

[1]: https://news.ycombinator.com/item?id=5679278


Title is misleading. An analogy would be submarines leave cars in the dust.


I really wish there was more information in this article.


Her website (linked in the article) has a copy of the paper.

http://www.cs.amherst.edu/ccm/cf14-mcgeoch.pdf

Quoting her paper, she used the D-Wave computer to solve instances of three NP-Hard problems: Quadratic Unconstrained Binary Optimization (QUBO); Weighed Maximum 2-Satis ability (W2SAT), and the Quadratic Assignment Problem (QAP). She then compared the runtime with current software libraries run on Intel Xenons.


Cheers! I missed that link.


Related: When I first heard about quantum computers I thought a bit would be a value of 0 to 1 (or 0V to 5V or something like that). I still am very curious if such a computer could exist and would be useful. For example to do very quick raytracing. Although inaccurate (I assume) it could still be very useful.



I'm a bit confused by this article. Is it comparing computers or comparing algorithms? CPLEX is software to run linear and mixed-integer optimization algorithms. CPLEX is not a computer. Perhaps I misunderstood the article. Could you not run CPLEX on the D-Wave computer?


There's another submission about this now: https://news.ycombinator.com/item?id=5700155

Not sure if it gives more details, or if the different perspective will help, but I thought it worth the cross-link.


Free lunches in search and optimization are the tastiest. https://en.wikipedia.org/wiki/No_free_lunch_in_search_and_op...


I doubt that I would be able to buy a D-Wave for 2000$ (or whatever the price of the "high-end desktop computer" they used in the comparison is). This entire comparison seems just a joke to me.


I keep scratching my head over articles about the D-Wave. Is this ever going to be something we'll see in our homes or are too many qubits required for generalized, popular use?


I suppose it's a bit too early to be relevant, but does anyone knows what's the gain in term of price at this point ?


They sell for $10 million. Is that what you mean?


wouldn't it be more fair to compare to an FPGA solution for those problem sets?


my thoughts exactly. and i think 'more fair' is an understatement. i'd say this news is meaningless until they compare d-wave to an optimized FPGA solution.


Sure but that's not the point here. The important thing is that this quantum computer actually WORKS. In 2 years classical computers will be maybe 5 times faster. But this quantum computer will be 1000s of times faster (at these specific problems) so very soon any comparison will be irrelevant.


also i'm pretty sure if we used a computer of the same size as the quantum one (a fairly large room) it may also have been a different story)




Consider applying for YC's Summer 2025 batch! Applications are open till May 13

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: