German Scientists Create 5 qubit Quantum Register
CMan0 writes "In the University of Bonn, a team of scientists has built a 5 qubit register, using cesium atoms trapped by a laser-beam grid, The Register reports. They've been able to install an empty 5 bit register(i.e. all bits 0), change two of them to 1, and later read those 1s back. The next goal is to create an interaction between 2 bits. The full scientific article can be found here in PDF format."
Noah inquired.
Should the first quantum OS be M$ or Linux? :) I like to watch people argue about OS's. Makes me smile.
Let there be light, and there was "1".
An Indian-American Hindu committed to non-violent thought/speech/action alarmed by the global explosion of radical Islam
This was covered on New Scientist and IndiaTimes a few days ago. Their articles:
-New Scientist
-IndiaTimes
"a 5 qubit register should be enough for anyone"
So in ten years I'll have to wear a lead apron and protective glasses when I turn on my new computer? New fashion trend for geeks that never shut their boxes off.
Caesium atoms are quite cheap, especially when you need several of them. They are just looking forward to a future scenario where they might need to invest in 10 or even 15 atoms.
Whilst I am sure this is a step forward there must still be a big step between creating a 5-qubit register and a 5-qubit entangled register. With what they have created can only do the same as a five bit digital computer, with the second you could <insert you favourite quantum hyperbole here>.
Several reasons - it's heavy, easier to be made neutral and easier to be trapped in a wave dipole trap (that's what they seem to be using). In a standing wave dipole trap, the first factor especially plays an important role in sustaining stability.
Plus, they've a discernible signature even in a spatially modulated environment and that helps.
NMR quantum computing as demonstrated by IBM has many drawbacks.
For these reasons, liquid state NMR is not be considered to be scalable. Nevertheless, the NMR people have amazing control over the operations (logic gates) they can perform, and these ideas may (and have) fed back to other implementations. Moreover, there are attempts to overcome the mentioned difficulties (while keeping some advantages of NMR) by using nuclear spins in cold solids following Kane's proposal).First, there's not a single quantum system doing the computation, but rather some 10^20 molecules in the liquid - and you need so many to generate a detectable signal.
Second, the NMR quantum register cannot be properly initialized, rather it is in a nearly random state with only a slight enhancement of "0" over "1". This is part of the reason why so many systems are needed and it prevents the currently realized systmes from displaying any entanglement.
Finally, it is not clear how to scale such a system (increase the number of nuclear spins on a molecule): the larger that number, the more difficult it is to address individual qubits.
Strange, the words look english - but put together it makes no sence at all :)
I got 5 caesium atoms free from Ron Popeil when I ordered my Showtime Rotisserie!
It's not real caesium, though! It's qubic zirconium...
Ooh, a sarcasm detector. Oh, that's a real useful invention.
For example, one qbit setup is to use a helium superfluid, which naturally bonds electrons to the surface. The bound electrons can then be controled with a combination of microwave radiation and an electric potential from wafer posts under the fluid. Each electron (qbit) sits on top of a post, which are spaced just a few nm apart. The system is still being developed, but the nice thing is once they get it to work, they can just build a large wafer holding millions of qbits.
However, the huge problem with the above example is that it needs to run at about 50 mK, which is very close to absolute zero and requires a dilution fridge, which is a 6 foot tall cylinder. There are similar (though more complicated) limitations to the laser trapping methods.
For a commercial unit I suppose the QC wafer, microwave source, and dilution fridge could be packaged together nicely, but it is still 6 feet tall, heavy, not well suited for a house. Even if it were possible to make one small enough, there are currently no real benefits for a home user unless they really wanted to find elements in a large array or crack PGP codes... I suppose the first computers were also only suited for a lab environment and scientists probably thought the average person would never need a computer either, so who knows what will develop in the next 50 years...
Disclaimer: I'm a graduate student doing research on quantum computing in optical lattices. I'm not affiliated with the group that published this article.
This result is quite exciting, because it demonstrates the feasibility of some of the techniques necessary for an optical lattice-based quantum computer. Imagine taking their 1-D lattice and turning it into a 3-D lattice, with about 30 atoms in each direction. That's a whole lot of qubits...
So what are the next steps?
1) A new means of addressing atoms (selecting one or two atoms on which to perform operations while excluding the rest) is necessary. Their magnetic gradient technique works fine for a small 1-D lattice, but it would likely be impractical for a large 3-D lattice (Maxwell's equation div B = 0 gives one major obstacle, which would require fancy tricks to overcome).
2) One and two-qubit gates need to be demonstrated using an appropriate addressing scheme.
3) Error correction, which would likely require quantum non-demolition measurements to check to see if an atom had been lost from a lattice site. Translation: we need to be able to measure if we've lost an atom from a lattice site, without disturbing the atom's state (i.e. measuring whether it's |0> or |1>).
4) Full-blown fault-tolerant computation.
My group plans to solve (1) using an addressable optical lattice. What that means is that the lattice spacing is sufficiently large that a laser can be focused on an individual atom (in 3-D, two lasers in orthogonal directions would be used). I'm currently doing simulations of one-qubit gates in this scheme.
That brings me to my question for slashdot: Some of the simulations I'll be doing (specifically, studying decoherence in the one and two qubit gates) will be very computationally intensive. They're also embarrassingly parallel, as they're essentially quantum Monte Carlo simulations. Would people be interested in a BOINC-based distributed computing project (a la SETI@home) to help develop quantum computers? If so, what kinds of things would help you get involved? Would you be interested in helping develop the software (it's C++)?
I probably won't be at that stage for another six months to a year, but it would be helpful to me to start planning now. I have just (last night) completed the core simulation engine, and would need to add code for decoherence, as well as adapt it to BOINC. The code will be GPL'd, of course.