Slashdot Log In
The Viterbi Algorithm and Quantum Communications
Posted by
ScuttleMonkey
on Monday August 04, @01:39PM
from the sneaky-states dept.
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
Loading... please wait.

Alice (Score:3, Funny)
-----
Spoken like a true married man.
Reply to This
Re: (Score:2, Funny)
Re:Alice (Score:5, Funny)
And for that matter what is the chance Alice will just say it once?
Go ask Alice. I think she'll know.
Reply to This
Parent
Re: (Score:3, Funny)
Go ask Alice. I think she'll know.
Well, we are talking about QM, where logic and proportion do indeed fall sloppily dead...
Re: (Score:3, Interesting)
Re:Alice (Score:4, Funny)
She's the chick that Bob is seeing behind Eve's back, if I understand the situation correctly.
Reply to This
Parent
Alice 3 Bob (Score:5, Funny)
Reply to This
Re:Alice 3 Bob (Score:5, Funny)
Everybody knows they have the hots for one another.
Kids these days. When will they learn that its not worth the risk. Safe encryption should be practised all the time, not just when you feel like it.
Reply to This
Parent
Entangling... (Score:5, Funny)
So you're suggesting Bob and Alice get entangled? That's spooky... too bad we wouldn't be able to watch.
Reply to This
Parent
Re:Alice 3 Bob (Score:4, Funny)
oh crap, now you had to upgrade Schroodinger's cat to a fetus
Reply to This
Parent
Alice? (Score:4, Funny)
Who the ---- is Alice?
Reply to This
Re: (Score:3, Informative)
It's a placeholder name, like a variable named "foo"
See http://en.wikipedia.org/wiki/Alice_and_Bob [wikipedia.org]
Re: (Score:2)
She's friends with Lena and, inexplicably, a teapot.
Re:Alice? (Score:4, Funny)
You can get anything you want at her restaurant, I know that much.
Reply to This
Parent
Re: (Score:3, Funny)
'Cepting Alice, of course.
Ignorant Post (Score:2)
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)
Re: (Score:3, Informative)
The basics of entanglement are thus: Person A produces an entangled pair of particles. He se
This is for deriving information from Markov sets (Score:5, Informative)
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
Reply to This
Re:This is for deriving information from Markov se (Score:5, Funny)
And for those of you wondering...
Markov was Chekov's evil twin on Star Trek.
Reply to This
Parent
Re:This is for deriving information from Markov se (Score:3, Informative)
Just one nit to pick.
Generally, we are talking about hidden markov models. linky [wikipedia.org]
This could be huge (Score:5, Interesting)
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.
Reply to This
Re:This could be huge (Score:4, Funny)
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!
Reply to This
Parent
Get the full Ph.D. thesis here: (Score:5, Informative)
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 ... and for a basic overview of the underlying concepts, of course the Wikipedia page on the Viterbi algorithm [wikipedia.org] is helpful.
Authors: Mark M. Wilde
Thesis PDF [arxiv.org]
Reply to This