The fidelity of two quantum states. This is the quantum version of the Bhattacharyya coefficient.
Instances For
A state has perfect fidelity with itself.
theorem
MState.fidelity_eq_one_iff_self
{d : Type u_1}
[Fintype d]
[DecidableEq d]
(ρ σ : MState d)
:
The fidelity is 1 if and only if the two states are the same.
The fidelity is a symmetric quantity.
theorem
MState.fidelity_channel_nondecreasing
{d : Type u_1}
{d₂ : Type u_2}
[Fintype d]
[DecidableEq d]
[Fintype d₂]
(ρ σ : MState d)
[DecidableEq d₂]
(Λ : CPTPMap d d₂ ℂ)
:
The fidelity cannot decrease under the application of a channel.