Slashdot Mirror


Web Quantum Computer Simulator

Heraklit writes "As reported on Heise News, the Frauenhofer Institute of Computer Architecture and Software Technology has made available the first online quantum computer simulator - it will be simulating up to 31 quantum bits, for testing new advanced quantum algorithms. Behind the scenes, it is a 32 node Athlon 3200 Myrinet Linux Cluster with 56GByte RAM! Now imagine the computing power of a few hundred qubits, if ever constructed..."

69 of 238 comments (clear)

  1. maybe they should read /. more? by garcia · · Score: 3, Interesting

    Wow, I really hope that they didn't put those 32 processors and 56GB of DDR RAM into use for this. Sounds like they should have read this article instead. Maybe it would have been cooler and not so grainy!

  2. Qbit algorithm explained... by Anonymous Coward · · Score: 5, Funny

    The algorithm in psuedo-code:

    int qbit[32];

    for ( i = 0; i < 32; i++ )
    qbit[i] = (rand() >>30) & 0x01;


  3. Nice rack. by Anonymous Coward · · Score: 5, Funny

    Nice rack, seriously. Clean, uncluttered.

    1. Re:Nice rack. by avgjoe62 · · Score: 2, Funny
      Nice rack, seriously. Clean, uncluttered.

      It is a sympton of my utter geekishness that I imagined the blonde with the nice rack after I looked at my messy, cluttered equipment rack...

      --

      How come Slashdot never gets Slashdotted?

  4. You cannot imagine a beowulf cluster of these by marat · · Score: 4, Funny

    Since power and probably complexity to program increases exponentially.

  5. Those crazy Perl users have beaten them to it! by James+A.+S.+Joyce · · Score: 4, Informative

    It's more convenient than Web interface and has no arbitrary limits...it's a quantum computing module for Perl! There's also libquantum for C users, and QCF for Matlabbers.

    1. Re:Those crazy Perl users have beaten them to it! by hweimer · · Score: 2, Informative

      It's more convenient than Web interface and has no arbitrary limits...it's a quantum computing module for Perl! There's also libquantum for C users, and QCF for Matlabbers.

      I don't know about QCF, but Quantum::Entanglement and libquantum take a different approach. The perl module gives a rather abstract layer without simulating the physics of a quantum computer at all. libquantum has been designed as a gate-level simulator which allows the analysis and optimization of complex quantum circuits.

      Here, the simulation goes all the way down to the quantum-mechanical description of a quantum computer. This is a computationally a harder task which explains the heavy hardware. This is nothing new and has been done before (e.g. here).

      --
      OS Reviews: Free and Open Source Software
    2. Re:Those crazy Perl users have beaten them to it! by wass · · Score: 2, Interesting
      I am working on a quantum computing simulation in Java as well, and it's been up for a few months now. So far I only have single-qubit operations, which are useful only in explaining how qubits act and how they differ from classical bits. The meat of quantum computation doesn't really kick in until you can have multiple qubits entangled.

      Anyone interested can try it out here . You can take any valid input qubit, operate on it with any of six different single-qubit operators, and then see the output qubit. Qubits are represented as both complex spinors and on the Bloch sphere.

      Next up is to add two-qubit operations, then work to having a controllable demo of quantum teleportation. I'd appreciate any constructive comments, if anyone would like to add some input.

      --

      make world, not war

  6. Re:Obligatory by grahamlee · · Score: 4, Funny

    If I did, they would collapse into a single state and be useless as quantum computers.

  7. Finally... by bairy · · Score: 5, Funny

    A "PC" that just scrapes Longhorn's requirements.

    --


    Get paid to search..It's geniune and
  8. Tron by Sinful_Shirts · · Score: 2, Funny

    "Now imagine the computing power of a few hundred qubits, if ever constructed..."

    Tron? :)

    1. Re:Tron by DataPath · · Score: 4, Funny

      Noah constructed a supercomputer called "The Ark" that was composed of 300 qubits by 50 qubits by 30 qubits, or 450,000 cubic qubits.

      Hmmm... sounds like the basis for some cheesy sci-fi - kind of like a matrix, but to protect minds from some psycho-viral plague.

      --
      Inconceivable!
    2. Re:Tron by MZGuy · · Score: 2, Funny

      "Skynet begins to learn, at a geometric rate. It becomes self-aware at 2:14 a.m. eastern time, August 29. In a panic, they try to pull the plug.."

      --
      "Bad command or file name" - Microsoft Disk Operating System
  9. Quantum Observations by Nom+du+Keyboard · · Score: 5, Funny
    Well, there goes my private encryption key.

    The only question left is, can a Quantum Computer Simulator handle the /. effect?

    --
    "It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
    1. Re:Quantum Observations by shadowcabbit · · Score: 5, Funny

      The only question left is, can a Quantum Computer Simulator handle the /. effect?

      Maybe, maybe not.

      --
      "Why Subscribe?" Good question...
    2. Re:Quantum Observations by WarriorPoet42 · · Score: 5, Funny

      It both can handle /. and cannot handle /. This is known as the CowboyNeal's Cat Effect.

  10. Re:fp! by garcia · · Score: 3, Funny

    Aww, I have a fan club! Thanks AC! This is the greatest day of my life!

    Oh wait.

  11. For the quantumly challenged amoung us by Timesprout · · Score: 3, Interesting

    ie me, can somebody please explain in lay persons terms what simulation of quantum processes involves?

    --
    Do not try to read the dupe, thats impossible. Instead, only try to realize the truth
    What truth?
    There is no dupe
    1. Re:For the quantumly challenged amoung us by shadowcabbit · · Score: 4, Funny

      strictnein writes:
      the answer I got was.... I don't know. I don't even know what the fuck I did. Just pushed buttons and two minutes later it told me I was done! THE QUANTUM POWER IS AMAZING!

      Profane MuthaFucka writes:
      Isn't Qbit that dude that jumps all over the pile of blocks?

      maxbang writes:
      You changed the outcome of the loading time of the page by posting a link to it!

      If anyone can explain quantum computing to you and me, pal, it's patently obvious they don't read /.

      --
      "Why Subscribe?" Good question...
    2. Re:For the quantumly challenged amoung us by Anonymous Coward · · Score: 2, Informative

      Traditional digital computing uses the basic bit that can be on/off. Quantum computing uses a qbit that can be 0, 1, or superposition of the two. Using this formalism, one can construct simulations that are "instantious" of complex systems that are modeled using probability distributions instead of traditional statistical techniques. The problem is that now the computational work has been shifted to setting up the model for the simulation. But the model will always be "instantious" (if this was quantum hardware it would actually be instantious, but since these libraries simulate quantum computing it isn't in this case).

    3. Re:For the quantumly challenged amoung us by scrod98 · · Score: 4, Funny
      I thought I might be helpful by looking it up.

      Now my head hurts and I still don't understand it, or any practical applications.

      Please someone start an amusing rant about how [insert OS here] would do this much better. Need entertainment to make head stop hurting. Or beer.

      --
      LETS DECOMPOSE & ENJOY ASSEMBLING
    4. Re:For the quantumly challenged amoung us by WarriorPoet42 · · Score: 2, Informative

      What this refers to is the fact that quanta do not have discrete positions. They have probabilities. 50% chance of location A or 50% chance of location B (to make it simple). The issue is that until you check, it exists at BOTH A and B. But even after you check, there are problems...

      One of the fundamental principles of quantum mechanics is Heisenburg's Uncertainty Priciple. It states that you cannot know both the location and the velocity (remember that in physics velocity is both speed and direction).
      Explanation (basic terms):
      The smaller something is the more powerful the light you need to see it. This appeals to common sense. When you are looking at things VERY small (like quanta) the 'light' you use to look at it is powerful enough to move it. So you can know where is WAS but not where it IS. Or, you can know where it WAS going but not where it IS going. This pertains to ALL the properties of quanta.

      Long story short, maybe the tree makes a sound when it falls , and maybe it doesn't. But once you check, you change the results. See the Wikipedia entry on Schrödinger's cat for more info.

    5. Re:For the quantumly challenged amoung us by NonSequor · · Score: 5, Informative

      Basically this stuff can't be done in polynomial time. For all quantum algorithms you start by setting a bunch of qubits into a uniform superposition of states (e.g. if you do this to 8 qubits and then measure them, you will be equally likely to get any number between 0 and 255 as your result). Then you can use these qubits as input into a function and effectively calculate the value of that function over every possible value of the input. The trouble is that you don't get 2^n different values of the function, you get a superposition of 2^n states. When you measure the output, you'll only find out one of the values of the function. So in order to get a working quantum algorithm, you have to manipulate the quantum state until you have a high probability of measuring the state you want.

      Quantum computing has other complexities. Every function must output as many qubits as it has for input. It's also impossible to make a copy of a qubit without altering the original qubit. This means that in any quantum programming langauge, all funciton parameters must be passed by reference. All functions must be invertible. This can be generally accomplished by leaving the inputs unaltered and writing the output to some scratch qubits which are set to 0 beforehand.

      If you want to learn more about quantum algorithms, I suggest you read up on Grover's search algorithm. It's much simpler than many quantum algorithms and it's also proven very adaptible to other situations.

      --
      My only political goal is to see to it that no political party achieves its goals.
    6. Re:For the quantumly challenged amoung us by bgs4 · · Score: 2, Informative

      In a traditional computer, a 32-bit memory location can store a 32-bit number. In a quantum computer, a 32-qubit memory location "stores" a value for each possible 32-bit number. For example, the value stored for 0 might be 0.01, the value for 1 might be 0.25, and so on. When you actually read the memory location, there is (in this example) a 1% chance that you will read a 0, and a 25% chance you will read a 1, and so on.

      The above is a little bit simplified. The probability isn't stored directly. Rather, a complex number is stored and the probability is the square of the complex number.

      So if you want to simulate this for a 32-qubit number, you need to store in your classical computer 2^32 complex numbers. Each operation you carry out on your 32-qubit number must be done 2^32 times on a classical computer.

    7. Re:For the quantumly challenged amoung us by bgs4 · · Score: 3, Informative

      There's Grover's algorithm, which is an O(sqrt(n)) time algorithm for finding a single marked element in an unsorted database of elements, according to this site:

      http://alumni.imsa.edu/~matth/quant/473/473proj/ in dex.html

    8. Re:For the quantumly challenged amoung us by Isbiten · · Score: 3, Informative

      http://www.howstuffworks.com/news-item210.htm

      The superior power of quantum computers is due to their ability to simultaneously exist in several different, wavelike states, called superpositions. Conventional bits of data only exist in one of two states, a 1 or 0. A qubit can exist in a superpostion that is simultaneously both 1 and 0. To handle quantum data, a computer's switches must be able to interact with one another while maintaining these superpositions, so that the qubits don't fall back into 1's or 0's. Until now, researchers have tried to hold qubits in entangled states, meaning the state of any one qubit depends on the state of all others. Using this method, the collapse of one qubit back into a 1 or 0 would result in lost data.

      --
      I fought the corporate America, and the corporate America bought the law.
  12. Re:Finally... by mothz · · Score: 3, Funny

    But how many frames per second will you get playing Duke Nukem Forever on it?

  13. no fair! by maxbang · · Score: 5, Funny

    You changed the outcome of the loading time of the page by posting a link to it!

    --
    I also reply below your current threshold.
    1. Re:no fair! by beta21 · · Score: 2, Funny

      Not only did he change the outcome, the page has collapsed!

  14. powerful only for certain algorithms by Anonymous Coward · · Score: 5, Insightful

    'Now imagine the computing power of a few hundred qubits, if ever constructed...'

    A few hundred qubits would be very powerful at factoring numbers and other such specialized algorithms. But as far as linux and other "normal" software goes, a few hundred qubit computer won't be any better than a few hundred bit software.

  15. If the Q-Bit had gone to the other processor by Nom+du+Keyboard · · Score: 5, Funny
    32 node Athlon 3200 Myrinet Linux Cluster with 56GByte RAM!

    If that had been a 32 node Itantium cluster, Intel could have boasted of doubled Itantium sales for that quarter.

    --
    "It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
  16. So... I did my little quantum calculation deal by strictnein · · Score: 5, Funny

    and the answer I got was....

    I don't know. I don't even know what the fuck I did. Just pushed buttons and two minutes later it told me I was done! THE QUANTUM POWER IS AMAZING!

    1. Re:So... I did my little quantum calculation deal by Anonymous Coward · · Score: 2, Funny

      I measured it and now I'm stuck in 1955. Friggin Quantum crap. Can someone get me a weather forecast for Hill Valley in 1955, preferably showing a ligtning strike?

  17. Qbit? by Profane+MuthaFucka · · Score: 3, Funny

    Isn't Qbit that dude that jumps all over the pile of blocks?

    --
    Fascism trolls keeping me up every night. When I starts a preachin', he HITS ME WITH HIS REICH!
    1. Re:Qbit? by AntiChris · · Score: 4, Funny

      I thought Noah built an ark that was 300 qbits long, 50 qbits wide, and 30 qbits in height...
      "It's the Lord, Noah"/"Riiiiiight...."-B.Cosby

      --
      From 0 to drunk in $20
  18. On the Horizon by WarriorPoet42 · · Score: 3, Interesting

    The techs that can come for this computing power is unimaginable. Several physicits have said that it would take a quantum computer on the scall of a contemporary computer to achieve feats such as teleportation (Star Trek, eat your heart out!)
    Michael Chricton (of course) has dealt with the subject quite entertainingly in the novel Timeline. Again, I say the novel.

    1. Re:On the Horizon by hoggoth · · Score: 3, Funny

      > physicits have said that it would take a quantum computer on the scall of a contemporary computer to achieve feats such as teleportation

      Yeah, and all physicits know that if only we had enough computing power, magic would become true.

      --
      - For the complete works of Shakespeare: cat /dev/random (may take some time)
    2. Re:On the Horizon by Jerf · · Score: 4, Interesting
      Several physicits have said that it would take a quantum computer on the scall of a contemporary computer to achieve feats such as teleportation (Star Trek, eat your heart out!)

      References please? The fundamental problem with teleportation is the impossibility of simultaneouly (or even a reasonable appoximation thereof) introducing kilograms of matter to kilograms of other specially entangled matter, and sending the still-necessary "decoding" data stream to the reciever.

      By my count that's at least three impossible things. In order from least impossible to most:
      1. Sending the data stream anywhere in any reasonable amount of time. (It's that last clause that's a real killer, but this might be possible to some degree.)
      2. Introducing the teleportee to the entangled matter... imagine trying to touch every atom in your body simultaneously. You can't just smoosh the teleportee into the matter, it won't work. Oh, and no fair killing the teleportee to do it.
      3. Creating kilograms of entangled matter in the first place, and managing to keep it from reacting to its environment so it stays entangled... for entire seconds, days, weeks, years. Uh-uh, nope, not in this universe.
      I don't see how QC helps with any of these.

      (It's funny how something like this brings out all the physics fanboys who, in their ignorance of physics bounded only by Star Trek, honestly think we're making some sort of progress towards teleportation and the other impossibilities. Instead, real physics just keeps stacking up the reasons why these things are impossible, and the possibilities are receding, not advancing. Why do I have the sneaking suspicion WarriorPoet42's "several physicists" are just "some other teenager I found on a web board somewhere who likes to dazzle other fanboys with his command of physics^W Star Trek buzz-words"?)
    3. Re:On the Horizon by Jerf · · Score: 3, Informative

      Another Physics Fanboy speaks out! Hi there, Physics Fanboy!

      I read your "reference" (or at least the Google cache of it), and it doesn't even contain the word "computer", so I fail to see how you've supported the claim that QC can help with teleportation. See, your (attempted) sarcastic point was actually literally true; I do know that stuff. Evidentally better than you do, since I can describe why we aren't teleporting stuff around right now. Can you? After all, we teleported a photon years ago; why haven't we done anything significantly larger? (Maybe because it's impossible? Give the idea a fair shot.)

      Anyone want to take a crack at providing a reference that actually, well, refers to WarriorPoet42's claim?

  19. Patent Fun by RareEYE · · Score: 4, Insightful

    Aren't these the same folks that hold the MP3 encoder patents? If they are the same people I wonder when they'll patent the quantum computing algorithms?

  20. ...simulated? by Cyclotron_Boy · · Score: 5, Interesting

    The scaling is not 1:1, so while it takes 32 Athlon processors with 56GB of ram, the processing power of 31 qbits is not that of the 32-processor cluster. This is an emulator, so the actual 31-qbit probably isn't quite as powerful as the hardware required to accurately mathematically model it. So while the computing power of a few hundred real qbits might be impressive, the computing power required to simulate those few hundred qbits would be extremely impressive.
    -F

    1. Re:...simulated? by Big_Breaker · · Score: 2, Informative

      In fact you'd need about 2^qbits of classical computers to directly simulate an equivalent quantum computer. That is because 2^qbit states exist for quantum computer on the road to calculating the answer. With only 32 computers involved in the simulation there must be a lot of serializing going on. Keeping track of the other states must be why they have so much RAM.

      I like to think of quantum computers as doing sorting rather than calculation. This is because you can give it the output to a classically irreversible and it will "sort" or "resolve" for the correct input from all of it's various multiverse incarnation.

  21. Re:Finally... by B3ryllium · · Score: 5, Funny

    Sorry, if you just imagine playing Duke Nukem Forever, you collapse it into a wave function and the game never gets finished.

    Or something. Look, a monkey!

  22. Damn inconsiderate... by JoeLinux · · Score: 4, Funny

    They've taken out all the fun of the "imagine a beowulf cluster of these..." by putting it in the article itself...DARN YOU SLASHDOT! DARN YOU TO HECK!

    1. Re:Damn inconsiderate... by Anonymous Coward · · Score: 2, Funny

      Ah but in Heck we only handle the small stuff. Slashdot is big. I'm forwarding your request to Hell, where they can deal with it properly.

      Regards,
      Phil, Prince of Insufficient Light

  23. Life, The Universe, & Everything by Nom+du+Keyboard · · Score: 5, Funny
    And this quantum computer simulator contained the whole answer to Life, The Universe, and Everything...

    Until somebody went and looked at it.

    (Or does that need 42 Q-bits?)

    --
    "It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
    1. Re:Life, The Universe, & Everything by Zak3056 · · Score: 2, Interesting
      And this quantum computer simulator contained the whole answer to Life, The Universe, and Everything...

      Until somebody went and looked at it.


      You're modded "Funny" but I actually found the post interesting. And here's why:

      There's a bit on THHGTTG that goes

      There is a theory which states that if ever anyone discovers exactly what the universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable. There is another theory which states that this has already happened.


      I can't help but wonder exactly what Adams knew about quantum physics... :)

      --
      What part of "shall not be infringed" is so hard to understand?
    2. Re:Life, The Universe, & Everything by Elder+Entropist · · Score: 5, Interesting

      Something else that blew my mind with Douglas Adams' work and quantum:

      In one of the books (Life the Universe, and Everything?) he explains about how the infinite improbability generator works, and he states that an artifical brain (Bambleweeney Vector Plotter?) is connected to a really hot cup of tea.

      One of the problems with quantum computers is decoherence - isolating the qubits from the environment. I was reading an article where they were discussing a strategy for this by isolating the qubits in a fluid that had a strong random component to it, but where the many interactions averaged out to zero. A fluid with lots of brownian motion - in other words, a hot cup of tea would do.

  24. You knew it was coming... by eviljolly · · Score: 3, Funny

    Imagine a beowulf cluster of....oh nevermind I don't feel like getting redundancy points.

  25. Now all they have to do... by beef3k · · Score: 4, Funny

    ... is develop a quantum algorithm that can handle a decent amount of slashdoters!

  26. a real QC would be 2^31 times faster by menscher · · Score: 2, Interesting

    I know everyone's excited about this, but keep in mind that it's 2^31 times slower than the thing it's trying to simulate. That's because it can't really take advantage of the exponential speedup from working with entangled states. Or, more accurately, it gets an exponential speedup at the cost of an exponential slowdown.

  27. Re:Errors by Anonymous Coward · · Score: 2, Informative

    3) You should always use high order bits from a RNG.

  28. Erm, can somebody explain Quantum Computing? by Anonymous Coward · · Score: 2, Insightful

    I've googled for it, and found articles and discussions on quantum computing no end, and seen the talk in computer magazines, but unfortunately none of the stuff has managed to even begin to explain to me how it really works. I just don't get the hang of it. (Maybe I'm just uncommonly thick... But I distinctly got the feeling that some of those editors weren't any better off...)

    I would really appreciate it if somebody could just briefly unfold it here, in fairly layman terms. What kind of problems do you solve with it? (How?) How do you program a computer like that? Does the architecture have anything in common with "traditional" computers? How do you manufacture those computers? Et cetera, anything is welcome that you feel could help explain it...

    I have understood that a "bit" in a QC can have any value at any given time, and that's usually where I fall off already... Thanks for any attepmts from you wiser folks! :)

  29. Re:wow!!! by zeath · · Score: 5, Informative
    Unfortunately, quantum computers aren't as powerful to the giddy consumer as that cluster describes. They're capable of doing repetitive, simple mathemetical tasks simultaneously on a large number of values. It's extremely complicated how that works, but I have it written in this paper (pdf) that I wrote a few years ago. The paper was focused primarily on quantum physics for the first half (also interesting, and related to the story ran a few weeks ago on the red laser and the parallel universe theory), while the second half deals with explaining how the quantum registers work. It starts in the second paragraph of page 3, though a few terms reference previous topics from the paper. It's only a few pages long and it'll explain a lot of things (some things more technical than others) that none of the articles explained. Especially pay attention to the first full paragraph on page four, which I'll quote here:

    Richard Feynman was one of the first to see the potential in quantum superposition for solving such exponentially complicated problems much faster. For example, a system of 500 qubits, which is impossible to simulate with any computer today, represents a quantum superposition of as many as 2^500 states. Each of these states would be equivalent to a single list of 500 1's and 0's in a classical computer. A single quantum operation on such a system would simultaneously operate on all 2^500 states; with a single tick of the quantum computer's clock, the operation would compute not just on one machine state, as our serial computers do, but on all 2^500 machine states at once. Eventually, observing the system would cause it to reduce into a single state corresponding to a single answer, a single list of 500 1's and 0's, as measured by an axiom of quantum mechanics. A classical super computer would take approximately 10^150 separate processors to accomplish this task in the same amount of time (which is, of course, impossible).


    What I can explain without too much trouble is that the cluster is merely emulating the abilities of a quantum computer. A quantum computer, conversely, would be incapable of matching the performance of, say, seti@home on all of those machines. Emulation is taxing on any system - just ask the people who are using PearPC on their brand spankin' new computers only to get sub-G3 performance out of OS X.
  30. The problem with quantum computing . . . by muskr · · Score: 4, Interesting

    For those of you who don't know: The biggest problem with quantum computing is that you can never extract all the information you compute. So you can process y=f(x) for 2^31 values of x simultaneously, but when you go to read y from the computer, you just get one solution, and what's worse, you don't even know which value of X it corresponds to!

    Using Shor's factoring algorythm, however, you can extract one of the factors of a large number without knowing all the other factors. That would be useful for public key encryption. I wouldn't worry about your PGP key just yet though. 7 q-bit computers are incredibly difficult to make. The process used to make the 7-bit QC does not scale to larger numbers easily. 2048 bit computers are way beyond our technical skills.

    On a side-note, I wonder if each computer simulates a q-bit (with one responsible for management). It would be the most obvious way to run the simulation, but may or may not be the fastest. There would need to be a lot of cross-communication since all the q-bits are entangled in any interesting quantum computation.

  31. i, for one... by sxtxixtxcxh · · Score: 3, Funny

    ... welcome our new simulated q-bit overlords.

    --
    for a minute there, i lost myself...
  32. Re:Finally... by NanoGator · · Score: 2, Funny

    "A "PC" that just scrapes Longhorn's requirements."

    Giggle giggle, snort snort. We're so good at recycling other people's jokes, I wonder why none of us have girlfriends?

    --
    "Derp de derp."
  33. It's a virtual computer by HarveyBirdman · · Score: 2, Funny

    It computes really fast as long as you don't actually want the answer.

    --
    --- Ban humanity.
  34. Re:A question... by muskr · · Score: 2, Informative

    A 31-bit QC can accomplish in a few instructions what takes this mainframe several hours.

    - C

  35. Re:Finally... by JohnHegarty · · Score: 2, Funny

    a sarcastic slashdot reader... you must be a killer with the ladies...

  36. Riiiiiiiiiight! What's a qubit? by kfg · · Score: 2, Informative

    "Let's see, I used to know what a qubit was. Well, don't you worry about that. Just get some particles, build it."

    The Wikipedia articles linked to below will certainly get you started, but they will make your head hurt.

    To ease the pain in your head I recommend Nick Herbert's Quantum Reality, a popular title, but clear, concise and accurate.

    There are a lot of popular works on Quantum Mechanics, but they all play the "pick any two" game with clarity, concision and accuracy. Herbert's is the only one I've found that nails all three.

    One of the things that I particularly like about Herbert's book is the way he makes it explicitly clear that various models built upon interpretations of QM are a)interpretations, not QM itself and b)exclusionary.

    QM presents certain logical ambiguities and paradoxes when we try to interpret it into the common world of understanding. Various models have been made to to try to deal those issues. Popular "philosophers" like to mix and match these interpretational models, believing they're a)all really the same interpretation and b)Quantum physics.

    "So there I was, cruising along faster than light, backwards in time through the multiverse. . . "

    But you can't do that, take one from column A and two from column B. Each interpretation is a logical structure unto itself and if you accept the multiverse interpretation adding elements from some other interpretations actually breaks the model's relation to QM.

    The above 'quote' is like saying:

    "So, I calculated my trajectory by Newton's Laws, but banged into a crystal sphere of Mars because I neglected one of the epicycles and didn't correct for General Relativistic forces. There's a chance I misread the initial conditions data from the chicken entrails as well."

    Anyway, just read the book. It'll make you a better person, or at least a person with a more accurate view of QM than nonphysicits who haven't. Just 250 pages, so it's not even some huge tome that takes a multimonth commitment. Like I said, it's concise. Like a good O'Reilly book.

    KFG

  37. Re:wow!!! by delibes · · Score: 4, Funny

    > (which is, of course, impossible).
    "If you've done six impossible things this morning, why not round it off with breakfast at Millway's, The Restaurant at the End of the Universe?"


    'nuff said.

    --
    This is not a sig
  38. Subtle effects of the QC by mveloso · · Score: 4, Funny

    One unintended side effect of the QC has been that answers started to show up before questions were put in. Researchers are investigating, but suspect they already know the answer...

  39. Quantum Fantasy by Colonel+Panic · · Score: 2, Informative

    Having just finished a class in Quantum computing I have these observations:

    1) Right now most of these quantum 'circuits' are implemented on NMR machines. They can realize a handfull of qubits. Not very cost effective. Unless you want your computer to double as an MRI machine (hey, you could rent it out every night!) it's not going to cost effective any time soon.

    2) Quantum Cellular Automata (QCA) - not strictly quantum computing, but a very interesting and potentially realizable (as in they might actually be able to fabricate these in the next 10 years or so) computing paradigm. The big advantages over current logic families (like CMOS): there is no current flow hence the power dissipation could be miniscule. They switch at Terahertz rates. QCA circuits are very small ( a majority gate in less space than a current CMOS transistor).

    3) Put the word 'Quantum' in front of something and it suddenly has a certain cachet.

    For the time being, most of this stuff is fantasy. At most we can build actual quantum circuits (not simulated) which have maybe 10 gates or so which isn't too useful and the implementation technology is extremely expensive (not to mention large and power hungry). QCAs may actually lead to something real - but they're not really quantum gates.

  40. I just used Quantum Computing to get a first post! by teamhasnoi · · Score: 2, Funny
    Unfortunately, I changed the outcome by measuring it, and am left with a -1 Insightful rant about 'Lawn Dart Deaths: Fact or Fiction?'

    Damn you Quantum Computing! Your seemingly random results have cost me everything!

  41. Re:Finally... by Anonymous Coward · · Score: 3, Funny

    Is that the one where she gives you the root password to her home computer?

    No, that's where you finger her box, grep a couple times, and then you stream into a secure tunnel. And if you're feeling particularly nasty, you can look for a trojan and go through the back door.

  42. Re:Commercial Backing? by 26199 · · Score: 2, Informative

    Quantum computing will never be useful in graphics... because each qubit only ever results in a single bit of information. Even with an unthinkably powerful 1000 qubit computer, one computation is going to result in at most 1000 bits of image.

    Quantum computing is useful when you have problems which are very hard even for short answers... like the travelling salesperson problem.

  43. Google Translation of Heise article by Elvon+Livengood · · Score: 2, Informative

    Simulated quantum computer in the InterNet

    Fraunhofer Institut for computer architecture and software technology ( ROOFRIDGE ) placed a quantum computer simulator on-line accessible by Webbrowser . The simulated machine can with up to 31 Qubits so mentioned work and is help to develop new algorithms and circuits for quantum computers.

    Technical details of the hard and software describe the scientists in a detailed essay on the Website. Behind the simulation by Myrinet a coupled Linux cluster with altogether 56 GByte puts main memories.

    Quantum computers are able to solve computing problems very fast at those conventional computers the teeth break off themselves -- for example the factorizing of very large numbers. They can do that, because they work with Qubits so mentioned instead of with bits. A Qubit takes both binary conditions at the same time; an arithmetic operation at a register from Qubits affects therefore all values at the same time. Each selection of the result destroys however the simultaneousness (or superposition) and reduces it to only one value.

    Therefore hardware is, which can manipulate the sensitive Qubits, it however on the other hand as well as possible before the destructive external world influences protects for material quantum computers necessarily on the one hand. On the other hand completely new algorithms are necessary, with which the final result contains to a certain extent all solutions. One of it is the factorizing algorithm of Shor .

  44. Re:Finally... by Lord_Dweomer · · Score: 2, Funny
    You could never figure it out because the instant you tried to measure it the computer would reboot.

    Oh wait, that's cuz its running Windows Quantum Edition.

    --
    Buy Steampunk Clothing Online!