Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Light-Based Computers Using Quantum Principles

Posted by timothy on Wed May 16, 2001 08:36 AM
from the little-prisms- dept.
Maddog2030 cites a story at Science Daily, writing: "Here's an interesting twist to all the news on quantum computing. A computer running similarly to a quantum based computer, except it runs on light at similar speeds for particular tasks. It also rids itself of the many complications introduced by quantum computing."
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1) | 2
  • I can see it now... by Anonymous Coward (Score:1) Wednesday May 16 2001, @04:51AM
  • Re:the cryptographic race begins again by Anonymous Coward (Score:1) Wednesday May 16 2001, @05:15AM
  • Another interesting light-based technology by Anonymous Coward (Score:1) Wednesday May 16 2001, @05:31AM
  • Re:No link to quantum computers by Anonymous Coward (Score:1) Wednesday May 16 2001, @06:19AM
  • super quantum computers by Anonymous Coward (Score:1) Wednesday May 16 2001, @09:55AM
  • by Anonymous Coward on Wednesday May 16 2001, @04:55AM (#219793)
    Because it's cheating. First of all, because it has got nothing to do with quantum computing. Searching a database in parallel is only one aspect of quantum computing. Other aspects, like Shor's algorithm, totally depends on entanglement, which is something completely different from interfence. It's even worse, Shor's algorithm uses the fact that the combination of entangled states and partial measurements result in the destruction of interference. The second reason is that it will take you a rather long time to find out which of the 50 frequencies is altered. You have to do an interference measurements, which involves measuring light intensities with a moving detector. This is slower than a clasical computer.
  • Re:Does anyone think anymore? by cradle (Score:2) Wednesday May 16 2001, @08:38AM
  • NOT supposedly, here's the picture.. by kidlinux (Score:1) Wednesday May 16 2001, @09:39AM
  • Scientists discover content-addressable memory by K-Man (Score:2) Wednesday May 16 2001, @11:39AM
  • Re:No link to quantum computers by K-Man (Score:2) Wednesday May 16 2001, @12:01PM
  • Re:When a scientist misspeaks? by K-Man (Score:2) Wednesday May 16 2001, @12:36PM
  • Re:Using Light by K-Man (Score:2) Wednesday May 16 2001, @02:06PM
  • Re:Shades of Traveller (O/T) by **SkipKent** (Score:2) Wednesday May 16 2001, @11:05AM
  • Re:Shades of Traveller (O/T) by maroberts (Score:1) Wednesday May 16 2001, @07:08AM
  • Re:Shades of Traveller (O/T) by maroberts (Score:1) Wednesday May 16 2001, @02:36PM
  • No one has ever shown that quantum computers could break a symmetric encryption at more than twice as fast as brute force, and the actual clocking of quantum gates is not that fast.

    What everyone is talking about with encryption is Public Key, where quantum mechanics may be able to reduce the brute force test to n operations given an n bit key, and n quantum gates. This is particularly true of those built on prime numbers.
  • Re:this mimics q. *interference*, not *superpositi by Fatllama (Score:1) Wednesday May 16 2001, @05:47AM
  • Re:formatting by skullY (Score:1) Wednesday May 16 2001, @09:21AM
  • this mimics q. *interference*, not *superposition* by krog (Score:1) Wednesday May 16 2001, @05:28AM
  • Ultimate Radiation Resistance by SEWilco (Score:1) Wednesday May 16 2001, @06:14AM
  • Re:Sounds very simple by Zurk (Score:1) Wednesday May 16 2001, @04:46AM
  • Limitations by bravehamster (Score:2) Wednesday May 16 2001, @05:01AM
  • Re:the cryptographic race begins again by jovlinger (Score:2) Wednesday May 16 2001, @08:57AM
  • Re:the cryptographic race begins again by bnenning (Score:2) Wednesday May 16 2001, @10:06AM
  • Re:Shades of Traveller by norton_I (Score:2) Wednesday May 16 2001, @05:20AM
  • Re:This doesn't sound like quantum computing by richc (Score:2) Wednesday May 16 2001, @05:48AM
  • by wowbagger (69688) on Wednesday May 16 2001, @04:48AM (#219814) Homepage Journal
    This sounds more like holographic computing, rather than quantum computing. In QC, a search would involve manipulating the system until one state is left. In this article's example, you still have to iterate over the frequencies to find the frequency that changed. As I am given to understand QC, were this a true analog to QC you'd simple have one color standing alone, with no searching.
  • Re:Iam Walmsley responds to my question by Sleen (Score:1) Thursday May 17 2001, @03:39AM
  • Re:formatting by Sleen (Score:1) Thursday May 17 2001, @03:50AM
  • Speed of light? by heliocentric (Score:1) Wednesday May 16 2001, @09:04AM
  • Re:Does anyone think anymore? by nihilogos (Score:2) Wednesday May 16 2001, @10:30AM
  • Did you get to the bit about Electrons? by Greyfox (Score:2) Wednesday May 16 2001, @06:06AM
  • If parent AC is correct, please mod up like a mofo by TomatoMan (Score:1) Wednesday May 16 2001, @06:06AM
  • Re:No link to quantum computers by Fjord (Score:1) Thursday May 17 2001, @01:20PM
  • Re:No link to quantum computers by Fjord (Score:2) Wednesday May 16 2001, @06:25AM
  • by Fjord (99230) on Wednesday May 16 2001, @05:54AM (#219823) Homepage Journal
    The article describes a physical mecahnism that is faster than a algorithmic mechanism. This is nothing new. The one I leanred in first year CS was sorting spaghetti sticks. An algorithm will take O(n*log n) steps to sort them, whereas in the physical world it takes O(1) step: you pick them all up and tap the bottom of the cluster on a desk (lining them up, leaving the taller ones sticking out more).

    Another example is finding the bounding convex polygon for a set of n points. I don't remember the runtime for the algorithm, but for the real world it's O(n): you get a board, nail in the n points, then find a rubber band and wrapp it around the nails.

    The article describes another one of these problems that is solved faster with a physical process, in this case looking up a record in a database. By physically encoding data differently, you can find a record in a large set in a single step (well, maybe not since you still have to FFT the light to find the frequency, so I'm still not sure how this is faster than the O(log n) of an index, remember FFT is also O(log n) where n is the number of frequencies, and you need the number of frequencies to be the same as the number of records so it seems equivelent to me, but there may be some other way of determining the frequency of the altered light).

    This can't be used to crack RSA, and it's not a general method of algorithmically running through a large number of possiblilities concurrently, which we get with quantum computers. There may be a way to crack RSA generically with a physical process (didn't Shamir come up with an optical process for 512 bit RSA). But this has nothing to do with that.

  • Greg Egan's "Luminous" by Nova Express (Score:2) Wednesday May 16 2001, @05:32AM
  • Journalist got his phonebook analogy wrong.. by sudog (Score:1) Wednesday May 16 2001, @08:53AM
  • Re:I can see it now... by Dr_Cheeks (Score:1) Wednesday May 16 2001, @05:04AM
  • Re:Does anyone think anymore? by Science_Nut (Score:1) Wednesday May 16 2001, @12:47PM
  • by Science_Nut (113901) on Wednesday May 16 2001, @05:33AM (#219828) Homepage
    That article was insipid to the point where I couldn't finish it. A few points in the first few paragraphs are worth mentioning:

    1) Quantum speeds? WTF is that? There's no such unit, not even associated with quantum computing.
    2) The device "mimics quantum interference". No, it's light; it displays quantum interference. Light is photons, quantum particles. Dur.
    3) "performs some tasks a billion times faster". This is what I call a 'crazy number' since it's not based on any sort of measurement and thrown in only for show-value.

    Don't get me wrong, I'm active in QC research and I like what the folks at Rochester are doing, so, too, the folks in an optics group at Los Alamos. But whoever wrote that Science Daily article is whacked out. It cheapens everything.
  • by ruebarb (114845) <colorache@hotma i l .com> on Wednesday May 16 2001, @04:46AM (#219829)
    So, it looks like this thing can do computations about a billion times faster then conventional methods....that's gotta knock a hole in current key lengths and security...I wonder how fast this thing has to get before brute forcing a 256 bit key becomes feasible. (big math people out there anywhere?)

    Fortunately, that should also offer a slew of new possibilities for encryption schemes that were previously too slow or bulky.

    On your mark, get set, encrypt
  • Re:Shades of Traveller by mangu (Score:2) Wednesday May 16 2001, @04:57AM
  • ramifications for quantum research by frknfrk (Score:2) Wednesday May 16 2001, @04:41AM
  • Just a funny thought... by HiQ (Score:2) Wednesday May 16 2001, @05:29AM
  • by TeknoHog (164938) on Wednesday May 16 2001, @05:32AM (#219833) Homepage Journal
    This looks exactly like the idea of holographic storage. What is stored in the memory material is the interference pattern of the data and the address beams. Then you can either light it with an address beam (the address can be either a direction, or frequency, or maybe something else) and out comes the data content, or vice versa (grep). This is excellent for database and memory technology, but I see no connection to quantum computing here.

    Disclaimer/shameless plug: I've recently compiled a semi-technical paper [ucam.org] on some of the theory behind quantum computing, as a project in our undergraduate physics course.

    --

  • Re:Iam Walmsley responds to my question by child_of_mercy (Score:1) Wednesday May 16 2001, @08:13PM
  • Re:Does anyone think anymore? by ortholattice (Score:2) Wednesday May 16 2001, @05:56AM
  • Re:Journalist got his phonebook analogy wrong.. by mikehoskins (Score:1) Thursday May 17 2001, @06:56AM
  • Re:the cryptographic race begins again by stup (Score:2) Wednesday May 16 2001, @06:03AM
  • by stup (180061) on Wednesday May 16 2001, @05:01AM (#219838) Homepage
    AFAIKS, this isn't scalable, which is the key to making a real useful Quantum Computer. The amplitude of the output, a single frequency component, must surely drop away with the number of entries in the database. So if you increase the number of entries by a factor of a million, the output beam is a million times weaker, and almost undetectable.

    In analysing this sort of thing, the "size" of the problem is usually taken as the logarithm of the number of entries (ie the number of bits required to label each item). Since the strength of the output beam decreases linearly with the number of entries, it falls off exponentially with problem size.

    Now, it can be shown that even with a Quantum Computer, the best we can do is to speed up the search by the square root of the number of entries. So 10^6 entries takes 10^3 searches, and so on. This isn't an exponential speedup (which is impossible for Unordered Search), but I can't see that this "light interference" method could match a quantum machine.

    And it certainly couldn't match the exponential speedups on Factoring, the killer app for Quantum Computing.
    StuP

  • The perfect computer... by Tebriel (Score:2) Wednesday May 16 2001, @05:18AM
  • Help! by Placido (Score:1) Wednesday May 16 2001, @05:10AM
  • Storage Medium by Placido (Score:1) Wednesday May 16 2001, @07:43AM
  • What a load! by JonCohen (Score:1) Wednesday May 16 2001, @06:54AM
  • Hello by nnnneedles (Score:1) Wednesday May 16 2001, @12:34PM
  • Shades of Traveller by Hairy_Potter (Score:2) Wednesday May 16 2001, @04:39AM
  • Re:Using Light by dabacon (Score:1) Wednesday May 16 2001, @09:29AM
  • Re:No link to quantum computers by dabacon (Score:1) Wednesday May 16 2001, @09:37AM
  • When a scientist misspeaks? by dabacon (Score:2) Wednesday May 16 2001, @09:07AM
  • This article is BS by spoonless (Score:2) Wednesday May 16 2001, @05:54AM
  • Re:the cryptographic race begins again by Courageous (Score:1) Wednesday May 16 2001, @08:45AM
  • Re:Help! by Courageous (Score:1) Wednesday May 16 2001, @08:48AM
  • by hillct (230132) on Wednesday May 16 2001, @05:18AM (#219851) Homepage Journal
    Yes but quantum computing Sounds So Much Cooler....

    In all seriousness, this is the sort of situation where the Internet is more a hinderence than a help. Over time discussions such as this will polarize the lay community either for or against a particular area of research, wher two areas of research strive to achieve similar goals.

    Public Opinion greatly influences funding of research, so I hope that premature dabates of which technology is superior, won't shape decisions to fund one or the other, since ther is the possibility that one or the other area of research might hit a brick wall at some time in the future, at which point it wll be nessecery to pursue the other area of study. It would be bennefitial to all to have continued both areas of research in parrelel.

    Don't get me wrong. I don't believe that discussions like this alone will influence the course of research, but merely that the colaborative enviroment the Internet offers will promote (suprisingly) colaboration to the point where only one research path will be pursued by both teams, working together, rather than competing, as it were.This is an area whewre competition is a positive thing in academic research. I merely question the degree to which the Internet actually contributes to this.

    --CTH

    --
  • Sounds very simple by ishrat (Score:1) Wednesday May 16 2001, @04:42AM
  • Prana by karmagoddess (Score:1) Thursday May 17 2001, @03:27AM
  • Don't you still have to scan the frequencies? by cfriesen (Score:2) Wednesday May 16 2001, @06:15AM
  • Uh... no. by lie as cliche (Score:1) Wednesday May 16 2001, @10:55AM
  • Re:This article is BS by lie as cliche (Score:1) Wednesday May 16 2001, @11:16AM
  • Re:Parallel data retrieval... dear god... by cryptochrome (Score:1) Wednesday May 16 2001, @07:37AM
  • Iam Walmsley responds to my question by cryptochrome (Score:1) Wednesday May 16 2001, @04:57PM
  • Re:Iam Walmsley responds to my question by cryptochrome (Score:1) Thursday May 17 2001, @07:28PM
  • My god, how many /.'s are QC's researchers! by Nimion (Score:2) Wednesday May 16 2001, @06:11AM
  • Re:the cryptographic race begins again by TequilaMonster (Score:1) Wednesday May 16 2001, @05:11AM
  • Re:the cryptographic race begins again by pekkerd (Score:2) Wednesday May 16 2001, @05:47AM
  • Re:Ultimate Radiation Resistance by tuxloveslinux (Score:1) Wednesday May 16 2001, @03:19PM
  • What's the limitation? by elBart0 (Score:1) Wednesday May 16 2001, @05:01AM
  • Re:Sounds very simple by Sylver Dragon (Score:1) Wednesday May 16 2001, @07:45AM
  • Re:the cryptographic race begins again by RalphTWaP (Score:2) Wednesday May 16 2001, @05:06AM
  • by RalphTWaP (447267) on Wednesday May 16 2001, @05:14AM (#219867)
    *smirks*

    Let's look at the story for a second here folks.

    The scientist set up a data-storage device (in this case an acoustically massaged medium), then an information retrieval was carried out against the medium. This retrieval was carried out in parallel. Now this is fairly exciting news, but it has some serious distance to go before it manages to become something general enough to threaten the intellectual-share of true quantum-entaglement computing schemes.

    The promises for the device so far seem to be in determining data returns along mulitple paths. In effect, the thing is performing the many many calculations (in this case actually only data-retrievals). However, it's performing them in parallel.

    In addition, I'm curious as to how the data is retrieved. If the recombinant beam must be compared to the original beam along all the frequency divisions, there's another indivisible operation requiring some length of time.

    But....

    It is an interesting method of encoding/decoding data from a medium to a laser without transducers. I'd say that this technology has great promise as a method to be derived from to create all-optical switching fabrics that are actually data-sensitive (how'd you love it if you could decode, process, and filter packet data from the very laser transmission that carried it down the fat fiber pipe...?)


    Nietzsche on Diku:
    sn; at god ba g
    :Backstab >KILLS< god.
  • Re:Using Light by littlebasicid (Score:1) Wednesday May 16 2001, @10:25AM
  • Re:Don't you still have to scan the frequencies? by Armandus (Score:1) Friday May 18 2001, @02:17AM
  • Re:I don't get it by Armandus (Score:1) Friday May 18 2001, @02:26AM
(1) | 2