PAPER-41: Add CV_QPINN_PDE reproduction (arXiv:2503.12244), merlin 0.4 API - #91
Open
ben9871 wants to merge 4 commits into
Open
PAPER-41: Add CV_QPINN_PDE reproduction (arXiv:2503.12244), merlin 0.4 API#91ben9871 wants to merge 4 commits into
ben9871 wants to merge 4 commits into
Conversation
CV-QPINN consistency-loss reproduction of Panichi et al. on the 1D Poisson and heat equations: pure-PyTorch Fock-truncated CV simulator, matched classical PINN baselines, 5-seed heat sweep, nested-vs- consistency ablation, and a MerLin linear-optics adaptation. MerLin layer uses the 0.4 API (MeasurementStrategy.probs factory); re-running poisson_merlin under 0.4.0 reproduces the 0.3.2 RMSE (2.3728e-4 vs 2.3727e-4). Includes merlin_pinn unit tests and a ruff-clean pass over the paper directory.
ben9871
force-pushed
the
PAPER-CV_QPINN_PDE
branch
from
July 23, 2026 13:31
b5584fa to
cb57ebd
Compare
…oling results/ (tracked) now holds only compact curated artefacts; outdir/ (gitignored) keeps full raw run artefacts. New utils/curate_results.py is the single supported promotion path (tested); aggregate_seeds.py gains a compact results/seed_aggregate.json, epoch-aware grouping, and per-group seed de-duplication. Removed raw prediction arrays, per-seed JSON copies, and duplicate outputs from tracking; figures follow the <label>.png convention. Also untrack session-handoff docs (LOG.md, FEEDBACK.md, CONFLUENCE.md, INSIGHTS.md, VISITED_URLS.md) that were swept into the previous commit by mistake — repo convention keeps them local-only.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://arxiv.org/abs/2503.12244 CV-QPINN consistency-loss reproduction of Panichi et al. on the 1D Poisson and heat equations: pure-PyTorch Fock-truncated CV simulator, matched classical PINN baselines, 5-seed heat sweep, nested-vs- consistency ablation, and a MerLin linear-optics adaptation.
MerLin layer uses the 0.4 API (MeasurementStrategy.probs factory); re-running poisson_merlin under 0.4.0 reproduces the 0.3.2 RMSE (2.3728e-4 vs 2.3727e-4). Includes merlin_pinn unit tests and a ruff-clean pass over the paper directory.
Related Jira: PAPER-41