I Qubit mixed state density matrix coordinates on a Bloch ball

maxverywell
Messages
197
Reaction score
2
What are the coordinates on the 3D Bloch ball of a qubit's mixed state of the form:
##\rho=p_{00}|0\rangle \langle 0|+p_{01}|0\rangle \langle 1|+p_{10}|1\rangle \langle 0|+p_{11}|1\rangle \langle 1|##

451px-Bloch_sphere.svg.png
 
Last edited:
Physics news on Phys.org
Do we have to diagonalize the density matrix everytime and then use the forumla for the coordinates
##(\sum p_i x_i, \sum p_i y_i,\sum p_i z_i)## ?
https://en.wikipedia.org/wiki/Bloch_sphere

Not very practical.
 
From stackoverflow: "Convert from qubit density matrix to Bloch vector"

Code:
def toBloch(matrix):
   [[a, b], [c, d]] = matrix
   x = complex(c + b).real
   y = complex(c - b).imag
   z = complex(d - a).real
   return x, y, z

In other words, yes you have to use the formula. But I'm not sure why you think it's impractical... it's just three additions/subtractions.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In her YouTube video Bell’s Theorem Experiments on Entangled Photons, Dr. Fugate shows how polarization-entangled photons violate Bell’s inequality. In this Insight, I will use quantum information theory to explain why such entangled photon-polarization qubits violate the version of Bell’s inequality due to John Clauser, Michael Horne, Abner Shimony, and Richard Holt known as the...
Not an expert in QM. AFAIK, Schrödinger's equation is quite different from the classical wave equation. The former is an equation for the dynamics of the state of a (quantum?) system, the latter is an equation for the dynamics of a (classical) degree of freedom. As a matter of fact, Schrödinger's equation is first order in time derivatives, while the classical wave equation is second order. But, AFAIK, Schrödinger's equation is a wave equation; only its interpretation makes it non-classical...
I asked a question related to a table levitating but I am going to try to be specific about my question after one of the forum mentors stated I should make my question more specific (although I'm still not sure why one couldn't have asked if a table levitating is possible according to physics). Specifically, I am interested in knowing how much justification we have for an extreme low probability thermal fluctuation that results in a "miraculous" event compared to, say, a dice roll. Does a...
Back
Top