I am relatively new and interested in quantum computing. Specifically, I am interested in transforming an equation that I found on Wikipedia. But I did not quite understand the transformation.
$ \frac{1}{\sqrt{2}}(\left|0\right>_x\left|0\right>_y-\left|1\right>_x\left|1\right>_y) = \frac{1}{\sqrt{2}}(|+\rangle_x|-\rangle_y+|-\rangle_x|+\rangle_y) $
My idea is so far to use Hadamard transform for the two qubits:
$ \frac{1}{\sqrt{2}}(H(\left|0\right>_x\left|0\right>_y)-H(\left|1\right>_x\left|1\right>_y)) $
I have used the Hadamard transformation and now come to this:
$ = \frac{1}{\sqrt{2}}(\frac{1}{2}[(\left|00\right>+\left|10\right>+\left|01\right>+\left|11\right>) -(\left|00\right>-\left|10\right>-\left|01\right>+\left|11\right>)]) $
If I simplify that a bit now then I have that as a result:
$ = \frac{1}{\sqrt{2}}(\left|1_x0_y\right>+\left|0_x1_y\right>) $
But the result looks different now than the equation I wrote down at the beginning:
$ = \frac{1}{\sqrt{2}}(\left|1_x0_y\right>+\left|0_x1_y\right>) = \frac{1}{\sqrt{2}}(|+\rangle_x|-\rangle_y+|-\rangle_x|+\rangle_y) $
I do not know if the forming is allowed that way. If somebody knows how the transformation of the equation works, so that I get what I wrote in the beginning, I would be very happy if somebody could explain it!
I hope that my question is understandable :)