badrish

The research question

How do quantum reservoir configurations compare with classical forecasting methods under a controlled evaluation? The study considered synthetic chaotic systems including Hénon, Lorenz-63, Mackey–Glass, and Lorenz-96, alongside classical ESN, NG-RC, and ELM methods.

The engineering problem underneath

Large experimental sweeps are easy to run badly. A preprocessing leak, a stale cached feature, or a partially written result can invalidate a comparison. I built the benchmark around traceability, repeatable configuration, and recovery from interrupted work.

FROM CONFIGURATION TO EVIDENCE

01Versioned experiment02Train-fitted preprocessing03Cached feature generation04Traceable result artifacts

What I implemented

Testing the experiment infrastructure

12 / 12

Completed cells skipped during an unchanged 12-cell rerun.

1 / 12

Cells re-executed when resuming a controlled interrupted run.

8 / 8

Injected fault classes detected before final results.

These are outcomes from the recorded engineering checks, scoped to those experiments. They demonstrate the intended caching, recovery, and validation behaviour rather than a guarantee about every future run.

The finding

No evaluated quantum configuration beat the strongest classical comparator in this study. The value of the project is in a reproducible comparison and an honest result, including when that result does not support the more exciting hypothesis.

Why it matters to my engineering work

The same habits transfer to applied AI: preserve provenance, compare against a credible baseline, test failure cases, and make it possible to trace a headline number back to its inputs.