Slashdot Mirror


Qutrits Bring Quantum Computers Closer

KentuckyFC writes "To do anything useful with quantum logic gates, you need dozens to hundreds of them, all joined together. And because of various errors and problems that creep in, that's more or less impossible with today's technology. Now an Australian group has built and tested logic gates that convert qubits into qutrits (three-level quantum states) before processing and then convert them back again. That makes them far more powerful. The group says that a quantum computer that might require 50 conventional quantum logic gates can now be built with just 9 of the new gates. What's more, the gates process photons using nothing more than standard linear optical components (abstract on the physics arxiv)."

66 comments

  1. Wow by Anonymous Coward · · Score: 0

    I don't understand any of that. Except the word "gates"... unless it means something different in this context.

    1. Re:Wow by adpsimpson · · Score: 1

      ...quantum logic gates...logic gates...qubits...qutrirts...quantum states...quantum computer...quantum logic gates...gates...gates...photons...linear optical components...

      For some reason, this reminds me of this post on about blogs on xkcd.

      --
      Is crushing a suspect's child's testicles illegal?
      John Yoo: "No, [if] the President thinks he needs to do that."
    2. Re:Wow by CogDissident · · Score: 2, Informative

      A "gate" is roughly the equivalent of a transistor. Kind of. Think of it like a lot of transistors all put together.

    3. Re:Wow by peragrin · · Score: 3, Funny

      Oh it's simple. The cat could be not only alive or dead, but also could be on life support.

      Or maybe the cat will be spinning because someone stapled a piece of bread with jam onto the cat's back.

      --
      i thought once I was found, but it was only a dream.
    4. Re:Wow by scubamage · · Score: 3, Funny

      No fair, you changed the state of the cat by measuring it!

    5. Re:Wow by Anonymous Coward · · Score: 1, Funny
      A "gate" is roughly the equivalent of a transistor. Kind of. Think of it like a lot of transistors all put together


      And a transistor is kind of like a tube. (remember in the 1960s when they replaced all those tube radios with transistor radios?) So really, when it comes right down to it, the Internet IS really a bunch of tubes.

    6. Re:Wow by hansraj · · Score: 5, Informative

      The word "gates" has almost the same meaning in quantum computing as in the classical computing. In classical computing a gate operates on a set of bits and changes them to another set of bits. In quantum computing it is the same with qubits playing the role of bits.

      Of course funny things are possible in quantum computing. For example it is possible to make a "square root of not" gate, that when applied *twice* to the qubit |1> produces |0> and vice versa. Applying once creates something else (the square root of not in some sense).

      One particularly handy way to think of quantum gates is to think of them as a matrix (operator) that operates on a vector (input qubit) to produce another vector (output qubit) just by multiplication. So if A is some quantum gate (matrix) and u is input qubit (vector) the the output qubit (vector) v = A*u . The matrix A needs to satisfy some technical requirements that gives quantum computing some nice features (like every algorithm is fully reversible and so on), but those details are not needed to get a rough idea. :)

    7. Re:Wow by jbatista · · Score: 1

      For example it is possible to make a "square root of not" gate, that when applied *twice* to the qubit |1> produces |0> and vice versa. I suppose you mean that, if |1> = |0> times exp(i pi/2), for example, then that "square root of not" operator would be something like SRN = exp(i pi/4) ?
      --
      My sig is better than your sig.
    8. Re:Wow by Anonymous Coward · · Score: 0

      Ha! I was talking with someone yesterday who designed logic with tunnel diodes.

    9. Re:Wow by hansraj · · Score: 1

      Yes. :)

    10. Re:Wow by grammar+fascist · · Score: 5, Informative

      Too bad I lost my mod points yesterday. This is the kind of thing people actually come to Slashdot for. I'll just have to try to contribute instead.

      Here's some further detail for those interested: the |1> and |0> qubits are actually vectors of probabilities. (Well, probability "amplitudes". More on that later.) The |0> bit means [1 0] and the |1> bit means [0 1]. The "|.>" notation is a bit of convenient shorthand.

      If you have two qubits, you'd represent them as |00>, meaning [1 0 0 0]. (That's four possibilities for the qubits, and all the probability mass on the first: both off.) |01> means [0 1 0 0], |000> means [1 0 0 0 0 0 0 0], and so on. Note the exponential growth.

      A quantum gate is nothing more than an operator of the same type that governs all discrete quantum system evolution: a unitary matrix. Think of a rotation matrix of rank 2**(number-of-bits), but in complex space. It's got to be some kind of rotation - it must preserve length - to preserve the property that the qubit states and combined qubit states are probability (amplitude) distributions.

      A "square root of NOT", IIRC, is an operator (rotation) that turns [1 0] (or |0>) into [sqrt(1/2) -sqrt(1/2)]. Do it again, and you get [0 1]. Again, and you get [-sqrt(1/2) sqrt(1/2)], and again yields the original [1 0]. (I may have some signs wrong.)

      The reason this cycle works at all is that the states aren't probabilities per se, but sort of square roots of probabilities, which allows them to keep extra information. This is called "phase". Much of the exciting weirdness of computing with quantum gates is that phase isn't strictly real, but in general has imaginary components.

      The other exciting weirdness is of the massively parallel sort. If I do a computation on [sqrt(1/2) -sqrt(1/2)], it's sort of like doing the same computation on [1 0] and [0 1] in parallel. The tricky part is that measuring the outcome restricts me to just one of the results! One way to express the dilemma is that I can compute an answer for every possible input simultaneously (which would be great for solving NP problems), but that I can't easily select the right answer.

      Another way to express it is to say that the cat is in a superposition of dead/alive, which will localize when I observe the poor beast. :)

      --
      I got my Linux laptop at System76.
    11. Re:Wow by StariVojnik · · Score: 1

      The problem as I see it is it's not the cat that is in quantum entanglement with the particle hitting the switch, its the gas releasing. The cat is just the poor bastard observing. The cat also has 3 possible states - live, die by gas release, die from natural causes waiting for the damn particle to hit the switch. cheers

    12. Re:Wow by Anonymous Coward · · Score: 0

      From there.. just jump to Shor's algorithm... well.. that's how yer supposed to be able to read a result, at least.
      This stuff isn't simple, unfortunately.

    13. Re:Wow by dsmall · · Score: 1

      "The word "gates" has almost the same meaning in quantum computing as in the classical computing..." Does this mean we're already stuck with Vista as the operating system for quantum computers? Or do we need (64 x 3) "192-bit Vista", sure to ship before, oh, let's see, 2020?

    14. Re:Wow by Schraegstrichpunkt · · Score: 1

      In this context, it probably means something like a logic gate, although the operations on 3-state gates might be different.

  2. Personal cryptography users should be disappointed by CRCulver · · Score: 4, Interesting

    Throughout the heyday of personal encryption, when Zimmerman was maintaining PGP and Bruce Schneier's Applied Cryptography was released, we kept hearing about how it would take thousands or millions of years to crack just one PGP message. Now we hear that computers that could break these messages might be relatively just around the corner. It's got to be a real disappointment and source of worry to people who did use PGP to encode the secrets that they are desparate to hide.

  3. Linux??? by ZenDragon · · Score: 1, Funny

    Does it run linux?

    1. Re:Linux??? by hansraj · · Score: 5, Funny

      Yes and No.

    2. Re:Linux??? by Anonymous Coward · · Score: 0

      Sometimes.

    3. Re:Linux??? by mlk · · Score: 1

      Does it run windows? Yes until you try to use it.

      So like any other computer then?

      --
      Wow, I should not post when knackered.
    4. Re:Linux??? by ZenDragon · · Score: 2, Funny

      Thats: Yes, No, and Both! All at the same time! Ahh the marvels of quantum computing!

    5. Re:Linux??? by LrdDimwit · · Score: 1

      Until someone looks at the hard drive access light.

      Alright, enough of these qutrit jokes, they're awful.

    6. Re:Linux??? by jellomizer · · Score: 1

      Of course if you try installing it. You will change the fact if I can Run Linux or not.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  4. convert qubits into qutrits...far more powerful by pushing-robot · · Score: 3, Funny

    Naturally, I read that as "qutits" the first time.

    --
    How can I believe you when you tell me what I don't want to hear?
    1. Re:convert qubits into qutrits...far more powerful by Anonymous Coward · · Score: 1, Funny

      Qutrits, just like the chick on "Total Recall."

    2. Re:convert qubits into qutrits...far more powerful by AaxelB · · Score: 4, Funny

      Just as the hard-wiring of binary mathematics spun the entire twentieth century about a simple yes-no axis, the invention of the three-state switch promised to revolutionize twenty-fifth century computing. After all, with three states (negative, positive, and null charges) on nanoswitches, computers could now think in terms of yes, no, and maybe, greatly humanizing their internal logic.

      This would have brought many, many more female engineers into the field of computer science (hence accelerating the pace at which computers could do useful things besides transmit, compress, and enhance pornography), except that the same abbreviational logic that turned "binary digit" into "bit" turned "trinary digit" into "tit." This nomenclatural error set computing back nearly three hundred years, and two entire generations of promising computer scientists were lost trying to keep abreast of bad puns. Courtesy of the genius at Schlock
    3. Re:convert qubits into qutrits...far more powerful by Anonymous Coward · · Score: 0

      I read that as "qutits"

      A quantum superposition of a female breast and a man-boob? You only find out which it is until after it's fondled. ... So you've got to ask yourself a question: Do you feel lucky*? Well, do ya, punk?

      * ... or desperate ...
    4. Re:convert qubits into qutrits...far more powerful by Dekker3D · · Score: 1

      qutits, much more powerful than conventional tits... uuuuuhm.. bits...

    5. Re:convert qubits into qutrits...far more powerful by KDR_11k · · Score: 1

      I read it as qutris. Quantum Tetris would be... weird.

      --
      Justice is the sheep getting arrested while an impartial judge declares the vote void.
  5. All they need to do is.. by s0litaire · · Score: 2, Funny

    Give the computer a nice cup of hot tea. From Douglas Adams "The Hitchhiker's Guide to the Galaxy" "If he thought to himself, such a machine is a virtual impossibility, then it must logically be a finite improbability. So all I have to do in order to make one is to work out exactly how improbable it is, feed that into the finite improbability generator, give it a fresh cup of really hot tea...and turn it on!"

    --
    Laters Sol "Have you found the secrets of the universe? Asked Zebade "I'm sure I left them here somewhere"
  6. What it means by usul294 · · Score: 3, Informative

    What this is basically saying is that instead of operating a quantum computer with 2 levels, 0 and 1, they are operating with 3, 0,1,2 lets say. According to my computer architecture prof 3 levels is the most efficient way of making computers, from a number of components standpoint. Its hard thinking in base-3, because things like inverters become meaningless. AND and OR gates still work with a reasonable amount of understanding. Things like multiplexers and decoders make sense. If you can get into the macroscopic level of design its pretty understandable. You can use 3 trit words to do base-27 in a similar way to using 4 bit words and hex.

    1. Re:What it means by Your.Master · · Score: 1

      Interesting, why is base-3 more efficient than base-2? I seem to recall that the dropoff was base-4 but I don't recall any real net advantages to base-3.

    2. Re:What it means by Yetihehe · · Score: 1

      ARGH! I'm too embedded in binary logic, I can't really understand how you could make base-3 AND or OR gates. Like for example: 0 AND 0 = 0 0 AND 1 = 0 0 AND 2 = 0 1 AND 1 = 1 1 AND 2 = 1 2 AND 2 = 2 0 OR 0 = 0 0 OR 1 = 1 0 OR 2 = 2 1 OR 1 = 1 1 OR 2 = 2 2 OR 2 = 2 Where 0 means no, 1 means maybe, and 2 means yes?

      --
      Extreme Programming - Redundant Array of Inexpensive Developers
    3. Re:What it means by Yetihehe · · Score: 1

      Grr, html...
      0 AND 0 = 0
      0 AND 1 = 0
      0 AND 2 = 0
      1 AND 1 = 1
      1 AND 2 = 1
      2 AND 2 = 2
      0 OR 0 = 0
      0 OR 1 = 1
      0 OR 2 = 2
      1 OR 1 = 1
      1 OR 2 = 2
      2 OR 2 = 2
      Where 0 means no, 1 means maybe, and 2 means yes?

      --
      Extreme Programming - Redundant Array of Inexpensive Developers
    4. Re:What it means by mblase · · Score: 5, Informative

      Interesting, why is base-3 more efficient than base-2? I seem to recall that the dropoff was base-4 but I don't recall any real net advantages to base-3. It's called ternary logic, and it's been widely researched if rarely implemented. It seems to be built on the notion that a thing can be true, false, or unknown/irrelevant.

      Think of an SQL database, where a field can be TRUE or FALSE; however, if you didn't set up default values, it can also be NULL, neither true nor false. Or in mathematics, where a value can be GREATER THAN, LESS THAN, or EQUAL TO -- three mutually exclusive states. These aren't circuit-based examples, but it does illustrate how ternary logic can be routinely applied.
    5. Re:What it means by Anonymous Coward · · Score: 0

      You are thinking OR as max, AND as min, and NOT as complement. See also fuzzy logic.
      I haven't RTFA, but I think the idea here is using some algorithm to convert circuits on binary logic to base 3 and back. It is fine to keep thinking in base 2, the final effect is that the hardware to do that is smaller.

    6. Re:What it means by lenester · · Score: 2, Interesting

      Interesting, why is base-3 more efficient than base-2?
      Because 3 is closer approximation of e than 2.
    7. Re:What it means by samkass · · Score: 1

      Bender: And I think I saw a 2!
      Fry: Don't worry, there's no such thing as 2.

      There's a lot of different ways to use the extra value. If you treat it as "unknown", or the logical equivalent of NaN, then you can do NOT, AND, and OR with 0's and 1's, then use 2 as an exception case that can propagate.

      --
      E pluribus unum
    8. Re:What it means by WhiteDragon · · Score: 1

      Interesting, why is base-3 more efficient than base-2? Because 3 is closer approximation of e than 2. I remember learning this in telecommunications theory, but I don't remember why it is true. Wikipedia's article on weird number bases mentions base-phi (golden ratio), but there is no mention of base-e.
      --
      Did you mount a military-grade, variable-focus MASER on an unlicensed artificial intelligence?
    9. Re:What it means by KDR_11k · · Score: 1

      Of course you'll have to program it in TriINTERCAL...

      --
      Justice is the sheep getting arrested while an impartial judge declares the vote void.
    10. Re:What it means by bh_doc · · Score: 1

      Of course, this being a quantum circuit, there is the added complication of the fact that a single qutrit can be in a superposition of any and all three of those levels.

  7. Is quantuum gate tech the future of computing? by Anonymous Coward · · Score: 0

    All I know is, my gut says "maybe"...

  8. IANAQCRoM by Anonymous Coward · · Score: 0

    I am not a quantum computer researcher or mathematician but doesn't this put extra work in for less outcome? If you start with info in qubits then convert it to qutrits (extra work) then process it (normal work) then convert it back to qubits (extra work) aren't you essentially doing twice as much work for only a 50% (qutrits vs qubits) increase in processing? Wouldn't it make a hell of a lot more sense just to use qutrits to begin with and not use qubits or convert anything?

    1. Re:IANAQCRoM by Ctrl-Z · · Score: 2, Informative

      I trust you read the summary. The neat thing about this is that you need fewer gates to do the operations with qutrits than with qubits. Fewer gates means that the machine is easier (or even possible) to construct. It seems to me that it is a short-term gain. As you point out, you are doing more work to achieve the same outcome, although I don't know where you pulled your numbers from. It's not a 50% increase in processing; they were able to do the work of 50 gates with a mere 9, which is a five-fold increase in processing.

      --
      www.timcoleman.com is a total waste of your time. Never go there.
  9. I want to play Qutris by britneys+9th+husband · · Score: 1

    Finally some games coming out for the quantum computers. I can't wait to see what Alexey Pajitnov would have done with this hardware.

    --
    Hear recorded Slashdot headlines on your phone! New service beta testing. Just call (248) 434-5508
  10. Trinary Code by scubamage · · Score: 1

    So does this mean that quantum computing will be based entirely on trinary code? Will those conceptual/theoretical trinary programming languages finally get some time in the sun?

    1. Re:Trinary Code by kalirion · · Score: 1

      Yup, and all booleans will officially have three allowable values: TRUE, FALSE, FILE_NOT_FOUND

  11. Re:Personal cryptography users should be disappoin by rubycodez · · Score: 1

    don't be silly, no one gives a shit what 99.99% of people here sent using PGP. Governments, banking system, financial markets, megacorps will be the ones to worry.

  12. Re:Personal cryptography users should be disappoin by TheRealMindChild · · Score: 2, Insightful

    Yes and no. I mean, the problem that you point out is only exists because a quantum computer is cracking an encryption that had to run in reasonable time on today's computers. But quantum computers don't have to be just one way like that... now you would have at your disposal a computer that can run encryption that would take thousands or millions of years on todays machines, on your data.

    --

    "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
  13. Re:Personal cryptography users should be disappoin by Cheeko · · Score: 2, Insightful

    Somewhat. Private key schemes are still secure.

    The real power of quantum computing will be in factoring primes. Which most certainly will affect public key crypto, but public key was never the FULL solution. Like anything in crypto different problems have different solutions.

    Public key crypto is great in the web age because you can use it for establishing connections, exchanging private keys, etc.

    One of the first things you learn in any crypto grad class is that creating the crypto schemes is only part of the problem. Creating the usage scheme is the other. Most man in the middle and other such attacks can defeat the algorithms by which we use crypto far easier than we can defeat the encryption itself. (or just social engineer your way past it)

    While it does suck a bit that the heyday of public key crypto might come to an end because of quantum computing, some other scheme will take its place. Perhaps someone will come up with a key gen scheme that doesn't rely on the difficulty of factoring large primes and instead some other mathematical relationship that quantum computing won't be able to stop.

    Perhaps the optimal solution will be a mix. Perhaps each public key will in fact be 2 operations. One large prime factor to defeat traditional systems, combined with some as yet created scheme that stops quantum systems (but may be easy to beat on a tradition system).

    As with all things, crypto will adapt. Perhaps one day we'll figure out a way using quantum mechanics to create true OTP encryption. Maybe 2 entangled particles or something (I know technically this is impossible, but just making the point maybe there's something we don't know yet that will help us in the future implement todays theoretically impossible/infeasible crypto)

  14. Qubits? Qutrits? BAH! by KC7GR · · Score: 1

    What I want to know is... when do we get a quantum computer based on Quatloos?! And can you imagine a Beowu... never mind!

    --

    Bruce Lane, KC7GR,

    Blue Feather Technologies

  15. I'm looking forward to this. by rejecting · · Score: 0

    So that I can hook it up to my network, along with my phantom console. Does anyone know if it will play duke nukem forever? Its also awesome because i'll be getting my wimax connection any day now.

  16. Re:Personal cryptography users should be disappoin by Anonymous Coward · · Score: 0

    > Perhaps the optimal solution will be a mix. Perhaps each public key will in fact be 2 operations. One large prime factor to defeat traditional systems, combined with some as yet created scheme that stops quantum systems (but may be easy to beat on a tradition system).

    So then the attacker uses a quantum system to get past part A, and a traditional system to get part B.

  17. Re:Personal cryptography users should be disappoin by Anonymous Coward · · Score: 0

    This is exactly the point of QKD; http://en.wikipedia.org/wiki/Quantum_cryptography

  18. Australian? Logic? by Anonymous Coward · · Score: 0

    Does. . .not. . .compute. . .

  19. Riiiiiiight by Chris+Mattern · · Score: 1

    What's a Qutrit?

    1. Re:Riiiiiiight by hansraj · · Score: 1

      A qubit with three tits .. err.. i mean bits (I should have said states but bits rhymes better)

  20. Re:Personal cryptography users should be disappoin by asuffield · · Score: 1

    Now we hear that computers that could break these messages might be relatively just around the corner.


    (Emphasis added)

    You might die tomorrow. Hurricanes might devastate the western world. Aliens might show up and blow the planet to bits for housing such a greedy, self-centred species. Any number of progressively unlikely things might happen.

    There's no real substance to the rumours of encryption-defeating quantum computers - it's a hypothesis somebody proposed a few years ago, which has never been proved or disproved. We don't know anything about it yet.
  21. Re:Personal cryptography users should be disappoin by ajs · · Score: 1

    we kept hearing about how it would take thousands or millions of years to crack just one PGP message. What were you reading?! Everything I ever read stressed the fact that there was something on the order of a 10-50 year expectation of privacy on anything you protected with current encryption mechanisms. That has pretty much been proven out, given that we're now on year 20 since I started using public key crypto.

    As for quantum computing: don't get your hopes up. There's no proof of concept that shows that QC will ever scale up to practicality. Every 6 months someone announces a "breakthrough" and gains plenty of funding, but in the final analysis, nothing ever comes of it. I'm convince that there are some fundamental things that we don't understand here, and that all we're going to get out of QC is a better understanding of how to scale down existing computational engineering models (which is a good thing, but not the promise of QC).

  22. More science sensationalism by ajayg · · Score: 1

    Qutrits with optics is cool, but is the quantum computer just around the corner? Most definitely not! Optics are great for communicating quantum information, not so much for storing them. Quantum memory needs solid state technology, and while some promising results have been reported using diamonds by researchers at Harvard and other places, the quantum computer is still many many years, maybe even decades away. TFA is overhyped, as seems to be the case with all articles reporting quantum computing breakthroughs!

  23. Re:Personal cryptography users should be disappoin by KDR_11k · · Score: 1

    The limit for quantum computing is currently space, the number of qubits you can keep at the same time is still very limited and AFAIK current QCs don't have the space to store a 2048 bit key.

    --
    Justice is the sheep getting arrested while an impartial judge declares the vote void.
  24. The day is mine!!! by 3-State+Bit · · Score: 1

    Now an Australian group has built and tested logic gates that convert qubits into qutrits (three-level quantum states) before processing and then convert them back again. That makes them far more powerful.

    I'm a visionary!

    3-State Bit

  25. Trinary? by Shadow-isoHunt · · Score: 1

    Asin trinary? 0, 1, dead cat?

    --
    www.isoHunt.com
  26. amplitude? analog? by reiisi · · Score: 1

    Does this mean that quantum computing is just bring us back to analog computers?

    (Actually, I guess, if my elliptical thinking here is anywhere close to meaningful, I guess the idea would be that a quantum processor would allow building complex reprogrammable filters (amplifiers) that don't require iterations. (Not talking about the simple analog filters, of course.)

    My son seems enamored of analog computing these days. I remember when I was, as well. Maybe, the babbling above being completely wrong notwithstanding, it's a little early to dismiss analog computing as just a failed path in the problem tree.

    I really wish I understood what I am not talking about.

    --
    Computer memory is just fancy paper, CPUs just fancy pens with fancy erasers; the 'net is just a fancy backyard fence.
  27. Quantum Python by tsotha · · Score: 1

    Bah! Back when I was a kid we had only two logic states and we were happy to have them!