Research-Stack/5-Applications/scripts/gsp
Devin AI 03b575830c fix(infra): restore saturating q16_mul in burgers, hw-specific DIAT to_q16, remove dead imports
- burgers_triad_core.py: restore local saturating q16_mul (uses q16_sat
  for 32-bit clamping + diagnostic counter); only import Q16_ONE from lib
- generate_diat_tables.py: restore hardware-specific to_q16_hw with
  truncation + 0xFFFFFFFF mask (FPGA LUT semantics differ from lib rounding)
- Remove dead imports: generate_avm_gold_trace (to_q16 unused),
  scale_space_solver (q16_mul unused), fractal_dimension (q16_div/q16_mul
  unused — file has its own local clamping versions)
- Fix PEP8 E302 missing blank lines in underverse_closure.py

Co-Authored-By: Allaun Silverfox <bigdataiscoming+9i37y6j2@protonmail.com>
2026-06-16 01:42:10 +00:00
..
__init__.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
backends.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
burgers_triad_core.py fix(infra): restore saturating q16_mul in burgers, hw-specific DIAT to_q16, remove dead imports 2026-06-16 01:42:10 +00:00
perceval_backend.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
quandela_remote.py fix(scripts): replace bare except clauses with specific exception types (#77) 2026-06-14 19:30:28 -05:00
reference_tail_oracle.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
run_local_matrix.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
run_sweeps.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
runner.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
summarize_gsp.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
test_perceval.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
test_quandela.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00