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

Class ErrorType

data/QEC/reference_code.py:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14logger = logging.getLogger(__name__)
15
16class ErrorType(Enum):
17 BIT_FLIP = "bit_flip"
18 PHASE_FLIP = "phase_flip"
19 MEASUREMENT = "measurement"
20 DECOHERENCE = "decoherence"
21 GATE = "gate"
22
23@dataclass
24class QECConfig:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected