Slashdot Mirror


Researchers Create First All Optical Nanowire NAND Gate

mhore writes "Researchers at the University of Pennsylvania have created the first all optical, nanowire-based NAND gate, which paves the way towards photonic devices that manipulate light to perform computations. From the release: 'The research team began by precisely cutting a gap into a nanowire. They then pumped enough energy into the first nanowire segment that it began to emit laser light from its end and through the gap. Because the researchers started with a single nanowire, the two segment ends were perfectly matched, allowing the second segment to efficiently absorb and transmit the light down its length.' The gate works by shining light on the nanowire structure to turn on and off information transported through the wire. The research appeared this month in Nature Nanotechnology (abstract)."

11 of 50 comments (clear)

  1. Wrong direction by nurb432 · · Score: 3, Insightful

    I think we are wasting the potential of future optics if we think in binary, as this team is doing.

    Optics scream for multilevel logic.

    --
    ---- Booth was a patriot ----
    1. Re:Wrong direction by Kergan · · Score: 2

      Not sure what you mean by multilevel logic, but I'd suggest it screams for multiplexed logic. (By this, I mean using the same gates several times at once by multiplexing, who knows, different wavelengths, polarizations or angular moments.)

    2. Re:Wrong direction by jovius · · Score: 3, Funny

      There already are 10 levels.

    3. Re:Wrong direction by perl6geek · · Score: 5, Insightful

      I've worked two years on a PHD thesis involving all-optical signal processing (though I worked on all-optical signal regeneration, not logical gates), and one of my conclusions is that multi-level is an order of magnitude more challenging than two values. The reason is that if you do multiple processing steps, you usually get some random fluctations, so you need to have components that fix that, i.e. fix to a certain level. Now you have basically two options, you can encode your information in the phase or in the amplitude/power. In the case of power levels you can use something like nonlinear loop mirrors, but they have the problem that they change the power ratio level between the states. In the case of phase encoded signals, a you can use a saturated phase-sensitive amplifier (for example two symmetric pumps), but they require quite high powers, and you have to injection-lock the pumps to compensate phase drifts, and they still only work for two levels. There is exactly one scheme that works for multiple levels (see http://eprints.soton.ac.uk/336325/1.hasCoversheetVersion/Thesis.pdf for a PHD thesis about it), but it turns phase noise into amplitude noise, so you need an amplitude regenator after it. So, binary logic is plenty of challenge to get working; once that's establish, we can still think about multiple levels.

  2. Re:NAND? Sounds like an AND gate to me... by Kergan · · Score: 4, Informative

    Not sure where you read this... Per TFA:

    [quote]
    A NAND gate, which stands for “not and,” returns a “0” output when all its inputs are “1.”
    [/quote]

    And the Nature Nanotechnology article's summary says nothing specific.

  3. Re:Yes, we need to revisit everything. by nurb432 · · Score: 2

    That isn't exactly what he meant. Current computer science will be mostly obsolete, but not the concept of computer science. It will adapt, it has to.

    --
    ---- Booth was a patriot ----
  4. Been there by frovingslosh · · Score: 2

    I remember reading over twenty years ago of an all-optical nand gate. This was pre-web, so it might not be easy to find, but I remember the article. The gate was much much larger, although the developers (of course) said that they expected to be able to shrink it in size to suitable dimensions. And a good part of the article was a prediction of an all optical computer within 5 years. The logic behind this prediction was that all steps in creating the state of technology that we had the were created very incrementally, We used hand labor to create the first ICs. We used those to create powerful computers. We created CAD software for those to develop even smaller computers. But all of those steps had been done and were in place, the prediction was that it should take no more than 5 years to substitute in optical technology for electronic technology into computer design software and start cranking out optical devices.

    Not sure what happened to that optical nand gate from over two decades ago. Maybe it just couldn't shrink down. Maybe it was just falsified. Or maybe someone already has optical computers but will not share them with us conspiracy theorists. But I'm jaded now and not so inclined to get excited on yet another "first" announcement.

    --
    I'm an American. I love this country and the freedoms that we used to have.
  5. Re:Yes, we need to revisit everything. by mo · · Score: 2

    It's not that humans are not adaptable, it's that parallel computing is hard for humans to figure out. Linear execution lends itself to all kinds of easy abstractions: loops, branches, methods, etc. Parallel computing, not so much. Mutexes are awful. The best we've got is message passing and functional programming, but even that is hard to design correctly to be both understandable and exploit inherent parallelism.

    Y'know what's even harder to design? Analog computing. Holy cow. Remember, digital computing was invented by Touring before we even had built a computer. It's easy to visualize how it works. My brain explodes though trying to imagine a fuzzy-logic analog equivalent of a touring machine.

    I used to think that AI research combined with neuroscience would figure out a simple solution to this problem, but it's increasingly seeming like, no, it's even complicated in the brain.

    So people can pine for analog memristor computation, and analog optical computing all they want, but the hardware is the easy part here. Get the software side solved, and if you build it they will come. But it's not because we aren't used to these problems, it's because these problems are really really hard.

  6. Density and No True Off by simpz · · Score: 2

    The two major disadvantages of all Optical processing in the past were:

    1/ The Wavelength of light is much larger than the structures used in modern day chips. So the optical circuity wouldn't be as dense as modern day electronics.

    2/ When you turn off an optical signal it gets turned into heat (i.e the transistor goes black) not true in electronics as there is no electrical flow when the transistor is off. This causes a theoretical optical devices run hotter than electronic ones and therefore hurting density yet again.

    Optics and optical processing have there place (especially processing communications data) but for high density processing these two problematic are very problematic.

    1. Re:Density and No True Off by mark-t · · Score: 3, Insightful

      Photons have an interesting property over electrons, however. A photon's motion does not produce an external field which will affect the trajectory taken by others that passes close to it. Electrons do.

  7. Re:NAND is enough by unixisc · · Score: 2

    As per D'Morgan's Law, it's possible to build a computer using either NAND or NOR gates. But not w/ AND or OR gates, if inverters don't exist.