Slides 3
Slides 3
Lecture 3
Maris Ozols
It is a framework onto which other physical theories are built upon. For
example, quantum field theories such as quantum electrodynamics and
quantum chromodynamics.
This lecture is based on Section 2.2 of the book by Nielsen & Chuang.
What are the four postulates about?
Postulates
They specify a general framework for describing the behaviour of a
physical system:
First Postulate
The state space of any closed physical system is a complex vector space.
At any given point in time, the system is completely described by a state
vector, which is a unit vector in its state space.
Note: Quantum mechanics does not prescribe what the state space of a
particular physical system is, this is determined by more specific theories.
Any physical system whose state space can be described by C2 can serve
as an implementation of a qubit.
Examples:
• spin of an electron
• polarization of a photon
• current in a superconducting circuit
and |ψ(0)i is the state at t = 0. One can check that U (t) is unitary.
While some models (such as adiabatic quantum computing) allow for
continuous-time evolution, we consider only discrete computational steps.
where αi = hi|ψi is the i-th coordinate of |ψi (in the standard basis).
where hui |ψi is the i-th coordinate of |ψi in the basis {|u1 i, . . . , |un i}.
Unitary change of basis
Let {|u1 i, . . . , |un i} be some orthonormal basis of Cn . Then we can
express any |ψi ∈ Cn in two different ways:
n
X n
X
|ψi = αi |ii = βj |uj i
i=1 j=1
If we left-multiply by M −1 , we get
α1 β1
M −1 ... = ...
αn βn
But we could have done the whole calculation the other way and got
α1 β1
N ... = ...
αn βn
That is, how do we compute a matrix B such that Bij = hui |A|uj i
where {|u1 i, . . . , |un i} is some orthonormal basis?
Note that
n
X n
X
B= Bij |iihj| = |iihui |A|uj ihj| = U AU †
i,j=1 i,j=1
Pn
where U = i=1 |iihui | is the basis change unitary!
I X Y Z
1 0
• The I gate: I = , I|0i = |0i, I|1i = |1i
0 1
0 1
• The X gate: X = , X|0i = |1i, X|1i = |0i
1 0
0 −i
• The Y gate: Y = , Y |0i = i|1i, Y |1i = −i|0i
i 0
1 0
• The Z gate: Z = , Z|0i = |0i, Z|1i = −|1i
0 −1
Note: Pauli matrices have lots of nice properties and are closely related
to quaternions: {I, iZ, iY, iX} ∼
= {1, i, j, k}.
Third Postulate
A measurement with input dimension n, output dimension m, and
outcome set S is a collection of |S| matrices of size m × n,
{Pk : k ∈ S} ⊂ Mm,n (C)
known as measurement operators, that satisfy the completeness relation
X †
Pk Pk = I n
k∈S
Source: Wikipedia
Fourth Postulate
If the joint state of a system is |ψ1 i ⊗ |ψ2 i and the first party applies U ,
the new state is
However, not all states of a combined system can be separated into the
tensor product of states of the individual components. . .
Why tensor product?
Imagine you have two random coins:
p0 q
P = Q= 0
p1 q1
their joint state is |ψi ⊗ |ϕi. Note that k|ψi ⊗ |ϕik = k|ψikk|ϕik = 1.
α0 |0i β0 |0i
|ψi = |ϕi =
α1 |1i β1 |1i
α0 β 0 |00i
α0 β0 α0 β1 |01i
|ψi ⊗ |ϕi = ⊗ =
α1 β1 α1 β0 |10i
α1 β1 |11i
Standard basis notation for the joint system: |ii ⊗ |ji ≡ |i, ji ≡ |iji.
For example:
1 0 0 0
0 1 0 0
|00i =
0
|01i =
0
|10i =
1
|11i = 0
0 0 0 1
Product and entangled states
A state |Ψi ∈ Cn ⊗ Cm of a combined system is product if it can be
expressed as |Ψi = |ψ1 i ⊗ |ψ2 i for some |ψ1 i ∈ Cn and |ψ2 i ∈ Cm .
Otherwise it is called entangled.
Note: Physical separation does not imply that the joint state must be
product! Just like two distant random coins can still be correlated, two
physically separated particles can also be entangled.
(hk| ⊗ I)|ψi
|ψk i = |ki ⊗
k(hk| ⊗ I)|ψik
If we do not want to keep the first qubit around after the measurement
and want to discard altogether, we can simply take Pk0 = hk| ⊗ I.
Summary