Slashdot Mirror


Significant Advance in Quantum Computing

wcitech writes "Apparently scientists have been able to create circuitry that mimics the behavior of atom pairs by using superconductors." From the article: "The work, reported in the Feb. 25 issue of the journal Science, demonstrates that it is possible to measure the quantum properties of two interconnected artificial atoms at virtually the same time. Until now, superconducting qubits--quantum counterparts of the 1s and 0s used in today's computers--have been measured one at a time to avoid unwanted effects on neighboring qubits." The second Quantum computing revelation this month, in fact.

49 of 180 comments (clear)

  1. Phew by qw0ntum · · Score: 5, Funny

    Before I go worrying about quantum computers, I need to get my own working. But in a quantum world, I guess they are working AND messed up at the same time.

    --
    'Every story, if continued long enough, ends in death.' --Ernest Hemingway
    1. Re:Phew by Pax00 · · Score: 3, Funny

      Before I go worrying about quantum computers, I need to get my own working. But in a quantum world, I guess they are working AND messed up at the same time.

      Broken and working at the same time.. how is that different than running windows?

  2. I'm not a quantum engineer by GreyWolf3000 · · Score: 4, Interesting

    This question may be stupid but...

    Would we need to read 32 quantum states at a time to get '32-bit' registers to build basic processors??

    --
    Slashdot: Where people pretend to be twice as smart as they really are by behaving like children.
    1. Re:I'm not a quantum engineer by Jeff+DeMaagd · · Score: 4, Informative

      I don't think it works that way.

      "Two entangled qubits, meanwhile, can simultaneously evaluate four inputs. Put another way, a traditional memory register with eight bits can store only one of a possible 28, or 256, digital "words," but a quantum register with eight qubits can represent and compute with all 256 words at once."

      link

      If you could have 32 entangled qubits, you could simultaneously evaluate 2^32 inputs, which is more than 4 billion possibilities.

    2. Re:I'm not a quantum engineer by kernel_dan · · Score: 5, Informative

      Wikipedia has a good comparison of the differences between a traditional register and a quantum register (qubits).

      --

      Illegal? Samir, This is America.
    3. Re:I'm not a quantum engineer by CajunArson · · Score: 4, Informative

      A quantum computer will probably never have 'registers' in the conventional sense since deterministic I/O like in a standard register would alter the quantum state every time a photon hit the qubits. In fact, beyond solving certain specific types of problems don't expect a quantum computer to be running minesweeper anytime soon. IANAP but from what I've seen of current experiments, the results aren't even exact like you would expect from a regular CPU, rather, a whole crapload of qubit runs are executed at once, and the most probable realized state is considered to be the 'answer'. I'm not even sure if it is possible to 'reset' the qubits after the operation without destroying them. Physcists, feel free to chime in now.

      --
      AntiFA: An abbreviation for Anti First Amendment.
    4. Re:I'm not a quantum engineer by PurpleFloyd · · Score: 3, Informative
      Sort of. While it would be necessary to have 32 qubits to build a 32-bit processor, that processor would be radically different from the one that's probably in your computer right now.

      Quantum computers probably won't ever displace conventional computers completely; while there are some tasks at which they excel, they would be incredibly inefficient for typical computer tasks. A more realistic role for a quantum computer would be a coprocessor - when the host CPU is presented with a problem that could be better solved by a quantum computer, it offloads that problem to a dedicated quantum computer to which it is attached.

      It would be a tremendous waste of technology to use a quantum computer to evaluate operations which are serial, rather than parallel, in nature. While this may someday change - there was, after all, a day when all the computers in the world didn't have as many transistors as are in a single modern desktop - it is likely that for the forseeable future, quantum computers will remain far too valuable and rare to be used for anything a more conventional computer could do as well.

      --

      That's it. I'm no longer part of Team Sanity.
    5. Re:I'm not a quantum engineer by MOBE2001 · · Score: 5, Interesting

      "Two entangled qubits, meanwhile, can simultaneously evaluate four inputs. Put another way, a traditional memory register with eight bits can store only one of a possible 28, or 256, digital "words," but a quantum register with eight qubits can represent and compute with all 256 words at once."

      So, If you get all possible answers simultaneously, how do you tell which one is the right answer to the problem you're working on?

    6. Re:I'm not a quantum engineer by oftheapes · · Score: 2, Informative
      sort of...but the concepts of bits are different

      using 32 qubits gives you ((2^32)-1) and the ability to examine 4'294'967'295 solutions simultaneously you'd need 6 qubits to examine at least 32 states and no more than 63 states

    7. Re:I'm not a quantum engineer by Jeff+DeMaagd · · Score: 3, Informative

      From my understanding, you aren't getting all possible answers simultaneously. You are evaluating all possible answers simultaneously and statistically getting the "right" answer.

    8. Re:I'm not a quantum engineer by bman08 · · Score: 2, Funny

      Yes, and NSA would be able to look at your porn. The result would be you spying on spys spying on your own porn. I think I just developed quantum masturbation... I'm going to go clear some shelf space for my Nobel.

    9. Re:I'm not a quantum engineer by Anonymous Coward · · Score: 5, Informative

      The previous poster was right. The q-registers are QM wavefunctions where the eigenstates represent possible solutions to the problem being computed. You are allowed to manipulate the wave function via quantum (hamiltonian IIRC) operators to your heart's content, but you can only measure one of the eigen states at a time. the tricky part is manipulating a q-register wave function such that the right answers are represented by eigenstates that are more probable than the ones that are wrong. It solves probablistic algorithms, and you don't a QC to do that. What a QC gives you is a way of operating on all possible states at once, whereas a regular turing machine type of computer can only act on one state at a time. This ability allows for a greater range of problems to be tackled in polynomial time by QM probablistic algorithms, such as, famously, factoring a number into its primes.

    10. Re:I'm not a quantum engineer by timothyr · · Score: 2, Informative

      You've hit on the basic power of quantum computing. In rough terms, while we have to go from 32 to 64 bits to double the processing power of a classical computer, we double the power of a quantum computer by adding just one more bit. This change in scaling allows you to do things like search a database in O(Sqrt[N]) time and factor a large number in polynomial time.

    11. Re:I'm not a quantum engineer by timothyr · · Score: 3, Informative

      That's the trick of designing a quantum algorithm. You set things up so that the "right" answer results in constructive interference, while the "wrong" answers interfere destructively. At the end of the quantum computation, all the probability rests in the answer, but in the course of the computation the system has explored many more possibilities through superposition.

    12. Re:I'm not a quantum engineer by Creepy+Crawler · · Score: 4, Insightful

      ... so that when you collapse the wave function, voila! the correct answer is revealed, as if by magic?

      Most of the time.

      --
    13. Re:I'm not a quantum engineer by aprilsound · · Score: 4, Informative

      You actually only get one answer, but all possibilities have been "computed" and the probabiliy that the answer you get is the correct one is atleast above 50%. So, if you need to be certain, you repeat.

      It basic computational theory terms, it is a true non-deterministic fintite automata. For example, suppose you want to compute the sortest route covering all the edges on a graph (if you dont understand that, imagine streets as edges, and that you want to travel down every street).
      This is a classic NP problem, the traveling salesman problem. It is very simple to devise a method of computing a solution, but for a graph of N nodes, the complexity is O(x^n), or exponential growth. In other words, 2 nodes isnt bad, but 10 nodes takes x^8 times as long (x is some constant btw), so for any non trivial TSP, that is quite a long time.
      A quantum computer, however, can solve it in roughly O(N) time, because it computes all possible paths at once, and then the shortest is "probably" the resulting state.
      Simple in concept, but implemention is another thing... Google for Shor's algorithm if you want more information.

    14. Re:I'm not a quantum engineer by Anonymous Coward · · Score: 2, Informative

      Ok, it works like this: you start off by initializing your qubits to a uniform superposition of states. That is every different possible string of 1s and 0s of a length n has an equal chance of occurring if you take a measurement at this point. Then you perform an operation on this state. The Cliff's notes version of things is that you should pick an operation that transforms each state onto one that is likely to be the answer. Then when you measure the outcome you are likely to get the answer you're looking for. So long as the probability of getting the wrong answer has some upper bound less than one you can just rerun the algorithm until you have get the right answer.

      All of the basic theoretical work is in place. We've got algorithms, we've got error correcting methods, we've got quantum programming languages and we have every reason to believe it will work. Based on other experiments in quatum mechanics all of the basic principles work.

      The biggest problem with quantum computing is that it's going to be expensive for a long time. These systems are fragile and must be shielded from outside events. Implimentation hasn't caught up with theory yet. We've got problems such as storing a qubit for an extended period of time and it may be a while before useful memory densities are achieved.

      There's a lot left to be done, but quantum computing isn't a scam.

    15. Re:I'm not a quantum engineer by Chmarr · · Score: 2, Interesting

      What you actually need is a function that flags 'this is the right answer', and then you just read off the inputs.

      For example, with a sufficiently large QC, you could find an input that matches a particular SHA-256 input INSTANTLY. Ie, "Give me the input where the output is equivalent to this hash".

    16. Re:I'm not a quantum engineer by Daniel · · Score: 2, Informative

      You can analyze the probability of an algorithm's success without knowing the answer it'll produce. This is a well-known technique even outside the realm of quantum computing. Here's a simple example: I have a number between 1 and 100; try to guess it. Of course, there's the standard O(log n) technique (which is probably the best one in this case!), but you could also just guess randomly until you find the number. In this case, you have a certain chance of finding the answer within, say, 200 steps (can't remember offhand but it should be fairly high). If you decide to arbitrarily terminate the search at this point, you can calculate the probability of the algorithm succeeding. Standard practice is to just prove that you have at least a 50% chance of success (at which point you can achieve an arbitrarily high chance of success by iterating the algorithm enough times) -- of course, 50% is an arbitrary number; any number above 0% would work from a theoretical point of view.

      An example of a real algorithm that works this way is primality testing. There's an easy test that returns "false" for all primes, and returns "false" or "true" with equal probability for composites. (search for "Solovay-Strassen") Since the probability of a false negative is 50% (when you have a composite) if you pick enough samples and they all fail, you can say that there's a "high probability" that the number is prime. (for instance, 256 tests will get you odds of 1/(2^256) that the answer is wrong)

      I don't pretend to understand quantum computing, but I do know that the basic processes are probabilistic, so it's not surprising that you end up with a probability of finding the right answer. Also bear in mind that there are only two (last time I checked, anyway) known algorithms for quantum computers, or at least only two that are significantly faster than the "standard" version, so it's not like QC is claimed to solve every open problem in computer science (despite what some guy above was saying).

      Daniel

      --
      Hurry up and jump on the individualist bandwagon!
  3. And the winner is... by dfn5 · · Score: 5, Funny
    Number 3 in a quantum finish

    No fair! You changed the outcome by measuring it!

    --
    -- Thou hast strayed far from the path of the Avatar.
  4. I'm guessing... by OneOver137 · · Score: 2, Interesting

    the whole paradigm of 'xx-bit processor' will go out the window once the technology matures and software makes full use of the capabilities.

  5. applicable quote by Triumph+The+Insult+C · · Score: 5, Funny

    "So, computers. I hear they basically break down to a bunch of ones and zeroes. I don't know how that means I can see naked women on my screen, but God bless you people"

    --
    vodka, straight up, thank you!
  6. Related Quantum News: The Slashdot Effect by Nova+Express · · Score: 4, Funny
    Scientists also announced that they had discovered a principle similar to Von Neuman's Catastrophe, namely The Slashdot Effect. This effect makes it impossible to both link to the story from Slashdot and read the story thus linked, as the very act of linking it renders the story impossible to read. To isolate these quantum fluctuations from the greater Slashdot Effect, scientists have suggested calling this specific quantum problem Commander Taco's Catastrophe...

    --
    Lawrence Person (lawrencepersonh@gmailh.com (remove all "h"s to mail)

    http://www.lawrenceperson.com/

  7. Re:Advances? by JDevers · · Score: 4, Insightful

    Well, obviously it isn't ready but there are steps between "hey, I've got a good idea" and "you want to buy this product from me???"

  8. Not so soon, may be never by karvind · · Score: 5, Informative
    A non BS critical review.

    Quantum computing: a view from the enemy camp

    Quantum computing relies on processing information within a quantum system with many continuous degrees of freedom. The practical implementation of this idea requires complete control over all of the 2^n independent amplitudes of a many-particle wavefunction, where n>1000. The principles of quantum computing are discussed from the practical point of view with the conclusion that no working device will be built in the forseeable fu

  9. Re:Advances? by nacturation · · Score: 3, Insightful

    If your idea of quantum computing is a computer only capable of a handful of bits and costing millions, then yes... the technology is ready. Would you like fries with that?

    --
    Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
  10. What's the point? by jholzer · · Score: 3, Funny

    From http://en.wikipedia.org/wiki/Quantum_computer#Bits _vs_qubits
    "This dramatic advantage of quantum computers is currently known to exist for only those three problems: factoring, discrete log, and quantum physics simulations."

    I don't see Quake 10 on the list, so what's the point?

    1. Re:What's the point? by Jerf · · Score: 3, Insightful

      I don't see Quake 10 on the list, so what's the point?

      The point, of course, is to solve the factoring, discrete log, and quantum physics simulation problems.

      Whether that is worth the resources being thrown at it is an exercise for the reader.

      (The more I learn about quantum computing, the less likely I think it is and the more I wonder what all the fury is about. I expect this will collapse in about two years and be remembered right next to the "great" AI era of the 80's. Hey, maybe I'm wrong... and hey, maybe 80's style AI programming really is the path to strong AI and we just didn't try hard enough... but I'm not holding my breath and the burden of proof remains on the researchers.

      It reminds me of FTL or teleportation; with every little "advance" physics fanboys crow about how much "closer" we are, whereas I see an ever-refined understanding of why the thing we are looking for is still impossible and the potential loopholes slamming shut.

      Preparing for "-1, troll" from physics fanboys in five... four... three...)

    2. Re:What's the point? by Zeinfeld · · Score: 2, Interesting
      "This dramatic advantage of quantum computers is currently known to exist for only those three problems: factoring, discrete log, and quantum physics simulations."

      Actually it is slightly more general. Having spoken with some high powered cryptographers (i.e. the ones with the Turing awards) there is a strong suspiscion that any problem which allows a public key cryptosystem to be created will turn out to be efficient on a QC machine.

      There seems to be something pretty fundamental going on there. The really wierd part is that the speedup does not appear to apply to symmetric ciphers. So AES is secure even if RSA is bust.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
  11. Re:Religious implications by ulatekh · · Score: 4, Insightful

    Of course! We created God...in our image and likeness, no less.

    --
    "Once we've identified and embraced our sickness, we'll have strength...and that's when we get dangerous." - John Waters
  12. cray icon by pulgabm89 · · Score: 2, Informative

    This is very interesting. Where does /.'ers get their ideas from? http://hilbert.math.uni-mannheim.de/~seiler/cray.j pg/

  13. Re:Serious question. by Planesdragon · · Score: 2, Insightful

    Nothing.

    No, wait. It means that we're going to have to stop lying to ourselves, admit that no communication mechanism can ever be capital-S secure, and listen to the geeks who've been saying that security needs to be convincing people not to try, detecting when they do, and being able to recover from any intrusion.

  14. Booor-ing... by Goonie · · Score: 4, Interesting
    Why merely crack RSA and radically speed up quantum physics simulations? That's aiming far too low.

    Instead, Tien Kieu from my university wants to solve arbitrary Diophantine equations using quantum effects. If he's a) correct, and b) it becomes possible to create the required quantum behaviours for arbitrary equation, the following problems become solvable:

    • The halting problem for arbitrary Turing machines, with all that that would imply.
    • The Riemann hypothesis.
    • Goldbach's conjecture

      Needless to say, to say people are sceptical of Kieu's ideas is an understatement, but it's fun to speculate about the "what if"...

    --

    Any sufficiently advanced technology is indistinguishable from a rigged demo
    --Andy Finkel (J. Klass?)
    1. Re:Booor-ing... by captain1010 · · Score: 5, Informative
      No.

      Quantum computers can change the rate at which problems are solved, but not whether or not a solution is technically achievable through computation.

      Goldbachs' conjecture and the Riemann hypothesis might be provable through an accelerated brute forcing of all possible proofs if, for example, P=NP and algorithmic degrees and coefficients are reasonable, but this is only because such a brute force may be doable already with a sufficiently ginormous length of time (assuming that they are in fact provable to begin with, which some true propositions are not (unless our math is internally inconsistent)).

      The halting problem cannot be solved for arbitrary Turing machines. Period. No algorithm, as we think of them, using quantum computers or not, will get around the fact that such a solution would create a logical inconsistency (a program could determine whether or not it itself would halt, and then do the opposite, but then it would have been wrong, which it can't be by assumption, and so reality bursts into flames). The only possible catch is that a technique that cannot be encoded in a Turing machine would not cause this particular logical inconsistency to arise. Basically this leaves an opportunity for solution through revelation. Or not, depending on your philosophical persuasion towards flaimbait and the rest of existence.

      Again, though, quantum computers do not allow one to execute algorithms that are beyond simulation (albeit more slowly) on classical computers. What ifs are fun, but this one, at least in part, is worse than baseless.

    2. Re:Booor-ing... by IWannaBeAnAC · · Score: 2, Interesting
      Interesting. I am somewhat familiar with the 'Quantum Adiabatic Theorem', but you need to remember that it is a 'theorem' in the physics sense, not mathematical. ie, there isn't a proof, and moreover, a lot of people (including me) have doubts about it.

      Originally the theorem was proposed as a means of solving NP-complete problems on a quantum computer. ie. to show that for a quantum computer, P=NP. I don't think many people actually believe that, and there are no known algorithms for NP problems. That is wild enough, but it is *really* wild that Kieu is saying that it can solve the halting problem. If the adiabatic theorem really imples that the halting problem is solvable, then I think it is just a very big nail in the coffin of the 'theorem'.

      Aside: I thought the Reimann Hypothesis was formally undecidable? I also don't understand how the proof of Goldbach's conjecture would work. How can a finite computer test that the theorem is true for arbitarily large numbers? A symbolic proof is maybe possible, but then where does the computation come in? I guess I should read his paper....

    3. Re:Booor-ing... by aprilsound · · Score: 2, Informative

      Ummm... the halting problem is PROVEN to be unsolvable. Check any introductory computational theory text.

  15. I had a French Arabic math prof... by MAdMaxOr · · Score: 2, Funny

    who said "rectun" for rectangle, and "enitrate" for integrate, etc.

    He tried to say:
    "To integrate, you use small rectangles instead of large rectangles in your Riemann sum because they work better."

    but ended up sounding like:
    "To penetrate, you use small rectums instead of big rectums when your wiener's up because they work better."

    True story

  16. More to it than that... by Goonie · · Score: 3, Interesting
    The halting problem cannot be solved for arbitrary Turing machines. Period. No algorithm, as we think of them, using quantum computers or not, will get around the fact that such a solution would create a logical inconsistency (a program could determine whether or not it itself would halt, and then do the opposite, but then it would have been wrong, which it can't be by assumption, and so reality bursts into flames). The only possible catch is that a technique that cannot be encoded in a Turing machine would not cause this particular logical inconsistency to arise.

    You've got it in one. According to Kieu, his system is a non-computable process; you can't simulate what it does on a Turing machine. Hence your objection doesn't apply to his claims.

    However, there are apparently lots of other objections.

    --

    Any sufficiently advanced technology is indistinguishable from a rigged demo
    --Andy Finkel (J. Klass?)
  17. This isnt right either.. by rufusdufus · · Score: 3, Insightful

    A quantum register does not actually represent all possible inputs. It represents a superposition of all possible inputs; this is a very important distinction.

    When the register is 'read' after a computation, it contains exactly one result representing the results of one random possible input. Using a classical algorithm with the register would be exactly like a normal computer with a random setting as the input.

    Getting anything special from a calculation from a qubit register is extremely tricky. Shor's algorithm does a special quantum fourier transform on the register to get the most common possible output [this is a metaphor] and only works because the values of the qbits are not independent (and thus do not represent all possibilites). The algorithm must be run several times to even get a statistically meaningful result.

  18. Re:Quantum computing isn't the holy grail by Anonymous Coward · · Score: 2, Funny
    You don't get it. This is Slashdot. The kids here watch a lot of the Sci-Fi Channel and anime DVDs. While generally agnostic or atheist in matters of mainstream religion, the idea of quantum computing ties together all the accumulated nonsense which fills their heads. Much like the "grace" of conventional religion, "quantum computing" provides the "magic potion" which can justify their belief in hobbits, wookies, and so on -- "Well if quantum computing can exist maybe that other stuff is true too . . ."

    Remember, the average Slashdot reader doesn't have a degree in physics or electrical engineering. They are typically dropouts from junior college CS programs. If they are lucky enough, they drift into a job administering Windows machines at a non-profit organization. Chatting about "quantum computing" lifts their spirits, however briefly, and distracts them from their humdrum lives.

  19. Re:sounds like rainman autistic computer.... by ByteSlicer · · Score: 3, Interesting

    The similarity between brains and a quantum computer comes from the fact that the neurons in the brain also process the data in parallel. There is no quantum computing going on inside the brain. There recently was an article about an autistic savant explaining his calculation skills. Numbers are just shapes to him, and multiplying them means he just merges them in his head and reads back the emerged shape. Probably his visual cortex is doing the parallel operations on the shapes here (maybe similar to using the shader engines on your graphics card for doing calculations).

  20. Re:Quantum computing isn't the holy grail by maxwell+demon · · Score: 4, Informative

    Thode PDFs don't speak about quantum computers. They speak about using quantum devices to build more efficient classical computers (the fact that they call it quantum cellular automata doesn't mean that it is a quantum computer, it just uses quantum dots for operation). Indeed, they depend on inelastic processes, exactly those processes which actually pose the biggest problem in quantum computing.

    Not every computing which uses quantum mechanics is quantum computing (indeed, otherwise our current computers would have to be quantum computers since semiconductor physics just cannot be done classically).

    Quantum computers are computers which specifically work with quantum information (i.e. superpositions and entanglement). The papers you cited use quamtum dots to more efficiently process classical information.

    Now that doesn't mean that the QCA work is less important (indeed, I think it's far more probable that you'll at some time work with computers based on QCAs than that you'll ever see a real quantum computer in your life). It's just that QCAs are not QCs.

    And yes, I am a quantum physicist (although I don't work on quantum computing).

    --
    The Tao of math: The numbers you can count are not the real numbers.
  21. We already know what they will look like by jgardn · · Score: 4, Informative

    There's no need to speculate on how a quantum computer will work. We already have working examples, and we already know the generic properties of them. Instead of trying to figure it out on your own, go read the vast amounts of information on the topic available.

    The three properties of the QC that are most important:

    1. You can set the state of the qubits to whatever you like.

    2. You have some transformation that the qubits will go through. This can be arbitrarily complex, and will be the most interesting part of the machine.

    2. You can get a really good estimate of the state by doing the operation from the same initial state several times. See, when you go to measure a quantum state, you get one possibility of many. You have to make a lot of measurements to figure out what is really happening.

    The best comparison is to think of the single-slit experiments you did in High School physics. You take a parallel light source (sunlight, laser, light from a distance) and have it strike a plate with a very thin slit. Then you hold a piece of paper where the light comes out. You will see bands of light, and some chromatic aberrations (you will see colors).

    If you consider a single photon travelling from the light source and approaching the slit, passing "through" the slit, and then travelling off into any one of the finite number of directions, you ask the question: How can we predict which way it will go?

    The answer is you can't. You have to do it a lot (like with a beam of light) and you can easily see what the probabilities are from that.

    You can probably think of the experiment I described above as a very simple form of a quantum computer. You set the input - the light travelling into the slit. You have the transformation - the slit. And you can read the results by doing it several times.

    That's all quantum computing will do for you. It's up to the really smart guys in white lab coats to figure out how to turn that into something useful.

    I believe this will all be abstracted away from your eyes, just like today you don't worry about which register your integers is stored in and such. You will merely say, "Run the calculations on this set of data and give me the result" and it will do it before you can blink.

    Heck, ordinary people won't even get to own a quantum computer until two things happen: (1) We find a better use for them than hacking into banks and stealing people's identities, and (2) we have built up enough of a reportoire of transformations that some subset of that is actually useful to solve the problems we face in computing today.

    --
    The radical sect of Islam would either see you dead or "reverted" to Islam.
    1. Re:We already know what they will look like by sethjk1 · · Score: 2, Informative

      c-span showed a interesting talk from the library of congress Digital Future series. There is a link at http://www.c-span.org/congress/digitalfuture.asp (it is the one from Monday, January 24) There were very few really good questions, but a very bright scientist explains the basics. I would have liked to know if there is any P=NP optimism...

  22. Time issues in quantum theory by rjdegraaf · · Score: 2, Interesting
    From the article:
    ...demonstrates that it is possible to measure the quantum properties of two interconnected artificial atoms at virtually the same time.
    and the uncertainty in the energy of the quanta increases, due to the uncertainty relation!

    Also,

    ...virtually the same time.
    Time is relative to the observer, and quantum theory treats time linear but Einstein says otherwise. Take a look at an EPR situation in space-time (talk by Roger Penrose).
  23. Here's another question by Ryvar · · Score: 2, Interesting

    If we can read the state of two entangled atoms, is communication at greater-than-light speed now possible? Wouldn't this violate causality?

    Just curious.

    --Ryv

  24. Re:Are you sure? by aprilsound · · Score: 2, Informative

    NP stands for Nondeterministic Polynomial Time so, yes, in theory, a quantum computer should be able to solve any NP problem in polynomial time, since any NP Complete problem (Im not sure if factoring ala Shor's algorithh is one) will reduce to any other NP problem in P time. As far as P = NP, a quantum computer would not resolce that, since it is still just a brute force attack on an NP problem. Resolving P v. NP is a theory problem, not a hardware problem. It might be more acuarate to call it a "non-deterministic" computer. You can currently similate a quantum computer (VERY slowly) on a serial device, and it could, eventualy, solve any NP problem. You actualy wouldn't need the simulation of the QC, but either way "eventualy," in most nontrivial cases, would mean after the sun burns out...

  25. Sorry, but this is wrong by Catullus · · Score: 2, Insightful

    There have been no algorithms devised for quantum computers so far that can solve NP-Complete problems like the Travelling Salesman Problem in polynomial time.

    It *is* possible to achieve a square-root speed-up on essentially any problem in NP using Grover's algorithm, but it has also been shown that this is the best that can be achieved without exploiting the structure of these problems in some way as yet unknown.

    It would be a major advance if anyone did come up with such an algorithm, and in fact (I think) most people believe it's not possible. Incidentally, resolving this question either way would not imply that P = NP or P != NP.

  26. this is dead wrong by rufusdufus · · Score: 2, Insightful

    there is no quantum algorithm to speed up np complete problems. this whole post is just not right