MCPcopy Create free account
hub / github.com/GitsSaikat/PyGen / __init__

Method __init__

data/QEC/reference_code.py:212–213  ·  view source on GitHub ↗
(self, config: QECConfig)

Source from the content-addressed store, hash-verified

210 """Handles adaptive decoding of quantum states"""
211
212 def __init__(self, config: QECConfig):
213 self.config = config
214
215 def decode(self, circuit: QuantumCircuit,
216 syndrome_history: List[List[int]]) -> Tuple[List[int], float]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected