Your continued donations keep Wikipedia running!    

Quantum computer

From Wikipedia, the free encyclopedia

Jump to: navigation, search
The Bloch sphere is a representation of a qubit, the fundamental building block of quantum computers.
Enlarge
The Bloch sphere is a representation of a qubit, the fundamental building block of quantum computers.

A quantum computer is any device for computation that makes direct use of distinctively quantum mechanical phenomena, such as superposition and entanglement, to perform operations on data. In a classical (or conventional) computer, the amount of data is measured by bits; in a quantum computer, it is measured by qubits. The basic principle of quantum computation is that the quantum properties of particles can be used to represent and structure data, and that quantum mechanisms can be devised and built to perform operations with this data.1

Though quantum computing is still in its infancy, experiments have been carried out in which quantum computational operations were executed on a very small number of qubits. Research in both theoretical and practical areas continues at a frantic pace, and many national government and military funding agencies support quantum computing research, to develop quantum computers for both civilian and national security purposes, such as cryptanalysis. 2 (See Timeline of quantum computing for details on current and past progress.)

It is widely believed that if large-scale quantum computers can be built, they will be able to solve certain problems faster than any classical computer. Quantum computers are different from classical computers such as DNA computers and computers based on transistors, even though these may ultimately use some kind of quantum mechanical effect (for example covalent bonds). Some computing architectures such as optical computers may use classical superposition of electromagnetic waves, but without some specifically quantum mechanical resource such as entanglement, they do not share the potential for computational speed-up of quantum computers.

Contents

The basis of quantum computing

Image:Question_dropshade.png
Unsolved problems in physics: Is it possible to construct a practical computer that performs calculations on qubits (quantum bits)?

In quantum mechanics, the state of a physical system (such as an electron or a photon) is described by a vector in a mathematical object called a Hilbert space. The realization of the Hilbert space depends on the particular system. For instance, in the case of a single particle system in three-dimensions, the state can be described by a complex-valued function defined on R3 (three-dimensional space) called a wave function. As described in the article on quantum mechanics, this function has a probabilistic interpretation; of particular significance is that quantum states can be in a superposition of the basis states. The time evolution of the system state vector is assumed to be unitary, meaning that it is reversible (it costs no energy). Note that this is true only if the system is isolated and the phenomenon of decoherence does not occur.

A classical computer has a memory made up of bits, where each bit holds either a one or a zero. The device computes by manipulating those bits, i.e. by transporting these bits from memory to (possibly a suite of) logic gates and back. A quantum computer maintains a set of qubits. A qubit can hold a one, or a zero, or a superposition of these. A quantum computer operates by manipulating those qubits, i.e. by transporting these bits from memory to (possibly a suite of) quantum logic gates and back.

Qubits for a quantum computer can be implemented using particles with two spin states: "up" and "down" (typically written |0\rangle and |1\rangle) in fact any system, possessing an observable quantity A which is conserved under time evolution and such that A has at least two discrete and sufficiently spaced consecutive eigenvalues, is a suitable candidate for implementing a qubit, since any such system can be mapped onto an effective spin-1/2.

For discussion of foundational aspects of quantum computing, see the article on quantum circuits.

Bits vs qubits

Consider first a classical computer that operates on a 3 bit register. At any given time, the bits in the register are in a definite state, such as 101. In a quantum computer, however, the qubits can be in a superposition of all the classically allowed states. In fact, the register is described by a wavefunction:

|\psi \rangle = a|000\rangle + b|001\rangle + c|010\rangle + \ldots

where the coefficients a, b, c,... are complex numbers whose amplitudes squared are the probabilities to measure the qubits in each state. Consequently, | c | 2 is the probability to measure the register in the state 010. That these numbers are complex is important because the phases of the numbers can constructively and destructively interefere with one another, an important feature for quantum algorithms.[1]

For an n qubit quantum register, recording the state of the register requires 2n complex numbers (the 3-qubit register requires 23 = 8 numbers). Consequently, the number of classical states encoded in a quantum register grows exponentially with the number of qubits. For n=300, this is roughly 1090, more numbers than there are atoms in the known universe. Note that the coefficients are not all independent, since the probabilities must sum to 1. The representation is also non-unique, since there is no way to physically distinguish between a particular quantum register and a similar one where all of the amplitudes have been multiplied by the same phase such as −1, i, or in general any number on the complex unit circle. One can show the dimension of the set of states of an n qubit register is 2n+1 − 2. See Bloch sphere.

