CVP reproduce
Independent re-run pack: fixed input vectors, O3 expected values, oracle version, commands, and the last result summary. This is how a reader moves from “CalculatorX says it passed” to “I can reproduce why it passed.”
Calculation version, protocol version, and evidence revision are distinct.
O3 PASS is a tabulated-vector claim, not a whole-domain proof.
≤2 ULP vs O3 applies only to the published tabulated vectors (half, quarter, wavelength/full alias, k≠1, HF/VHF/UHF/LF). It is not a whole-domain antenna-model guarantee.
Regenerate the table from the public generator. Independent REST check needs only this page's reproduce.json plus stdlib Python — no repo clone and no mpmath. The CVP runner remains a maintainer command.
Re-running the generator without changing seed or inputs should reproduce table SHA-256 26df4b46049215ca31a8ee7718629ccad4c6c45c7b5b19bb4b9d8415a55a0c31. Compare each expected_f64 to the production result within the declared ULP threshold.
Every O3 vector used for the ≤2 ULP claim. Expected values come from the published mpmath table, not from the implementation under test.
| ID | Kind | Inputs | Expected (f64) | Actual | ULP | Status |
|---|---|---|---|---|---|---|
o3-half-c | canonical-half | {"mode":"half","f_Hz":299792458,"length_factor":1} | 0.5 | 0.5 | 0 | PASS |
o3-quarter-c | canonical-quarter | {"mode":"quarter","f_Hz":299792458,"length_factor":1} | 0.25 | 0.25 | 0 | PASS |
o3-wavelength-c | canonical-wavelength | {"mode":"wavelength","f_Hz":299792458,"length_factor":1} | 1 | 1 | 0 | PASS |
o3-full-alias | alias-full | {"mode":"full","f_Hz":299792458,"length_factor":1} | 1 | 1 | 0 | PASS |
o3-k095 | length-factor | {"mode":"half","f_Hz":146000000,"length_factor":0.95} | 0.9753521749999999 | 0.975352175 | 1 | PASS |
o3-hf-quarter | hf | {"mode":"quarter","f_Hz":28000000,"length_factor":0.96} | 2.5696496399999997 | 2.56964964 | 1 | PASS |
o3-vhf-half | vhf | {"mode":"half","f_Hz":146000000,"length_factor":1} | 1.0266865 | 1.0266865 | 0 | PASS |
o3-uhf-wavelength | uhf | {"mode":"wavelength","f_Hz":435000000,"length_factor":0.95} | 0.6547191611494253 | 0.6547191611494253 | 0 | PASS |
o3-am-broadcast | lf | {"mode":"half","f_Hz":1000000,"length_factor":1} | 149.896229 | 149.896229 | 0 | PASS |
o3-2m-k095 | length-factor-quarter | {"mode":"quarter","f_Hz":146000000,"length_factor":0.95} | 0.48767608749999997 | 0.4876760875 | 1 | PASS |