input | Object | true | ComputationTrace | Datum | The input datum of this computation. |
output | Object | true | ComputationTrace | Datum | The output datum of this computation. |
step | Object | false | ComputationTrace | ComputationStep | A computation step in this trace. |
monodromy | Object | true | ComputationTrace | DihedralElement | The monodromy accumulated by this computation: the net dihedral group element produced by the full operation sequence. |
from | Object | true | ComputationStep | Datum | The input datum of this computation step. |
to | Object | true | ComputationStep | Datum | The output datum of this computation step. |
operation | Object | true | ComputationStep | Operation | The operation applied in this computation step. |
index | Datatype | true | ComputationStep | nonNegativeInteger | The zero-based sequential index of this step within its trace. |
stepCount | Datatype | true | TraceMetrics | nonNegativeInteger | Total number of computation steps in this trace. |
totalRingDistance | Datatype | true | TraceMetrics | nonNegativeInteger | Total ring-metric distance accumulated across all steps. |
totalHammingDistance | Datatype | true | TraceMetrics | nonNegativeInteger | Total Hamming-metric distance accumulated across all steps. |
certifiedBy | Object | true | ComputationTrace | Certificate | The certificate that attests to the correctness of this computation trace. |
residualEntropy | Object | true | ComputationTrace | ResidualEntropy | The residual entropy observable remaining after this computation trace, linking to the ThermoObservable taxonomy (TH_9 connection). |
isGeodesic | Datatype | true | ComputationTrace | boolean | Whether this computation trace satisfies the dual geodesic condition (GD_1): AR_1-ordered and DC_10-selected. |
geodesicCertificate | Object | true | GeodesicTrace | GeodesicCertificate | The GeodesicCertificate attesting that this trace satisfied both GD_1 conditions. |
geodesicViolation | Object | false | ComputationTrace | GeodesicViolation | A GeodesicViolation record indicating where the trace deviated from the geodesic condition. |
stepEntropyCost | Datatype | true | ComputationStep | decimal | The entropy cost of a single computation step. On a geodesic, this equals ln 2 for every step (GD_2). |
cumulativeEntropyCost | Datatype | true | ComputationTrace | decimal | The total entropy cost accumulated across all steps of a trace. On a geodesic, equals freeRank_initial × ln 2 (GD_3). |
jacobianAtStep | Datatype | true | ComputationStep | decimal | The Jacobian value J_k at this step, used by the GeodesicValidator to check DC_10 maximality. |
adiabaticallyOrdered | Datatype | true | ComputationTrace | boolean | Whether the step sequence of this trace follows the AR_1 adiabatic ordering (decreasing freeRank × cost-per-site). |
violationReason | Datatype | true | GeodesicViolation | string | Human-readable description of why a geodesic violation occurred, citing the step index and the unused higher-J_k option. |
measurementEvent | Object | false | ComputationTrace | MeasurementEvent | A MeasurementEvent step within this computation trace. |
preCollapseEntropy | Datatype | true | MeasurementEvent | decimal | The von Neumann entropy S_vN of the SuperposedSiteState before projective collapse. |
postCollapseLandauerCost | Datatype | true | MeasurementEvent | decimal | The Landauer cost incurred by the projective collapse. Equals preCollapseEntropy at β* = ln 2 (QM_1). |
collapseStep | Datatype | true | MeasurementEvent | nonNegativeInteger | The step index within the enclosing ComputationTrace at which this projective collapse occurred. |
amplitudeVector | Datatype | true | MeasurementEvent | decimal | The full pre-collapse amplitude vector of all branches at the time of measurement. Enables Born rule verification (QM_5): P(outcome k) = |α_k|² / Σ|αᵢ|². |
isAR1Ordered | Datatype | true | ComputationTrace | boolean | Whether this computation trace has steps ordered by the AR_1 adiabatic metric (decreasing freeRank × cost-per-site). One of the two sub-predicates of isGeodesic (GD_6). |
isDC10Selected | Datatype | true | ComputationTrace | boolean | Whether each step of this computation trace was selected by the DC_10 Jacobian criterion (maximal J_k among free sites). One of the two sub-predicates of isGeodesic (GD_6). |
outcomeValue | Datatype | true | MeasurementOutcome | nonNegativeInteger | The classical site index selected by projective collapse in this measurement outcome. |
outcomeProbability | Datatype | true | MeasurementOutcome | decimal | The Born-rule probability of this measurement outcome: |α_k|² where α_k is the amplitude of the collapsed site. |