Quantum Computer Demoed, Plays Sudoku
prostoalex writes "Canadian company D-Wave Systems is getting some technology press buzz after successfully demonstrating their quantum computer (discussed here earlier) that the company plans to rent out. Scientific American has a more technical description of how the quantum computer works, as well as possible areas of application: 'The quantum computer was given three problems to solve: searching for molecular structures that match a target molecule, creating a complicated seating plan, and filling in Sudoku puzzles.' Another attendee provides some videos from the demo." Anyone want to guess how long before "qubit" gets compressed to "quit" (as "bigit" became "bit" in the last century)?
Does this mean we'll be able to solve the Traveling Salesman problem soon? That would lead to a revolution in efficiency of everything from travel to mass transit to shipping.
I imagine the USPS and other shipping organizations will be the first to buy commercial versions of these.
tasks(723) drafts(105) languages(484) examples(29106)
Actually you don't need the DFS.
I've built a Sudoku program to help me reduce the boring parts (filling in the only posssible option if it is known). I didn't know that it would solve all boards except for the hardest ones.
Then I've added another filter that still was not DFS and it solved all boards to this day except 2. One of which had 2 solutions and the second could be solved with a DFS of depth 1.
Took all the fun out of the game.
Some timing statistics: less than 1 second with Javascript on Firefox. About 30 seconds with Internet Explorer.
I'm actually curious - for how long do the 16 qubits stay coherent? You can only do quantum computations while the qubits remain coherent. Furthermore, IIRC coherence times where (at best) in the range of a few microseconds.
The Raven
Is this a true quantum computer, or one that simply uses certain quantum properties? Scientists weren't predicting this for another 20-30 years. Wouldn't a 1024 qubit computer be far faster than any cluser on earth? And if I'm not mistaken, a 16 qubit computer would be faster than any single computer. I'd like to see some speed comparisons for parallel tasks.
Anyone want to guess how long before "qubit" gets compressed to "quit" (as "bigit" became "bit" in the last century)?
Anyone want to guess how long before hillbillies start asking "How many quberts you got in that there system?"
I think qubert rolls of the tongue easier than qubit. Let's push qubert as the new way of saying qubit!
I wonder....
If the NSA wanted to build a custom quantum computer to break traditional cryptographic systems what are the chances that's it's already been done (and in use)?
Mass producing a commercially viable quantum computer (or many sci-fi like technologies) is usually pretty hard, but producing one or two special purpose built systems are MUCH easier.
They're not Sudoku.
But of course they have solutions. Otherwise, you couldn't start with an empty 9x9 grid and create a Sudoku in it in the first place.
In any case, solving the things is a much more trivial problem than creating valid ones or arbitrary difficulty. But the fact that seemingly hundreds of different publishers are out there creating books without any quantum computers at all is probably a good hint that nothing to do with Sudoku is a particularly impressive computational task to use to show how great your new quantum computer is.
Don't blame me; I'm never given mod points.
You ignore what is probably the source of the misconceptions, namely Shor's algorithm which solves integer factorization in O(N^3) time and O(N) space (where N is the log of the number to be factored). However, integer factorization probably is not NP-complete and no one has figured out how to recast in polynomial time an NP-complete problem as a factoring problem that the Shor algorithm can handle.