5

I’m reading Isham’s Lectures on Quantum Theory, and in Chapter 5, General Formalism of Quantum Theory, Section 5.1.2, he states the following rule.

Rule 1. The predictions of results of measurements made on an otherwise isolated system are probabilistic in nature. In situations where maximum amount of information is available, [emphasis mine] this probabilistic information is represented mathematically by a vector in a complex Hilbert space $\mathcal{H}$ that forms the state space of the quantum theory. In so far as it gives the most precise predictions that are possible, this vector is to be thought of as the mathematical representative of the physical notion of ‘state’ of the system.

Question: Why only in situations where maximum amount of information is available can we represent states with a vector in Hilbert space? What is even meant by “maximum amount of information“?

Atom
  • 1,999

3 Answers3

4

To understand what it means to have maximum knowledge, maybe it helps to consider a situation in which you don't have that knowledge. Suppose I was giving you a qubit and telling you that I threw a fair coin and prepared either a $|0\rangle$ if it was heads, or a $|1\rangle$ if it was tails. You would then describe the state with a density matrix

$$\rho = \frac{1}{2} (|0\rangle \langle 0| + |1\rangle \langle 1|) \tag{1} $$

Observables measured on this state involve two kinds of uncertainty: First since you don't know whether I gave you a $|0\rangle$ or a $|1\rangle$ and second since there are quantum fluctuations. Maximum knowledge possible is the case if all uncertainties in your measurement observables are solely due to quantum fluctuations.

There is also a technical definition for this. The state (1) has so called quantum Von Neumann entropy $S = - Tr [\rho \, Log \rho] \neq 0$. States that lie inside a Hilbert space are called pure states and always have zero entropy. This entropy is thus a measure of your knowledge about the state.

curio
  • 1,127
2

Probably the author means that a state in which you know everything you can know about that system, is represented by such a vector (or rather a ray, as Alfred Centauri remarked).

When there is uncertainty in the state, which could be considered classical uncertainty (where quantum uncertainty would be the uncertainty in experimental outcomes that we still have, even if we know the exact quantum state vector), the state is a classical probability distribution over this vector space, which can be represented by a density operator. These are the objects of study (or the states) in quantum statistical mechanics.

doetoe
  • 9,484
1

Instead of state vector you can also represent states of a quantum system using a density matrix. If you have a basis $\{|n\rangle\}$ and a state vector $|\Psi\rangle=\sum_nc_n|n\rangle$ you can calculate the density matrix as follows $$\rho=|\Psi\rangle\langle\Psi|=\sum_{m,n}c_m{c_n}^{\!\!*}|m\rangle\langle n|$$ Expectation values can be calculated using $$\langle \hat A\rangle=\text{tr}(\rho \hat A)$$ Since we can calculate expectation values this density matrix contains at least as much information as the state vectors. But density matrices are more general objects. They can also describe experimental uncertainty. A general density matrix is of the form $$\rho=\sum_ip_i|\psi_i\rangle=\sum_{m,n}d_{m,n}|m\rangle\langle n|$$ Here $p_i$ is the chance that the system is in $|\psi_i\rangle$. This is not a quantum uncertainty but represents our experimental uncertainty about the system. It could be in state $\psi_1$ or it could be in state $\psi_2$ etc. In this form it is impossible to find $c_m,c_n$ such that $d_{m,n}=c_m{c_n}^{\!\!*}$.

When it is possible to write $\rho=|\Psi\rangle\langle\Psi|$ we have what's called a pure state. This corresponds to maximal knowledge because the system is for sure in the state $|\Psi\rangle$.