1
$\begingroup$

Consider an operator $\Gamma$ acting on $\mathcal{A}\otimes\mathcal{B}$, the tensor product of two finite-dimensional Hilbert spaces. Then decompose $\Gamma$ with the operator singular value decomposition: $$\Gamma = \sum_k\sigma_k\, A_k\otimes B_k$$ where $\sigma_k\geq0 \ \forall k$ and $\mathrm{tr}(A_j^\dagger A_k)=\mathrm{tr}(B_j^\dagger B_k)=\delta_{jk}$.

I'm interested only in $A_0$ (the operator on $\mathcal{A}$ corresponding to the largest singular value). Is there a way of extracting $A_0$ from $\Gamma$ without having to compute the whole SVD? If not, how about approximating $A_0$?

  • 0
    Transform this problem into an equivalent problem for matrices using the realignment map, i.e., $R(\Gamma)=\sum_{k}\sigma_kVec(A_k)Vec(B_k)^t$, where $Vec(A)$ is the vectorization of the matrix $A$.2017-02-14
  • 0
    Okay, but how do I go from $R(\Gamma)$ to $A_0$?2017-02-14

1 Answers 1

1

Let $vec(A)$ be the vectorization of the matrix $A$.

Prove $tr(A^\dagger B)=Vec(A)^\dagger Vec(B)$ for rank one matrices first, then use additivity for arbitrary matrices.

Define $R(\Gamma)=\sum_{k}\sigma_k vec(A_k)vec(B_k)^t$. Notice that $R(\Gamma)R(\Gamma)^\dagger=\sum_{k}\sigma_k^2 vec(A_k)vec(A_k)^\dagger$.

Now the problem is to find a norm 1 eigenvector, $v$, associated to the biggest eigenvalue $\sigma_0^2$ of the positive semidefinite Hermitian matrix $R(\Gamma)R(\Gamma)^\dagger$. Let $A_0=vec^{-1}(v)$.

  • 0
    Oh, I understand. Nice!2017-02-14
  • 0
    is $R(\Gamma)$ the reshuffling $\Gamma_{ijkl} \rightarrow \Gamma_{jkil}$?2017-02-20
  • 1
    @Ziofil This map is usually called the realignment map. For example, $R(v_1v_2^t\otimes v_3v_4^t)=v_1v_3^t\otimes v_2v_4^t$, where $v_1,v_2,v_3,v_4$ are column vectors. This map is used in the Realignment Criterion or Cross Norm Criterion for detecting entanglement.2017-02-20