Quantum Mechanics – Completely Positive Trace Preserving Maps: Hermiticity and Kraus Operators

density-operatorhilbert-spaceoperatorsquantum mechanicsquantum-information

A density matrix is defined in general as the operator

$$
\hat{\rho} = \sum_i p_i |\psi_i\rangle \langle\psi_i|
$$

for the most general mixture of states $\{p_i \longrightarrow |\psi_i\rangle\}_{i=1, …, N}$.

Every density matrix has the following properties:

  1. Hermiticity: $\hat{\rho}^{\dagger} = \hat{\rho}$
  2. Normalisation: $\mathrm{Tr}\,(\hat{\rho}) = 1$
  3. Positiveness: $\langle\phi|\hat{\rho}|\phi\rangle\geq 0 \;\;\; \forall|\phi\rangle$
  4. If it describes a pure state, then it is also a projector

When describing a quantum channel, we are asking that the output of the channel is still a legitimate quantum state, therefore that is is described by a density matrix, so we ask that the map is completely positive (namely it must preserve positiveness, even if we only look at a sub-system of an entangled state) and trace preserving (CPTP).

My questions

  1. What about Hermiticity? Is this automatically assured by the two properties (CP) and (TP)?

  2. Are all these properties automatically guaranteed when implementing a quantum channel using Kraus operators?

Best Answer

I am not an expert regarding quantum channels etc., but I think this is a pure math question. Let's assume that we're working on a finite-dimensional complex Hilbert space.

In finite dimensions, the defining properties of a density matrix $\rho$ are positive semi-definiteness $\rho \geq 0$ and the trace-normalization $\mathrm{Tr}\,\rho=1$. Properties $1$ and $4$ are consequences of this definition. In particular, a positive semi-definite operator is hermitian$^\dagger$.

To answer your first question: Let $\phi$ denote a map which maps positive semi-definite operators to positive semi-definite operators. Following the considerations above, we see that if $\rho$ is positive semi-definite, then $\phi(\rho)$ is hermitian.

I don't know if I correctly understand your second question, but note that Kraus operators preserve the normalization and positive semi-definiteness. To see this, define for a density operator $\rho$ the following map: $$\varphi(\rho):= \sum\limits_k B_k \,\rho \, B_k^\dagger \quad , $$

with $\displaystyle \sum\limits_k B_k^\dagger\, B_k = \mathbb I$, where $\mathbb I$ denotes the identity operator. We find $$ \mathrm{Tr}\,\varphi(\rho) = \mathrm{Tr}\, \sum\limits_k B_k\, \rho\,B_k^\dagger = \mathrm{Tr}\, \sum\limits_k B_k^\dagger B_k\, \rho = \mathrm{Tr}\, \mathbb I\,\rho = \mathrm{Tr}\,\rho = 1 \quad , $$

where we've used the linearity and the cyclic property of the trace. Moreover:

$$\langle \psi|\varphi(\rho)|\psi\rangle = \sum\limits_k \langle \psi|B_k\, \rho \,B_k^\dagger|\psi\rangle = \sum\limits_k \langle \underbrace{\psi_k|\rho|\psi_k\rangle}_{\geq 0} \geq 0 \quad , $$

with $|\psi_k\rangle := B_k^\dagger|\psi\rangle$.

So $\varphi(\rho)$ is a density matrix again and therefore pure if and only if it is a projector. However, note that Kraus operators can change the purity of a density operator, cf. this quantum computing question.


$^\dagger$ This is easy to see: For a positive semi-definite $\rho$, define the following hermitian operators: \begin{align} \rho_1 &:= \frac{1}{2} (\rho+ \rho^\dagger) \\ \rho_2 &:= \frac{1}{2i} (\rho -\rho^\dagger) \quad . \end{align} Then obviously $\rho = \rho_1 + i\,\rho_2$ and since $\langle \psi |\rho|\psi\rangle , \langle \psi |\rho_1|\psi\rangle , \langle \psi |\rho_2|\psi\rangle \in \mathbb R$, it follows that $\langle \psi|\rho_2|\psi\rangle \overset{!}{=}0$ for all $|\psi\rangle$. Thus $\rho_2=0$ and $\rho=\rho_1$, i.e. $\rho$ is hermitian.

Related Question