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

Method __init__

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

Source from the content-addressed store, hash-verified

158 """Handles error correction in quantum circuits"""
159
160 def __init__(self, config: QECConfig):
161 self.config = config
162
163 def apply_correction(self, circuit: QuantumCircuit,
164 errors: List[ErrorSyndrome]) -> QuantumCircuit:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected