(All of these coming from the topic of simulation of quantum systems) A density matrix $\rho$ Which describe state of $n$ qubits will have $2^{n} \times 2^{n}$ size. We have couple of conditions like
- $\mathrm{tr}(\rho) = 1$
- $\rho$ is positive.
Then in this case we only need to specify $\dfrac{2^{n}(2^{n}-1)}{2} $ for off-diagonal elements and for the diagonal ones we need $2^{n}-1$ Terms. So total terms required $\dfrac{2^{n}(2^{n}-1)}{2} + 2^{n}-1 $. Now each of these terms can be complex numbers. And for defining a complex number we need one real number (assuming $e^{i\theta}$ form and defining theta to a good enough approximation).
Total number of independent real numbers - $\dfrac{2^{n}(2^{n}-1)}{2} + 2^{n}-1 = 4^{n}+\dfrac{2^{n}}{2}-1$
But in Nielsen Chuang it was asked to proof
Exercise 4.46: (Exponential complexity growth of quantum systems) Let $\rho$ be a density matrix describing the state of $n$ qubits. Show that describing $ρ$ requires $4^{n} − 1$ independent real numbers.
Who is correct here?