QuantumInfo.Finite.POVM
Positive Operator-Valued Measures
A Positive Operator-Valued Measures, or POVM, is the most general notion of a quantum "measurement": a collection of positive semidefinite (PSD) operators that sum to the identity. These induce a distribution, `POVM.measure`, of measurement outcomes; and they induce a CPTP map, `POVM.measurement_map`, which changes the state but adds learned information.
Developing this theory is important if one wants to discuss classical information across quantum channels, as POVMs are the route to get back to classical information (a `ProbDistribution` of outcomes).
TODO: They can also evolve under CPTP maps themselves (the Heisenberg picture of quantum evolution), they might commute with each other or not, they might be projective or not.
8 declarations
Quantum-classical CPTP measurement map of a POVM
Given a Positive Operator-Valued Measure (POVM) consisting of positive semidefinite matrices for , the measurement map is a completely positive trace-preserving (CPTP) map from the space of -dimensional quantum states to the space of -dimensional quantum-classical states. For a density matrix , the map is defined as: where is the unique positive semidefinite square root of the operator , and (represented by `Matrix.single x x 1`) is the projector onto the classical outcome .
Formula for the Action of the POVM Measurement Map on a Matrix
Let be a Positive Operator-Valued Measure (POVM) over a finite outcome space and a Hilbert space of dimension , where denotes the positive semidefinite operator associated with outcome . For any matrix , the application of the induced measurement map to is given by the sum: where is the unique positive semidefinite square root of the operator associated with outcome , and is the matrix with a at position and elsewhere. This map represents the transformation of the quantum state into a joint state of the system and a classical register storing the measurement outcome.
Action of POVM Measurement Map on Hermitian Matrices
Let be a Positive Operator-Valued Measure (POVM) indexed by on a Hilbert space of dimension , with effects . For any Hermitian matrix , the application of the associated measurement map to is given by where denotes the unique positive semidefinite square root of the effect , and is the diagonal Hermitian matrix whose only non-zero entry is a at position .
Probability distribution of outcomes for a POVM given state
Given a Positive Operator-Valued Measure (POVM) with outcomes in and representing matrices for each , and a quantum mixed state (represented by a density matrix ), the probability of obtaining outcome is given by the Born rule: Since is positive semidefinite and , this defines a valid probability distribution over the set of outcomes .
Partial Trace over the Measurement Map Equals the Classical Outcome Distribution
Let be a positive operator-valued measure (POVM) with outcomes in and acting on a quantum system . Let be a density matrix representing a mixed state in . The partial trace over the system of the state resulting from the quantum-classical measurement map, denoted , is equal to the diagonal density matrix representing the classical probability distribution of the measurement outcomes, .
The measure-and-discard CPTP map of a POVM
Given a Positive Operator-Valued Measure (POVM) with outcomes in and acting on a Hilbert space of dimension , the map `measureDiscard` is defined as the composition of the measurement map with a partial trace over the system state. Specifically, let be the CPTP map representing the measurement process. Then `measureDiscard` is the CPTP map which takes an input state , performs the measurement, discards the post-measurement quantum state, and retains only the diagonal mixed state representing the probability distribution of classical outcomes in .
The application of `measureDiscard` to a state equals the classical representation of its measurement distribution
Let be a Positive Operator-Valued Measure (POVM) with outcomes in for a quantum system with state space . For any quantum state , applying the discard-measurement map to results in a diagonal density matrix representing the classical probability distribution of the measurement outcomes. Specifically, , where is the distribution of outcomes induced by the POVM.
The state-transformation CPTP map induced by a POVM after discarding measurement outcomes
For a Positive Operator-Valued Measure (POVM) with outcomes in and acting on a Hilbert space of dimension , the map is a Completely Positive Trace-Preserving (CPTP) map from the space of states of dimension to itself. It is defined as the composition of the measurement map (which maps a state to a joint state of the system and the classical outcome) and the partial trace over the outcome space. Physically, this represents the process of performing the measurement on a quantum state and discarding the resulting outcome, thereby retaining only the post-measurement state.