Initialization, execution and termination

In our example, the contents of the qubit registers can be thought of as an 8-dimensional complex vector. An algorithm for a quantum computer must initialize this vector in some specified form (dependent on the design of the quantum computer). In each step of the algorithm, that vector is modified by multiplying it by a unitary matrix. The matrix is determined by the physics of the device. The unitary character of the matrix ensures the matrix is invertible (so each step is reversible).

Upon termination of the algorithm, the 8-dimensional complex vector stored in the register must be somehow read off from the qubit register by a quantum measurement. However, by the laws of quantum mechanics, that measurement will yield a random 3 bit string (and it will destroy the stored state as well). This random string can be used in computing the value of a function because (by design) the probability distribution of the measured output bitstring is skewed in favor of the correct value of the function. By repeated runs of the quantum computer and measurement of the output, the correct value can be determined, to a high probability, by majority polling of the outputs. See quantum circuit for a more precise formulation. In brief, quantum computations are probabilistic.

A quantum algorithm is implemented by an appropriate sequence of unitary operations. Note that for a given algorithm, the operations will always be done in exactly the same order. There is no "IF THEN" statement to vary the order, since there is no way to read the state of a qubits before the final measurement. There are, however, conditional gate operations such as the controlled NOT gate, or CNOT.

For more details on the sequences of operations used for various algorithms, see universal quantum computer, Shor's algorithm, Grover's algorithm, Deutsch-Jozsa algorithm, quantum Fourier transform, quantum gate, quantum adiabatic algorithm and quantum error correction. Also refer to the growing field of quantum programming.

The power of quantum computers

Integer factorization is believed to be computationally infeasible with an ordinary computer for large numbers that are the product of two prime numbers of roughly equal size (e.g., products of two 300-digit primes). By comparison, a quantum computer could solve this problem much more quickly. If a number has n bits (is n digits long when written in the binary numeral system), then a quantum computer with just over 2n qubits can use Shor's algorithm to find its factors. It can also solve a related problem called the discrete log problem. This ability would allow a quantum computer to "break" many of the cryptographic systems in use today, in the sense that there would be a relatively fast (polynomial time in n) algorithm for solving the problem. In particular, most of the popular public key ciphers could be much more quickly broken, including forms of RSA, ElGamal and Diffie-Hellman. These are used to protect secure Web pages, encrypted email, and many other types of data. Breaking these would have significant ramifications for electronic privacy and security. The only way to increase the security of an algorithm like RSA would be to increase the key size and hope that an adversary does not have the resources to build and use a powerful enough quantum computer. It seems plausible that it will always be possible to build classical computers that have more bits than the number of qubits in the largest quantum computer. If that's true, then algorithms like RSA could be made secure by ensuring that keylengths exceed the storage capacities of quantum computers.

There is one digital signature scheme that is secure against quantum computers: Lamport signatures.

Perhaps not as surprisingly, quantum computers could also be useful for running simulations of quantum mechanics. The speedup could be just as large as for factoring. This could be a great boon to physics, chemistry, materials science, nanotechnology, biology and medicine, all of which are limited today by the slow speed of quantum mechanical simulations. In fact, Richard Feynman (1982) showed that a quantum system cannot be probabilistically simulated by a classical computer— a quantum computer is required.

This dramatic advantage of quantum computers is currently known to exist for only those three problems: factoring, discrete log, and quantum physics simulations. However, there is no proof that the advantage is real: an equally fast classical algorithm may still be discovered (though some consider this unlikely). There is one other problem where quantum computers have a smaller, though significant (quadratic) advantage. It is quantum database search, and can be solved by Grover's algorithm. In this case the advantage is provable. This establishes beyond doubt that (ideal) quantum computers are superior to classical computers.

Consider a problem that has these four properties:

  1. The only way to solve it is to guess answers repeatedly and check them,
  2. There are n possible answers to check,
  3. Every possible answer takes the same amount of time to check, and
  4. There are no clues about which answers might be better: generating possibilities randomly is just as good as checking them in some special order.

An example of this is a password cracker that attempts to guess the password for an encrypted file (assuming that the password has a maximum possible length).

