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

Class ErrorSyndrome

data/QEC/reference_code.py:32–37  ·  view source on GitHub ↗

Container for error syndrome information

Source from the content-addressed store, hash-verified

30
31@dataclass
32class ErrorSyndrome:
33 """Container for error syndrome information"""
34 location: List[int] # Indices of affected qubits
35 error_type: ErrorType
36 severity: float
37 correction_gates: List[str]
38
39class NoiseSimulator:
40 """Simulates various types of quantum noise"""

Callers 1

detect_errorsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected