Slashdot Mirror


Light-based Quantum Circuit Does Basic Maths

Stochastism writes "In yet another small step toward realistic quantum computing Australian researchers have developed a light based 4-qubit quantum computer. It has already calculated the prime roots of fifteen, three and five. 'The quantum circuit pioneered by the Queensland researchers involves using a laser to send "entangled" photons through a linear optical circuit ... The Queensland research group acknowledged that the theorised code cracking ability of quantum computers may be why Australian quantum computer research is in part funded by a US government defence intelligence agency, the Defense Advanced Research Projects Agency (DARPA).'"

14 of 198 comments (clear)

  1. How many maths does it do? by InvisblePinkUnicorn · · Score: 4, Funny

    Seven! It does seven maths!

  2. But... by SiriusStarr · · Score: 5, Funny

    More importantly, can it run Crysis?

    --
    Fear the penguin.
  3. Re:having trouble with the conversion by LiquidCoooled · · Score: 5, Funny

    The similarity to bits only occurs once you open the box.
    Until that point a cubit represents a dead cat.

    --
    liqbase :: faster than paper
  4. Me too! by Daffy+Duck · · Score: 5, Funny

    It has already calculated the prime roots of fifteen, three and five.

    I, too, have already calculated the prime roots of fifteen, with nearly identical results. Where's my DARPA funding?

  5. Prime roots, eh? by bubbl07 · · Score: 4, Funny

    It has already calculated the prime roots of fifteen, three and five.
    -1 Redundant.
  6. Re:Moore's law by moderatorrater · · Score: 4, Funny

    Nobody would ever be able to use 1024 qubits.

    -moderatorrater, 2007

  7. Re:Err by SeekerDarksteel · · Score: 5, Informative

    You can use ANY quantum mechanical system with two discrete states as a qubit, just as you can use any classical mechanical/electric system with two discrete states as a bit.

    Typically with photons, it consists of the direction of polarization of the electro-magnetic field associated with the photon. Straight up and down represents one state, horizontal represents the the second state, and the photon can be in a superposition of both of these states.

    Saying that photons get "destroyed" is irrelevant so long as we can measure the photon's polarization when it gets destroyed because as soon as we measure the polarization, the quantum state of the photon is destroyed anyway and becomes worthless to us. This is true of any quantum mechanical system, so whether the system representing the qubit sticks around or disappears after being measured (whether a photon, electron spin, or otherwise), is only a matter of logistics of the quantum computer, not of the actual computation.

    --
    The laws of probability forbid it!
  8. Can't stop myself...oh the Humoranity! by GeekZilla · · Score: 5, Funny

    Q: What kind of room is it kept it?
    A: A Qubicle

    Q: How big is it?
    A: About four Qubit meters.

    Q: Qubit? Wasn't that an early arcade game with a little guy jumping around changing the quantum state of a bunch of Qubes?

    I have OBVIOUSLY had too much Qaffeine.

    --
    Veritas patesco per quaestio questio. Truth is revealed through questions.
  9. That's no big deal by p3d0 · · Score: 4, Funny

    I once new a guy who could compute the prime roots of 15 in his head.

    --
    Patrick Doyle
    I mod down every jackass who puts his moderation policy in his sig. Oh, wait a sec....
  10. Re:having trouble with the conversion by Intron · · Score: 4, Funny

    -- Wanted --
    Schrödinger's Cat
      Dead or Alive

    --
    Intron: the portion of DNA which expresses nothing useful.
  11. Correction by geekoid · · Score: 5, Funny

    -- Wanted --
    Schrödinger's Cat
        Dead and Alive

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  12. Re:Quantum Computing Is Pure Unmitigated Bullshit by Nazlfrag · · Score: 4, Informative

    Who to go with, the military funded scientists working on a solid foundation of one of the most tested and proven physical theories mankind's best and brightest conceived of and developed with working models or a random blogger who can't get his head around the uncertainty principle.

    Well, fair enough, Einstein himself quoted 'God does not play dice' on this very issue, before coming to terms with it. You might have the best of intentions but unfortunately you're off track. Regardless of what anybodies opinion is the quantum uncertainty model accurately predicts all available data, and theories that coincide with empirical evidence are useful and usable no matter how small or great an understanding we have of the underlying processes.

    Come up with a simpler theory that fits all the data and I'll gladly accept your claims of crackpottery, otherwise open your mind a little and realise that regardless of a deeper understanding, if the math fits, we can do it, ergo quantum computing is not just feasible, but is already happening as we speak in labs the world over, like the one in TFA.

  13. I'm in trouble... by E++99 · · Score: 5, Funny

    It has already calculated the prime roots of fifteen, three and five.

    CRAP! 15 was my RSA public key!
  14. What's a "prime root?" by wickerprints · · Score: 4, Informative

    The article mentions things called "prime roots." This is not a standard mathematical term. Rather, considering the context, quantum computing, and its most discussed potential application--quantum cryptography--it is likely that what was actually computed were primitive roots.

    For the sake of completeness, a primitive root of a prime p is an integer r such that the smallest positive value of k such that p divides r^k - 1 is k = p-1. For large primes, finding primitive roots is not a trivial task. For example, r = 2 is a primitive root of p = 5, since the positive integer powers of 2 are 2, 4, 8, 16, 32, ..., and modulo 5, this becomes 2, 4, 3, 1, 2, .... The first occurrence of 1 is for 2^4, hence k = 4 = 5-1.