Kraus operator automata and projection-valued measures: examples from Grudka et al. #
References:
Quantum Synchronizing Words: Resetting and Preparing Qutrit States, Grudka et al., 2025
noncomputable def
grudka_map
(θ : ℝ)
{n : ℕ}
(word : Fin n → Fin 2)
:
densityMatrix (Fin 3) → densityMatrix (Fin 3)
Grudka et al. map does indeed map density matrices to density matrices.
Equations
- grudka_map θ word = krausApplyWord_map word (grudka_R θ) ⋯
Instances For
@[implicit_reducible]
noncomputable instance
instNormedRingMatrixFinOfNatNatComplex_kraus_2 :
NormedRing (Matrix (Fin 2) (Fin 2) ℂ)
@[implicit_reducible]
For the Grudka channel with start state 0, the probability of accepting the empty word is 1 > 1/2 hence ![] is in the corresponding measure-once language. This can be generalized to any quantum channel.