QTomography
QTomography
QTomography
RESEARCH PROBLEM 1
QUANTUM TOMOGRAPHY FOR A SINGLE QUBIT
DR. LOMONACO
where
|a|2 + |b|2 = 1 ,
find a way to estimate the amplitudes a and b to arbitrary accuracy.
Since an overall phase can not be physically determined, we can without loss of
generality assume that the amplitude a is a non-negative real number.
The algebraic expressions for the ket |ψi, expressed in terms of the eigenstates
of each of the operators σ1 , σ2 , σ3 , are given respectively by
³ ´³ ´ ³ ´³ ´
|ψi = a+b
√
|0i+|1i
√ + a−b
√
|0i−|1i
√
2 2 2 2
³ ´³ ´ ³ ´³ ´
|0i+i|1i |0i−i|1i
|ψi = a−ib√ √ + a+ib
√ √
2 2 2 2
|ψi = a |0i + b |1i
1
2 DR. LOM ONACO
TASK 1:
Write a Maple subroutine
Meas(ψ, O)
that takes as input an arbitrary unknown 2-qubit ket |ψi and an arbitrary ob-
servable O, and outputs a random eigenvalue λ of O and a correpanding eigenket
|λi of O according to the laws of quantum mechanics.
Remark 1. Please note that if the observable O has only one eigenvalue λ, then
the output will simply be that eigenvalue λ and the original ket |ψi.
TASK 2:
Next write a Maple program
QT omography(ψ, )
that takes as input an unkown 2-qubit ket |ψi and a positive real number ,
a and eb of the amplitudes a and b such
¯ estimates e
and then produces as¯ output
¯ ¯
a| < and ¯b − eb¯ < . [This program will make multiple calls to the
that |a − e
subroutine Meas.]