For problems with all four properties, it will take an average of (n + 1)/2 guesses to find the answer using a classical computer. The time for a quantum computer to solve this will be proportional to the square root of n. That can be a very large speedup, reducing some problems from years to seconds. It can be used to attack symmetric ciphers such as Triple DES and AES by attempting to guess the secret key. But it is also easy to defend against, by doubling the size of this key. There are also more complicated methods for secure communication, such as using quantum cryptography.

There are currently no other practical problems known where quantum computers give a large speedup over classical computers. Research is continuing, and more problems may yet be found.

Problems and practicality issues

There are a number of practical difficulties in building a quantum computer, and thus far quantum computers have only solved trivial problems. David DiVincenzo, of IBM, listed the following requirements for a practical quantum computer:[2]

  • scalable physically to increase the number of qubits
  • qubits can be initialized to arbitrary values
  • quantum gates faster than decoherence time
  • Turing-complete gate set
  • qubits can be read easily

To summarize the problem from the perspective of an engineer, one needs to solve the challenge of building a system which is isolated from everything except the measurement and manipulation mechanism. Furthermore, one needs to be able to turn off the coupling of the qubits to the measurement so as to not decohere the qubits while performing operations on them.

Quantum decoherence

One major problem is keeping the components of the computer in a coherent state, as the slightest interaction with the external world would cause the system to decohere. This effect causes the unitary character (and more specifically, the invertibility) of quantum computational steps to be violated. Decoherence times for candidate systems, in particular the transverse relaxation time T2 (terminology used in NMR and MRI technology, also called the dephasing time), typically range between nanoseconds and seconds at low temperature. [3] Error rates are typically proportional to the ratio of operating time to decoherence time, hence any operation must be completed much quicker than the decoherence time. If the error rate is small enough, it is possible to use quantum error correction, which corrects errors due to decoherence, thereby allowing the total calculation time to be longer than the decoherence time. An often cited (but rather arbitrary) figure for required error rate in each gate is 10−4. This implies that each gate must be able to perform its task 10,000 times faster than the decoherence time of the system.

Meeting this scalability condition is possible for a wide range of systems. However the use of error correction brings with it the cost of a greatly increased number of required qubits. The number required to factor integers using Shor's algorithm is still polynomial, and thought to be between L4 and L6, where L is the number of bits in the number to be factored. For a 1000 bit number, this implies a need for 1012 to 1018 qubits. Fabrication and control of this large number of qubits is non-trivial for any of the proposed designs.

One approach to the stability-decoherence problem is to create a topological quantum computer with anyons, quasi-particles used as threads and relying on knot theory to form stable logic gates.

Candidates

There are a number of quantum computing candidates, among those:

  1. Superconductor-based quantum computers (including SQUID-based quantum computers)
  2. Trapped ion quantum computers
  3. Electrons on helium quantum computers
  4. "Nuclear magnetic resonance on molecules in solution"-based
  5. "Quantum dot on surface"-based
  6. "Cavity quantum electrodynamics" (CQED)-based
  7. "Molecular magnet"-based
  8. Fullerene-based ESR quantum computer
  9. Solid state NMR Kane quantum computers
  10. Optic-based quantum computers (Quantum optics)
  11. Topological quantum computer

In 2005, researchers at the University of Michigan built a semiconductor chip which functioned as an ion trap. Such devices, produced by standard lithography techniques, may point the way to scalable quantum computing tools. [4]

Quantum computing in computational complexity theory

This section surveys what is currently known mathematically about the power of quantum computers. It describes the known results from computational complexity theory and the theory of computation dealing with quantum computers.

The class of problems that can be efficiently solved by quantum computers is called BQP, for "bounded error, quantum, polynomial time". Quantum computers only run randomized algorithms, so BQP on quantum computers is the counterpart of BPP on classical computers. It is defined as the set of problems solvable with a polynomial-time algorithm, whose probability of error is bounded away from one quarter (Nielsen & Chuang 2000). A quantum computer is said to "solve" a problem if, for every instance, its answer will be right with high probability. If that solution runs in polynomial time, then that problem is in BQP.

