Validation and Reproducibility¶
Reproducibility Protocol¶
- Build from a clean checkout.
- Run smoke checks.
- Run
paper_04with fixed seeds and explicit decoders. - Verify generated tables and manifests.
- Cross-check App results against CLI artifacts.
Baseline Commands¶
lidmas --smoke
./examples/paper_runs/paper_04/run_all.sh
Optional controlled run:
LIDMAS_P4_SHOTS=300 \
LIDMAS_P4_ROUNDS=3 \
LIDMAS_DECODERS=mwpm,uf,bp \
LIDMAS_P4_SEED=20260409 \
./examples/paper_runs/paper_04/run_all.sh
Required Audit Artifacts¶
examples/paper_runs/paper_04/results/03_analysis/table_replay_matrix.csvexamples/paper_runs/paper_04/results/03_analysis/table_source_vs_lidmas.csvexamples/paper_runs/paper_04/results/04_extended_analysis/table_request_equivalence.csvexamples/paper_runs/paper_04/results/04_extended_analysis/table_bootstrap_metrics.csvexamples/paper_runs/paper_04/results/04_extended_analysis/table_bootstrap_source_vs_reference.csv
CLI vs App Parity Checklist¶
- Capture CLI manifest/hash for
paper_04. - Run
paper_04from LiDMaS+ App with same config. - Compare:
- manifest hash,
- run status,
- artifact counts,
- key summary tables.
- Investigate any mismatch before reporting results.
Citation and Provenance¶
Use Reproducibility & Citation for publication citation guidance and version capture.