I'm slightly confused by the solution provided below by a suggested solution online to convert |$\phi^+$⟩ to |$\psi^-$⟩.
I tried doing the operation XZ but I got $\frac{1}{\sqrt2}$(|10⟩-|01⟩) instead of |$\psi^-$⟩.
However, applying ZX seems to provide me with the right answer.
Would appreciate the verification!
$$ \begin{align} (XZ \otimes I) |\Phi^+\rangle &= \frac{1}{\sqrt{2}}(XZ|0\rangle \otimes I |0\rangle + XZ |1\rangle \otimes |1\rangle) \\ &= \frac{1}{\sqrt{2}}(X|0\rangle \otimes I|0\rangle - X|1\rangle \otimes I |1\rangle) \\ &= \frac{1}{\sqrt{2}}(|1\rangle \otimes |0\rangle - |0\rangle \otimes |1\rangle) \\ &= |\Psi^-\rangle \end{align} $$
{\sqrt{2}
in the 2nd last step? – Van Peer Jun 13 '21 at 13:06