Tell me more ×
Physics Stack Exchange is a question and answer site for active researchers, academics and students of physics. It's 100% free, no registration required.

This is the relationship between density operator and Bloch vector: $$\rho= \frac{1}{2}({\bf{\hat{1}}}+{\bf{b}}.\boldsymbol{\hat{\sigma}})$$

We define the NOT Universal Operator in the following way:

$$U: {\bf{b}}\to -{\bf{b}}/3$$

My question is - How does NOT Universal Operator act on the elements of the computational basis: $|0\rangle, |1\rangle$?

share|improve this question
1  
1  
I put some bold symbols in your question because the quantities involved are vectors. Can I ask you to confirm 1) the bold is OK, and that 2) you really meant to have the /3? I thought UNOT just mapped antipodally, so there should be no -3 there. – twistor59 Jan 1 at 17:29
This definition of the Universal NOT seems to differ from the one given in the related question: the OP's (current) definition maps states antipodally but introduces a "damping" of the Bloch vector. – Juan Bermejo Vega Jan 1 at 17:45

1 Answer

Note As it has been said in the comments, this definition of Universal-NOT gate seems to differ from others discussed in other posts [1]. This answer uses the definition proposed by the OP, i.e.

$$\rho=\frac{1}{2}(I+\vec{b}\cdot\vec{\sigma}) \quad \longrightarrow \quad U(\rho)=\frac{1}{2}\left(I-\frac{1}{3}\vec{b}\cdot\vec{\sigma}\right)$$ Where I use the symbol $I$ for the identity matrix to avoid confusion with 1 and $\vec{b}\in \mathbb{R}^3$ denotes the Bloch vector.

We write the density matrices of the computational basis states explicitly: $$ \rho_a=|a\rangle\langle a |= \frac{1}{2}(I+\vec{b}_a\cdot\vec{\sigma}),$$ where $a\in\{0,1\}$. Expanding this expression readily yields the vectors $b_a$: $$\vec{b}_a=(0,0,\pm1).$$ Applying your definition of $U$ to these density operators, the action of the operator on basis states can be obtained directly: $$ U(|0\rangle\langle 0|)= \frac{1}{2}(I- \frac{1}{3}\sigma_z)=\frac{1}{3}|0\rangle\langle 0| +\frac{2}{3}|1\rangle\langle 1 |$$ $$ U(|1\rangle\langle 1|)= \frac{1}{2}(I+ \frac{1}{3}\sigma_z)=\frac{2}{3}|0\rangle\langle 0| +\frac{1}{3}|1\rangle\langle 1 |$$ We can observe that, because the factor $1/3$ that "damps" the Bloch vector, pure basis states evolve into mixed states; notice that, intuitively, states get closer to the totally mixed state $I/2$ if you make the Bloch vector $\vec{b}$ go to zero.

share|improve this answer
1  
+1 Interested to know if the /3 was intentional.. – twistor59 Jan 1 at 17:49
Thank you very much for your answer. – user15940 Jan 1 at 18:42

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.