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

Method __init__

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

Source from the content-addressed store, hash-verified

70 """Handles syndrome measurement for error detection"""
71
72 def __init__(self, config: QECConfig):
73 self.config = config
74
75 def measure_syndrome(self, circuit: QuantumCircuit) -> List[ErrorSyndrome]:
76 """Measure error syndromes in the quantum circuit"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected