Module types

Module types 

Source
Expand description

Core domain types for the ruQu coherence gate system

This module defines the fundamental types used throughout the coherence gate, including decisions, masks, identifiers, and result structures.

Structs§

EvidenceResult
Result from evidence (e-value) filter
FilterResults
Combined results from all three filters
GateThresholds
Threshold configuration for the coherence gate
PermitToken
A signed permit token authorizing action on coherent regions
RegionMask
256-bit mask identifying affected tiles/regions
ShiftResult
Result from shift (drift detection) filter
StructuralResult
Result from structural (min-cut) filter
StructuralSignal
Structural signal with cut dynamics (velocity and curvature)

Enums§

GateDecision
The three-valued gate decision outcome
Verdict
Simplified verdict for filter outcomes

Type Aliases§

ActionId
Action identifier for permit tokens
CycleId
Cycle identifier - monotonically increasing per measurement cycle
EdgeId
Edge identifier in the operational graph
RoundId
Round identifier - syndrome measurement round within a cycle
SequenceId
Decision sequence number
TileId
Tile identifier (0 = TileZero coordinator, 1-255 = worker tiles)
VertexId
Vertex identifier in the operational graph