phaseParameter | Datatype | true | EulerReduction | decimal | The base phase parameter Ω for this reduction (e.g., e^{iπ/6}). |
stageCount | Datatype | true | EulerReduction | nonNegativeInteger | The number of stages in this reduction. |
convergenceAngle | Datatype | true | EulerReduction | decimal | The cumulative phase angle at which the reduction converges. |
composedOfMaps | Object | false | EulerReduction | TermExpression | The ordered list of ψ-maps that compose this reduction. |
rotationSchedule | Datatype | true | PhaseRotationScheduler | decimal | String representation of the rotation schedule Ω⁰, Ω¹, …, Ω⁵. |
baseAngle | Datatype | true | PhaseRotationScheduler | decimal | The base angle π/6 from which the schedule is derived. |
targetAngle | Datatype | true | TargetConvergenceAngle | decimal | The target convergence angle (default: π). |
gateStage | Object | true | PhaseGateAttestation | ReductionStep | The reduction stage at which this gate is applied. |
gateExpectedPhase | Datatype | true | PhaseGateAttestation | decimal | The expected phase angle Ω^k at this gate. |
gateResult | Datatype | true | PhaseGateAttestation | boolean | Whether the phase gate check passed or failed. |
rollbackTarget | Object | true | ComplexConjugateRollback | ReductionStep | The reduction stage to which execution rolls back on gate failure. |
stageIndex | Datatype | true | ReductionStep | nonNegativeInteger | Zero-based index of this stage in the reduction. |
stageName | Datatype | true | ReductionStep | string | Human-readable name of this reduction stage. |
expectedPhase | Datatype | true | ReductionStep | decimal | The expected phase angle Ω^k at this stage. |
entryGuard | Object | true | ReductionStep | StatePredicate | A typed predicate evaluated on the current ReductionState. Must be satisfied to enter this stage. |
exitGuard | Object | true | ReductionStep | StatePredicate | A typed predicate that must be satisfied before the reduction advances past this stage. |
stageEffect | Object | true | ReductionStep | Effect | The effect applied by this stage upon successful exit. |
currentStage | Object | true | ReductionState | ReductionStep | The reduction stage at which execution is currently positioned. |
phaseAngle | Datatype | true | ReductionState | decimal | The accumulated phase angle at the current point. |
pinnedMask | Datatype | true | ReductionState | nonNegativeInteger | Bit mask of sites that are pinned (resolved) at this point. |
freeRank | Datatype | true | ReductionState | nonNegativeInteger | The number of free (unresolved) sites at this point. |
transitionGuard | Object | true | ReductionRule | GuardedTransition | A typed GuardedTransition from predicate/ governing the stage transition. |
transitionEffect | Object | true | ReductionRule | TermExpression | The effect applied when this transition fires. |
transitionAdvance | Datatype | true | ReductionRule | boolean | Whether this transition advances to the next stage. |
epochIndex | Datatype | true | Epoch | nonNegativeInteger | Zero-based index of this epoch in the reduction execution. |
epochDatum | Object | true | Epoch | TermExpression | Metadata or summary datum for this epoch. |
epochBoundaryType | Object | true | EpochBoundary | TermExpression | The type of epoch boundary crossing (e.g., normal, forced, timeout). |
predicateField | Datatype | true | PredicateExpression | string | The state field this predicate tests. |
predicateOperator | Datatype | true | PredicateExpression | string | The comparison operator (e.g., '=', '<', '>='). |
predicateValue | Datatype | true | PredicateExpression | string | The value against which the field is compared. |
guardPredicates | Object | false | GuardExpression | PredicateExpression | The predicate expressions that compose this guard. |
effectBindings | Object | false | TransitionEffect | PropertyBind | The property bind steps applied by this effect. |
bindTarget | Datatype | true | PropertyBind | string | The target site identifier for this binding. |
bindValue | Datatype | true | PropertyBind | string | The value to pin the target site to. |
advanceFrom | Object | true | ReductionAdvance | ReductionStep | The source stage of the advancement. |
advanceTo | Object | true | ReductionAdvance | ReductionStep | The target stage of the advancement. |
windowSize | Datatype | true | ServiceWindow | nonNegativeInteger | The number of recent epochs in this service window. |
windowOffset | Datatype | true | ServiceWindow | nonNegativeInteger | The starting epoch offset of this service window. |
transactionPolicy | Datatype | true | ReductionTransaction | string | The execution policy for this transaction (e.g., AllOrNothing, BestEffort). |
transactionOutcome | Object | true | ReductionTransaction | TermExpression | The outcome of this transaction (e.g., committed, rolled back). |
failureKind | Datatype | true | PipelineFailureReason | string | The kind of pipeline failure (e.g., DispatchMiss, ConvergenceStall). |
preflightKind | Datatype | true | PreflightCheck | string | The kind of preflight check (e.g., feasibility, dispatch coverage). |
preflightResult | Object | true | PreflightCheck | TermExpression | The result of the preflight check (e.g., pass, fail). |
groundingReached | Datatype | true | PipelineSuccess | boolean | Whether full grounding was achieved. |
feasibilityKind | Datatype | true | FeasibilityResult | string | The kind of feasibility result (e.g., Feasible, Infeasible). |
feasibilityWitness | Datatype | true | FeasibilityResult | string | The witness justifying the feasibility or infeasibility result. |
leasePhase | Datatype | true | LeaseState | string | The lifecycle phase of a lease (e.g., Pending, Active, Released). |
managedLeaseId | Object | true | ManagedLease | TermExpression | Unique identifier for this managed lease. |
leaseLifecycle | Object | true | ManagedLease | LeaseState | The current lifecycle state of this managed lease. |
checkpointEpoch | Datatype | true | LeaseCheckpoint | nonNegativeInteger | The epoch index at which this checkpoint was taken. |
checkpointState | Object | true | LeaseCheckpoint | ReductionState | The reduction state captured at this checkpoint. |
pressureLevel | Datatype | true | BackPressureSignal | string | The current back-pressure level (e.g., Low, Medium, High). |
pressureThreshold | Datatype | true | BackPressureSignal | decimal | The threshold at which back-pressure activates. |
deferredCount | Datatype | true | DeferredQuerySet | nonNegativeInteger | The number of queries in this deferred set. |
deferralEpoch | Datatype | true | DeferredQuerySet | nonNegativeInteger | The epoch in which these queries were deferred. |
sourceLeaseRef | Object | true | SubleaseTransfer | TermExpression | The lease being transferred from. |
targetLeaseRef | Object | true | SubleaseTransfer | TermExpression | The lease being transferred to. |
transferredBudget | Datatype | true | SubleaseTransfer | nonNegativeInteger | The site budget transferred between leases. |
transferCompleted | Datatype | true | SubleaseTransfer | boolean | Whether the sublease transfer has been completed. |
comparisonField | Object | true | ComparisonPredicate | TermExpression | The state field tested by this comparison predicate. |
comparisonOperator | Object | true | ComparisonPredicate | TermExpression | The comparison operator (e.g., '=', '<', '>='). |
comparisonValue | Object | true | ComparisonPredicate | TermExpression | The value against which the comparison is made. |
conjuncts | Object | false | ConjunctionPredicate | TermExpression | A conjunct predicate in a conjunction. |
disjuncts | Object | false | DisjunctionPredicate | TermExpression | A disjunct predicate in a disjunction. |
negatedPredicate | Object | true | NegationPredicate | TermExpression | The predicate being negated. |
membershipSet | Object | true | MembershipPredicate | TermExpression | The set against which membership is tested. |
membershipElement | Object | true | MembershipPredicate | TermExpression | The element being tested for set membership. |
groundingThreshold | Datatype | true | GroundingPredicate | nonNegativeInteger | The grounding threshold above which the predicate holds. |
coverageTarget | Datatype | true | SiteCoveragePredicate | nonNegativeInteger | The site coverage target expression. |
equalityLeft | Object | true | EqualsPredicate | TermExpression | The left-hand side of an equality test. |
equalityRight | Object | true | EqualsPredicate | TermExpression | The right-hand side of an equality test. |
nonNullField | Datatype | true | NonNullPredicate | nonNegativeInteger | The field that must be non-null. |
queryTypeRef | Object | true | QuerySubtypePredicate | TermExpression | The query type reference for subtype testing. |
siteState | Object | true | ReductionState | TermExpression | The site state descriptor within a reduction state. |
transactionScope | Object | true | ReductionTransaction | TermExpression | The scope of sites affected by this transaction. |
transactionStatus | Object | true | ReductionTransaction | TermExpression | Current status of this transaction (e.g., pending, committed). |
baseContextRef | Object | true | ServiceWindow | TermExpression | Reference to the base context provided by this service window. |
leaseRemainingBudget | Datatype | true | LeaseCheckpoint | nonNegativeInteger | The remaining site budget at this checkpoint. |
expiryEpoch | Datatype | true | ManagedLease | nonNegativeInteger | The epoch at which this managed lease expires. |
leaseBudget | Datatype | true | ManagedLease | nonNegativeInteger | The total site budget allocated to this managed lease. |
sourceStage | Object | true | BackPressureSignal | TermExpression | The source stage emitting back-pressure. |
targetStage | Object | true | BackPressureSignal | TermExpression | The target stage receiving back-pressure. |
deferralReason | Object | true | DeferredQuerySet | TermExpression | The reason for deferring these queries. |
infeasibilityKind | Object | true | FeasibilityResult | TermExpression | The kind of infeasibility detected. |
failureStage | Object | true | PipelineFailureReason | TermExpression | The reduction stage at which the pipeline failure occurred. |
finalGrounding | Datatype | true | PipelineSuccess | decimal | The final grounding level achieved on pipeline success. |
preservedGrounding | Datatype | true | EpochBoundary | boolean | Whether grounding was preserved across the epoch boundary. |
rootTerm | Object | true | CompileUnit | TermExpression | The root term expression of a CompileUnit — the top-level syntactic node from which all sub-expressions descend. |
unitWittLevel | Object | true | CompileUnit | WittLevel | The quantum level at which this CompileUnit operates. |
thermodynamicBudget | Datatype | true | CompileUnit | decimal | The Landauer-bounded energy budget for this CompileUnit's resolution, measured in k_B T ln 2 units. |
targetDomains | Object | false | CompileUnit | VerificationDomain | The verification domain(s) targeted by this CompileUnit. |
unitAddress | Object | true | CompileUnit | Element | Content-addressable identifier computed as the u:Element of the root term’s transitive closure. Computed by stage_initialization, not declared by the submitter. Excludes budget, domains, and quantum level to enable memoization. |
preflightOrder | Datatype | true | PreflightCheck | nonNegativeInteger | Zero-based execution order for preflight checks. Lower indices execute first. BudgetSolvencyCheck (order 0) must precede all others. |