This repository hosts a static, browser-based explorer for the QC-PHAST evidence package.
The page visualizes:
- finite-pool query scaling across marked-set densities
- per-system difficulty at rare marked fractions
- noisy-oracle behavior
- oracle break-even and state-preparation accounting
- continuous classical challenge summaries
- online simulator and QPU wall-clock sanity summaries
The site is intentionally static. It contains no server code and reads a generated evidence bundle from:
data/qcphast_webapp_data.json
That bundle is generated from the QC-PHAST analysis repository by:
python3 scripts/build_webapp_data.py \
--experiment-name qcphast_webapp_data_buildpython3 -m http.server 8787Open:
http://localhost:8787/
This repository is ready for GitHub Pages branch-source hosting.
In repository settings:
Settings -> Pages -> Build and deployment -> Source: Deploy from a branch
Branch: main
Folder: /(root)
Save
Expected public URL:
https://cvc-lab.github.io/QC-PHAST-ML-Interactive/
The research code and experiment runners live in:
https://github.com/CVC-Lab/QC-PHAST-ML.git