Structs§
- Validated
Carry Depth View - Observable view: carry-depth projection of
Validated<T, Phase>.value()returns the dihedral orbit size fromprimitive_dihedral_signature::<T>(). - Validated
Derivation Depth View - Observable view: derivation-depth projection of
Validated<T, Phase>.value()returns the reduction-step count fromprimitive_terminal_reduction::<T>(W8). - Validated
Free Rank View - Observable view: free-rank projection of
Validated<T, Phase>.value()returns the free-rank residual fromprimitive_descent_metrics::<T>(&nerve_betti).0. - Validated
Jacobian View - Observable view: per-site Jacobian projection of
Validated<T, Phase>.value()returns the L1-norm of the Jacobian row computed byprimitive_curvature_jacobian::<T>(). - Validated
Landauer View - Observable view: Landauer-cost projection of
Validated<T, Phase>.value()returns the Landauer-cost in nats (delegates tolandauer_nats(self)); the leaf traitLandauerBudget<H>is implemented with the same primitive-derived value.