BQP is suspected to be disjoint from NP-complete and a strict superset of P, but that is not known. Both integer factorization and discrete log are in BQP. Both of these problems are NP problems suspected to be outside BPP, and hence outside P. Both are suspected to not be NP-complete. There is a common misconception that quantum computers can solve NP-complete problems in polynomial time. That is not known to be true, and is generally suspected to be false.

An operator for a quantum computer can be thought of as changing a vector by multiplying it with a particular matrix. Multiplication by a matrix is a linear operation. It has been shown that if a quantum computer could be designed with nonlinear operators, then it could solve NP-complete problems in polynomial time. It could even do so for #P-complete problems. It is not yet known whether such a machine is possible.

Although quantum computers are sometimes faster than classical computers, ones of the types described above can't solve any problems that classical computers can't solve, given enough time and memory (albeit possibly an amount that could never practically be brought to bear). A Turing machine can simulate these quantum computers, so such a quantum computer could never solve an undecidable problem like the halting problem. The existence of "standard" quantum computers does not disprove the Church-Turing thesis (Nielsen and Chuang 2000).

Very recently, some researchers have begun to investigate the possibility of using quantum mechanics for hypercomputation - that is, solving undecidable problems. Such claims have been met with very considerable skepticism as to whether it is even theoretically possible; see the hypercomputation article for more details.

See also

Notes

References

  • David P. DiVincenzo (2000). "The Physical Implementation of Quantum Computation". Experimental Proposals for Quantum Computation. arXiv:quant-ph/0002077.
  • D.P. DiVincenzo (1995). "Quantum Computation". Science 270 (5234): 255–261. Table 1 lists switching and dephasing times for various systems.
  • Richard Feynman (1982). "Simulating physics with computers". International Journal of Theoretical Physics 21: 467.
  • Michael Nielsen and Isaac Chuang (2000). Quantum Computation and Quantum Information. Cambridge: Cambridge University Press. ISBN 0-521-63503-9.

Further reading

  • Good general reference:
  • Introduction to Quantum Computation:
    • Eleanor G. Rieffel, Wolfgang Polak (2000). "An Introduction to Quantum Computing for Non-Physicists". ACM Computing Surveys. arXiv:quant-ph/9809016.
  • Thermal ensembles
    • Overview of early developments, with links
    • The first two papers ever written on this topic:
      • D.G Cory, A.F. Fahmy, T.F. Havel (1997). "". Proc. Nat. Acad. of Science 94: 1634. and
      • N. Gershenfeld and I. Chuang (1997). "Bulk Spin-Resonance Quantum Computation". Science 275: 350–356. (download)
    • Other references
  • Using quantum computers to simulate quantum systems:
    • Feynman, R. P. (1982). "Simulating Physics with Computers". International Journal of Theoretical Physics 21: 467–488.
    • Closing in on Quantum Chemistry - Calculating real properties of real quantum chemistry systems using a quantum computer
  • Quantum cryptography:
    • The first paper ever written on this:
      • Wiesner, S. (1983). "Conjugate Coding". SIGACT News 15: 78–88.
      • Brassard, G. and Bennett, C.H. (1984). "". Proceedings of the IEEE International Conference on Computer Systems and Signal Processing, 175.
      • Ekert, A. (1991). "Quantum Cryptography Based on Bell's Theorem". Physical Review Letters 67: 661–663.
    • The first paper ever published on this: Bennett, C. H., Brassard, G., Breidbart, S. and Wiesner, S. (1982). "Quantum cryptography, or unforgeable subway tokens". Advances in Cryptology: Proceedings of Crypto 82, August, Plenum Press, 267–275.
    • A listing of a huge number of quantum cryptography papers, with some discussion of them, is at http://www.cs.mcgill.ca/~crepeau/CRYPTO/Biblio-QC.html
    • Quantum Cryptography
  • Universal quantum computer and the Church-Turing thesis:
  • Shor's factoring algorithm:
    • Shor, P. (1994). "Algorithms for quantum computation: discrete logarithms and factoring". Proceedings 35th Annual Symposium on Foundations of Computer Science, Santa Fe, NM, USA, 20–22 November. 1994, IEEE Comput. Soc. Press, 124–134.. arXiv:quant-ph/9508027.
    • Jean-Pierre Seifert, "Using fewer Qubits in Shor's Factorization Algorithm via Simultaneous Diophantine Approximation", (download)
    • IBM's announcement of the first actual execution of the algorithm, which also gives the history of the first quantum computers with 2, 3, 5, and 7 qubits.
    • Vandersypen, L. M. K., Steffen, M., Breyta, G., Yannoni, C. S., Sherwood, M. H., & Chuang, I. L. (2001). Reporting on work at IBM Almaden Research Center, where scientists implemented a seven qubit computing device that realized Shor's factorization algorithm using nuclear magnetic resonance. Nature, 414, 883–887. doi:10.1038/414883a.
  • Quantum database search:
    • Grover, L. K. (1996). "A Fast Quantum Mechanical Algorithm for Database Search". Proceedings of the 28th Annual ACM Symposium on the Theory of Computing, Philadelphia, 212–219.. arXiv:quant-ph/9605043.
  • Quantum sorting:
    • Jakob Pagter, Theis Rauhe (1998). "Optimal Time-Space Trade-Offs for Sorting". Proceedings of the 39th Annual Symposium on Foundations of Computer Science, November 08-11, 264.
    • Peter Høyer, Jan Neerbek, Yaoyun Shi (2001). "Quantum complexities of ordered searching, sorting, and element distinctness". 28th International Colloquium on Automata, Languages, and Programming, 62–73.. arXiv:quant-ph/0102078.
    • Hartmut Klauck (2003). "Quantum time-space tradeoffs for sorting". Proceedings of the thirty-fifth annual ACM symposium on Theory of computing, 69–76. (http://portal.acm.org/citation.cfm?doid=780542.780553)
  • Quantum computer simulators:
    • Quack! — A MATLAB based quantum computer simulator
    • libquantum — A library for quantum computer simulation
    • QCL — Simulation of quantum computing with a quantum computing language
    • Quantum::Entanglement — Quantum computation module for Perl.
    • Fraunhofer Quantum Computing Simulator — A free web-based quantum simulator (31 qubits) and a collaborative workspace for the quantum computing community.
    • QDENSITY — A MATHEMATICA based quantum computer simulator, oriented to Density Matrix
  • Quantum error correction:
    • Shor, P. W. (1995). "Scheme for reducing decoherence in quantum computer memory". Phys. Rev. A 52: 2493–2496.
    • Calderbank, A. R. and Shor, P.W. (1996). "Good quantum error-correcting codes exist". Phys. Rev. A 54: 1098–1106. arXiv:quant-ph/9512032.
    • Shor. P. W. (1996). "Fault-tolerant quantum computation". Proc. 37th Annual Symposium on Foundations of Computer Science, IEEE Computer Society Press, 56–65.. arXiv:quant-ph/9605011.
  • Quantum error avoidance:
    • D. A. Lidar, I.L. Chuang, K.B. Whaley (1998). "Decoherence free subspaces for quantum computation". Phys. Rev. Lett 81: 2594–2587. arXiv:quant-ph/9807004.
    • D. A. Lidar, K.B. Whaley, "Decoherence-Free Subspaces and Subsystems", in "Irreversible Quantum Dynamics", F. Benatti and R. Floreanini (Eds.), pp. 83-120 (Springer Lecture Notes in Physics vol. 622, Berlin, 2003), arXiv:quant-ph/0301032.
  • Solving NP-complete and #P-complete problems:
  • For the interested non-expert:
  • Quantum computing related companies
    • D-Wave Systems - Superconductor-based quantum computers
    • id Quantique - Quantum cryptography and Random-number generators
    • MagiQ - Quantum cryptography solutions
  • Quantum computing related patents
  • Yet-to-be-categorized
  • Similarly named miscellany:
    • For the online service provider that was previously known as Quantum Computer Services, see America Online.


Quantum computing
qubit | quantum circuit | quantum computer | quantum cryptography | quantum information | quantum teleportation | quantum virtual machine | timeline of quantum computing
Nuclear magnetic resonance (NMR) quantum computing
Liquid-state NMR QC | Solid-state NMR QC
Photonic quantum computing
Linear optics QC | Non-linear optics QC | Coherent state based QC
Ion-trap quantum computing
NIST-type ion-trap QC | Austria-type ion-trap QC
Silicon-based quantum computing
Kane quantum computer
Superconducting quantum computing
charge qubit | flux qubit | hybrid qubits


Personal tools