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

Method __init__

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

Source from the content-addressed store, hash-verified

186 """Handles logical qubit encoding"""
187
188 def __init__(self, config: QECConfig):
189 self.config = config
190
191 def encode_logical_qubit(self, circuit: QuantumCircuit,
192 physical_qubits: List[int]) -> QuantumCircuit:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected