Quantum_Computing_1
Quantum_Computing_1
Assistant Professor
Department of AIML
Sanjivani University
Kopargaon, MH, India
1 Moore’s Law
5 Bloch sphere
In 1981, Paul Benioff at Argonne National Labs came up with the idea of a
computer that operates with quantum mechanical principles. In 1984,
David Deutsch of Oxford University provided the critical idea behind
quantum computing research and the possibility of designing a computer
that is based exclusively on quantum rules.
The Essential Elements of Quantum Theory
1 Energy values are discrete units.
2 Elementary particles may behave like particles or waves.
3 The movement of elementary particles is inherently random and,
thus, unpredictable.
4 The simultaneous measurement of two complementary values - such
as the position and momentum of a particle - is imperfect. The more
precisely one value is measured, the more flawed the measurement
of the other value will be.
Moore’s Law
Classical VS Quantum
Quantum computers are based on quantum bits (qubits) and use quantum
effects like superposition and entanglement to their benefit, hence
overcoming the miniaturization problems of classical computing.
Classical computing relies on principles of Boolean algebra. Data must be
processed in an exclusive binary state at any point in time; either 0 (off /
false) or 1 (on / true). The millions of transistors and capacitors at the heart
of computers can only be in one state at any point. In addition, there is still
a limit as to how quickly these devices can be made to switch states. As
we progress to smaller and faster circuits, we begin to reach the physical
limits of materials and the limitations for classical laws of physics to apply.
Bit: A digital computer stores and processes information using bits, which
can be either 0 or 1. Physically, a bit can be anything that has two distinct
configurations: one represented by “0”, and the other represented by “1”. It
could be a light bulb that is on or off, a coin that is heads or tails, or any
other system with two distinct and distinguishable possibilities. In modern
computing and communications, bits are represented by the absence or
presence of an electrical signal, encoding “0” and “1” respectively
Qubit is the physical carrier of quantum information. It is the quantum
version of a bit, and its quantum state can be written in terms of two levels,
labelled |0⟩ and |1⟩. |⟩ this notation is known as ‘ket’ notation and ⟨| is
known as ‘bra’ notation. Both are together called as Dirac notations ‘ket’ is
analogous to a column vector.
The qubit can be in any one of the two states as well as in the superposed
state simultaneously.
In quantum computation two distinguishable states of a system are
needed to represent a bit of data. For example, two states of an electron
orbiting a single atom is shown in the following figure. Spin up is taken as
|1⟩ and spin down is taken as |0⟩. Similarly ground state energy level is |0⟩
and excited state level is |1⟩
This is the abstract notion of a qubit. The quantum computers actually use
a physical type of qubit called a superconducting qubit is made from
superconducting materials (of course, there are other approaches also to
build the qubits)
The difference between qubits and classical bits is that a qubit can be in a
linear combination (superposition) of the two states |0⟩ and |1⟩. For ex, if α
and β are the probability amplitudes of electron in ground state (ie, in |0⟩
state) and in excited state (ie, in |1⟩ state) then the linear combination of
two states is
|Ψ⟩ = α |0⟩ + β |1⟩
The numbers α and β are complex but due to normalization conditions.
| α |2 + | β |2 = 1
..
Properties of qubits
1 Qubits make use of discrete energy state particles such as electrons
and photons
2 Qubits exists in two quantum state |0⟩ and |1⟩ or in a linear
combination of both states. This is known as superposition. This
property allows for exponentially many logical states at once (and no
classical computer can achieve it)
3 Unlike classical bits, qubit can work with the overlap of both 0 and 1
states. For ex, a 4-bit register1 can store one number from 0 to 15
(because of 2n = 24=16), but 4-qubit register can store all 16 numbers
4 When the qubit is measured, it collapses to one of the two basis
states |0⟩ or |1⟩
5 Quantum entanglement and quantum tunnelling are two exclusive
properties of qubit
6 State of the qubits is represented using Bloch sphere
After studying the physics of qubits it is now time to look at the
mathematics of qubits.
Dr. Tanay Ghosh (SU) Sanjivani University, Kopargaon 16 / 20
Bloch sphere
Bloch sphere
θ θ
|ψ⟩ = cos |0⟩ + e i ϕ sin |1⟩
2 2
..
Thank You