loom.validator.debug_dataclass
Copyright (c) Entropica Labs Pte Ltd 2025.
Use, distribution and reproduction of this program in its source or compiled form is prohibited without the express written consent of Entropica Labs Pte Ltd.
- class loom.validator.debug_dataclass.AllChecks(*args, **kwargs)[source]
Bases:
objectDataclass to store the results of all checks.
- Parameters:
CodeStabilizers (CodeStabilizerCheck) – The results of the Code Stabilizer check.
LogicalState (LogicalOperatorCheck) – The results of the Logical Operator check.
StabilizersMeasured (StabilizerMeasurementCheck) – The results of the Stabilizer Measurement check.
-
code_stabilizers:
CodeStabilizerCheck
-
logical_operators:
LogicalOperatorCheck
-
stabilizers_measured:
StabilizerMeasurementCheck