Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

[ Create a new account ]

The Viterbi Algorithm and Quantum Communications

Posted by ScuttleMonkey on Monday August 04, @01:39PM
from the sneaky-states dept.
eldavojohn writes "There have been a lot of tests in using quantum mechanics to communicate across large distances. But a student & a professor at USC have proven that the Viterbi algorithm can be applied to quantum communication. In the traditional Alice sends Bob a message scenario, 'Bob can reliably spot errors, and knows which message qubits are bogus before he opens the message — crucial, because opening it destroys it; and if it is garbled, he has nothing.'"

Related Stories

The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.
  • Alice (Score:3, Funny)

    by arizwebfoot (1228544) on Monday August 04, @01:41PM (#24469653) Journal
    So . . . when is ANYTHING Alice says not garbled?

    -----
    Spoken like a true married man.
    • And for that matter what is the chance Alice will just say it once?
      • Re: (Score:3, Interesting)

        I know that you are probably joking,but that is exactly why quantum communications will never take off. There is no major government in the world that will allow communications that they cannot spy on,and since doing a MitM attack on quantum breaks it they will simply never let it get past lab stage. The second anyone tries to roll something out in a big way using quantum the governments will scream "its for teh terrorists and the kiddy pr0nographers! Think of teh childrens!" and that will be the end of tha
  • Alice 3 Bob (Score:5, Funny)

    by nategoose (1004564) on Monday August 04, @01:47PM (#24469745)
    I wish Alice and Bob would just go ahead and do it already. Everybody knows they have the hots for one another.
  • Alice? (Score:4, Funny)

    by RandoX (828285) on Monday August 04, @01:52PM (#24469849)

    Who the ---- is Alice?

  • So as long as he doesn't open it, it might be garbled, or maybe not. Isn't the fucking cat is dead at that point?

    I assume there has to be some sort of value in this discovery, but neither the summary or article seem to do a great job of expressing it.

    I thought the problem with quantum mechanics was in measurement, not knowing something is bad before you measure it.

      • Re: (Score:3, Informative)

        The value in this is that with these entangled photon's we can transmit data across any distance instantaneously. From here to anywhere in the universe.

        No, you cant. It would violate relativity and causality.

        These quantum communication systems require a classical communication channel, which is restricted to the speed of light.

          • Re: (Score:3, Informative)

            You cant control the direction, it's random, so you cant use it to send information. You have to set up a classical channel, and in that classical channel you tell them how to piece together the information in the quantum channel to get the message.
          • Re: (Score:3, Informative)

            I despise- despise- pseudo-scientific mystical mumbo-jumbo about quantum entanglement. Yes, Einstein thought it was "spooky". And it is, and the behavior of entangled photons is indeed counterintuitive and violates classical notions of probability. But it does not, as far as anyone knows, violate either the speed of light or causality. Google "tachyon pistols thought experiment" to see what would happen if it could.
            The basics of entanglement are thus: Person A produces an entangled pair of particles. He se
  • by Sir_Real (179104) on Monday August 04, @01:53PM (#24469861)

    For those wondering what use this has.

    Say you had.... a buttload of code, and wanted to find the context free grammar for the language. You could use a Viterbi algorithm to pull out a statistically likely parse tree (the Viterbi Parse). The thing you're pulling from is often called a Markov process which is a model for the evolution of a state changing, memoryless system. So, over time, you can retrieve a grammar from a running process.

    How this applies to QM is left as an exercise to the reader (5 stars, unless you're Don K His-self, in which case it's 2).

    ianaqp

  • This could be huge (Score:5, Interesting)

    by xZgf6xHx2uhoAj9D (1160707) on Monday August 04, @02:08PM (#24470113)

    I'm not smart enough to figure out the details of what they've done, but it sounds like really promising work. "Communication" is perhaps too narrow a term for the applications, though.

    A big part of the problem with building quantum computers right now is keeping the qubits stable. The real world is constantly trying to "observe" (or interfere with) the qubits. When that happens, your quantum states break down and you lose your computation. This is a bit reason why we've only been able to build small (5-qubit) machines: it's very hard to keep things isolated and stable.

    If you have a practical error correction code scheme (using a Viterbi decoder, like in this article), then things might be a bit easier. Maybe instead of 5 very stable qubits, you could have 20 sort-of-stable qubits, where you expect that half of them will be lost to noise. It would still be a net win.

    • by hansraj (458504) * on Monday August 04, @02:15PM (#24470209)

      A big part of the problem with building quantum computers right now is keeping the qubits stable. The real world is constantly trying to "observe" (or interfere with) the qubits. When that happens, your quantum states break down and you lose your computation. This is a bit reason why we've only been able to build small (5-qubit) machines: it's very hard to keep things isolated and stable.

      [Emphasis added]

      I think the qubits' behavior is very suspicious. Surely if the qubits have nothing to hide, they shouldn't have any problems!

  • by Falkkin (97268) on Monday August 04, @02:26PM (#24470369) Homepage

    TFA is a bit short on details, as expected for a general-audience press release. In particular, they throw the word "Viterbi" out there without ever explaining what the heck it means; probably an artifact of USC containing the *Viterbi* School of Engineering. The juicy technical bits can be found in his thesis here:

    Title: Quantum Coding with Entanglement
    Authors: Mark M. Wilde
    Thesis PDF [arxiv.org] ... and for a basic overview of the underlying concepts, of course the Wikipedia page on the Viterbi algorithm [wikipedia.org] is helpful.