I've heard from someone who'd know that a big driver of Google's purchase of the D-Wave was that, "if there's going to be a crypto breakthrough, [Google] would like to know about it early."
Large-scale quantum chip validated
11–20 of 39 posts
Re: Large-scale quantum chip validated
#12I've been thinking this for a while and have really come to believe it recently, but I'd be amazed if the NSA didn't have quantum computing down, either at scale or about to get there. Historically they've been, and similar organizations are perceived to be, 5-10 years ahead of public technology, so I'm going to go ahead and assume that all PKE is broken as far as the USG is concerned. I've heard from someone who'd k…
> On February 13, 2007, D-Wave demonstrated the Orion system, running three different applications at the Computer History Museum in Mountain View, California. This marked the first public demonstration of, supposedly, a quantum computer and associated service.
> On Tuesday, December 8, 2009 at the Neural Information Processing Systems (NIPS) conference, a Google research team led by Hartmut Neven used D-Wave's processor to train a binary image classifier.
https://en.wikipedia.org/wiki/D-Wave_Systems
We can only hope quantum computers become commercially available as soon as possible, and many companies use them to encrypt the data and with perfect forward secrecy, that can at least provide some kind of protection against too many government abuses.
Because we're not going to be able to buy these ourselves in the next few decades, while the governments will be able to get as many as they want. So our only "hope" is that many companies can get them early, too, to protect their services against any type of "attacker".
Re: Large-scale quantum chip validated
#13I've been thinking this for a while and have really come to believe it recently, but I'd be amazed if the NSA didn't have quantum computing down, either at scale or about to get there. Historically they've been, and similar organizations are perceived to be, 5-10 years ahead of public technology, so I'm going to go ahead and assume that all PKE is broken as far as the USG is concerned. I've heard from someone who'd k…
Google got in on this early: > On February 13, 2007, D-Wave demonstrated the Orion system, running three different applications at the Computer History Museum in Mountain View, California. This marked the first public demonstration of, supposedly, a quantum computer and associated service. > On Tuesday, December 8, 2009 at the Neural Information Processing Systems (NIPS) conference, a Google research team led by Hart…
Re: Large-scale quantum chip validated
#14Re: Large-scale quantum chip validated
#15What's the coolest use-case for a quantum computer of the future?
Re: Large-scale quantum chip validated
#16Does this mean that I need to throw away my 2048-bit RSA key? Is 4096 bit at all safer than 2048 from quantum computing?
That depends... The D-Wave processor probably isn't useful for cracking it. However, if you send RSA encrypted data, copies can be made of the encrypted data and cracked at a later date when better facilities or algorithms become available. If you wish to send a message that would make the NSA want to hunt you down and kill you if they decrypt it N years from now (and you plan to live >N years), you should probably b…
Re: Large-scale quantum chip validated
#17Re: Large-scale quantum chip validated
#18Anyone know how they program these?.. something like QCL? http://en.wikipedia.org/wiki/Quantum_programming
Lots of interesting stuff about quantum computing and quantum algorithms in there. Some interesting tidbits:
- var x; var y = x
- print(x)
And: - var y
- var x = f(y)
I'm sure some QPL's will build this sort of stuff in so you don't have to worry about it, but definitely interesting reading~(this is probably more directly relevant to programming though, and free: http://sneezy.cs.nott.ac.uk/qml/compiler/jjg-thesis.pdf)
Re: Large-scale quantum chip validated
#19Earlier quoted context omitted.
The machine solves QUBO problem. You program in the Q_ij and a set of X's is returned as answer. http://en.wikipedia.org/wiki/Quadratic_unconstrained_binary_...
(Also equivalently and more commonly known as the Ising Model). The D-wave chip is just a very fast hardware-based Ising model solver. You can use it to both find the minimum of a problem through cooling, or by controlling the temperature of the system you can also do sampling. And since so many important problems can be reduced to an Ising model, this is interesting. What I don't fully understand is why is it so imp…
Re: Large-scale quantum chip validated
#20I've been thinking this for a while and have really come to believe it recently, but I'd be amazed if the NSA didn't have quantum computing down, either at scale or about to get there. Historically they've been, and similar organizations are perceived to be, 5-10 years ahead of public technology, so I'm going to go ahead and assume that all PKE is broken as far as the USG is concerned. I've heard from someone who'd k…
Regarding D-Wave specifically, there's plenty of commentary around on what they're doing...