Slashdot Mirror


IBM Gives Everyone Access To Its Five-Qubit Quantum Computer (fortune.com)

An anonymous reader writes: IBM said on Wednesday that it's giving everyone access to one of its quantum computing processors, which can be used to crunch large amounts of data. Anyone can apply through IBM Research's website to test the processor, however, IBM will determine how much access people will have to the processor depending on their technology background -- specifically how knowledgeable they are about quantum technology. With the project being "broadly accessible," IBM hopes more people will be interested in the technology, said Jerry Chow, manager of IBM's experimental quantum computing group. Users can interact with the quantum processor through the Internet, even though the chip is stored at IBM's research center in Yorktown Heights, New York, in a complex refrigeration system that keeps the chip cooled near absolute zero.

17 of 84 comments (clear)

  1. IBM by Anonymous Coward · · Score: 2

    They still make hardware?

    1. Re:IBM by Big+Hairy+Ian · · Score: 2

      I thought they got out of hardware when deployment stopped involving a fork lift

      --

      Build a Man a Fire, and He'll Be Warm for a Day. Set a Man on Fire, and He'll Be Warm for the Rest of His Life.

    2. Re:IBM by lfourrier · · Score: 2

      I'm quite certain the refrigeration system for nearing zero K is enough for needing some forklifts...

    3. Re:IBM by ArchieBunker · · Score: 5, Informative

      Guess you haven't bought a mainframe lately. That market is doing extremely well.

      --
      Only the State obtains its revenue by coercion. - Murray Rothbard
    4. Re:IBM by Anonymous Coward · · Score: 3, Funny

      Would someone tell me how this happened? We were the fucking vanguard of computing in this country. The IBM 360 was the mainframe to rent. Then the other guy came out with a three-qubit computer. Were we scared? Hell, no. Because we hit back with a little thing called the IBM 370. That's thirty-two bits and an a DASD storage array. For databases. But you know what happened next? Shut up, I'm telling you what happened—the bastards went to four qubits. Now we're standing around with our cocks in our hands, renting thirty-two bits and a tape drive. High-speed controller channels or no, suddenly we're the chumps. Well, fuck it. We're going to five qubits.

      Sure, we could go to four qubits next, like the competition. That seems like the logical thing to do. After all, three worked out pretty well, and four is the next number after three. So let's play it safe. Let's make a thicker substrate and call it the Qubit3SuperTurbo. Why innovate when we can follow? Oh, I know why: Because we're a business, that's why!

      You think it's crazy? It is crazy. But I don't give a shit. From now on, we're the ones who have the edge in the quantum computing game. Did anyone get fired for buying IBM? Fuck, no. No man ever got fired for buying IBM.

      What part of this don't you understand? If two qubits is good, and three qubits is better, obviously five qubits would make us the best fucking quantum computer that ever existed. Comprende? We didn't claw our way to the top of the computing game by clinging to the two-qubits industry standard. We got here by taking chances. Well, five qubits is the biggest chance of all.

  2. The magic of Quantum by Anonymous Coward · · Score: 5, Funny

    And IBM will also give no one access to its Five-Qubit Quantum Computer?

    1. Re:The magic of Quantum by stealth_finger · · Score: 2

      Have a look, although that will change the result.

      --
      Wanna buy a shirt?
      https://www.redbubble.com/people/stealthfinger/shop?asc=u
  3. count {all | some | none | any} the things by Pseudonymous+Powers · · Score: 3, Interesting

    Five qubits? According to understanding of quantum computing, which I got by reading two seconds of various Wired articles before the paywall kicked in, that means that this amazing machine is capable of storing every value between 0 and 31 simultaneously!

    1. Re:count {all | some | none | any} the things by Anonymous Coward · · Score: 3, Informative

      On Wired, just use the old right-click -> 'Print' trick. Then read the print preview. Gets around the paywall quite nicely.

    2. Re:count {all | some | none | any} the things by thinkwaitfast · · Score: 2

      It is when you live in a four bit universe.

    3. Re:count {all | some | none | any} the things by ctrl-alt-canc · · Score: 2

      It depends from who used them before. For example, Chuck Norris' qubits are always set to 1.

  4. Even though by Anonymous Coward · · Score: 4, Funny

    Users can interact with thing through the Internet, even though the thing is stored at location.

    Wow! What an amazing application of the Internet!

  5. W A T S O N by yodleboy · · Score: 4, Funny

    WATSON = 5 letters
    IBM quantum computer = 5 qubits


    Coincidence? I think NOT!

    1. Re:W A T S O N by yodleboy · · Score: 4, Funny

      oh jesus, it's too early for slashdot... excuse my counting failure.

  6. Re:Doesn't sound like "Everyone" to me by CronoCloud · · Score: 2

    What's with the wildly inaccurate and misleading titles on slashdot lately?

    You Must Be New Here.

  7. Re:dont get it by ComputerGeek01 · · Score: 2

    Quantum computing is next to useless if you're just computing elementary algebra because the answer is definitively known. As a matter of fact, I thought they still offload these kinds of operations to co-processors because they are still either incapable or dramatically inferior at doing them. On the other hand, if you're doing something more involved like mapping a function on a chart, then having the entire range of answers "instantly" available is far more useful. Imagine not having to worry about stack heap exhaustion, or recursion depth limit BS; you would have code that actually did what you tell it to without having to resort to hackish ad-hoc douche-baggary with a full paragraph of comments begging your successor for their forgiveness. Of course we're knocking our selves back to 1975 in terms of programming languages and destroying every advancement we've ever made in encryption by doing all of this, but quantum entanglement should make encryption obsolete anyway.

  8. Re:what does a quantum algorithm look like? by Anonymous Coward · · Score: 3, Interesting

    The ones I've seen any detail on behave like a finite state machine, except that the state retains all possible positions from the full range of inputs as modified to that point of the algorithm and a 50% chance of entering an error flow that results in an incorrect answer. Fortunately, the incorrect answer is not consistent, so if the algorithm does have a consistent correct answer it will be the most common answer after multiple executions.

    Once your sequence of parallel finite state analyses gives you a strong assertion of a correct answer, it is relatively trivial to test that answer with even a naive classical algorithm.

    In theory, a quantum-inclusive machine can solve many problems in 2O(n) time (as in, two separate O(n) sub-algorithms) that would take a classical system O(n*n). How perfectly it scales to reducing O(n!), O(x^n) and similar is beyond my current familiarity.