inductive
definition
def or abbrev
DecoherenceStrategy
show as:
view Lean formalization →
formal statement (Lean)
226inductive DecoherenceStrategy where
227 | reduceCoupling -- Lower g
228 | reduceModes -- Lower N (isolation)
229 | errorCorrection -- Actively correct
230 | dynamicalDecoupling -- Pulse sequences
231 | topologicalProtection -- Use topological qubits
232
233/-- Expected improvement factor for each strategy. -/