[qmc] frustration-free: authenticated long-range percolation pilot - #278
Open
jiangweiqi001 wants to merge 102 commits into
Open
[qmc] frustration-free: authenticated long-range percolation pilot#278jiangweiqi001 wants to merge 102 commits into
jiangweiqi001 wants to merge 102 commits into
Conversation
Pin the long-range percolation model, validation gates, scalable sampling strategy, and preregistered inference rules so later numerical claims remain reproducible and uncertainty-controlled. Co-authored-by: Cursor <cursoragent@cursor.com>
Break the approved protocol into test-driven model, kernel, graph-oracle, exact-enumeration, and accelerated-sampler milestones with an independent acceptance gate. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Validate edges and labels are safe integer dtypes before int64 copy, and add focused coverage for mutation safety, validation edges, and exports. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Use kappa*J rate-based closed (-rate) and open (log(-expm1(-rate))) log weights instead of log1p(-p) on rounded probabilities. Co-authored-by: Cursor <cursoragent@cursor.com>
Compute log_rate = log(kappa)+log(J) and use a stable helper for log(1-exp(-exp(log_rate))) so saturated and underflowed rates both work. Co-authored-by: Cursor <cursoragent@cursor.com>
Branch on log_rate before exponentiation with documented saturation, underflow, and overflow thresholds; map -inf log mass to probability 0. Co-authored-by: Cursor <cursoragent@cursor.com>
Sample each distance class with geometric skipping so extreme kappa regimes avoid pairwise enumeration while preserving canonical edge coverage. Co-authored-by: Cursor <cursoragent@cursor.com>
Add helper-level deterministic and statistical checks so the geometric sampler evidence catches boundary and marginal-distribution regressions. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Protect Day-0 kernel validation from sigma values that round the exponent back to one, so the model fails safely instead of reaching Hurwitz-zeta poles and NaNs. Add the final targeted regressions for geometry validation, kernel conventions, oracle exports, and the requested fix report. Co-authored-by: Cursor <cursoragent@cursor.com>
Freeze the Numba-first event sampler, restartable artifacts, validation and performance gates, pilot protocol, cluster policy, and confirmatory analysis boundaries. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Require exact deeply verified P0 and extension roots plus the immutable protocol before combined evidence can authorize selection or P1. Co-authored-by: Cursor <cursoragent@cursor.com>
Bind retained-snapshot aggregation back to the pinned extension run and progress hashes before combined evidence can reach selection or P1. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Present the authenticated pilot results, reproducible figures, and scientific boundaries without overstating incomplete scaling work. Co-authored-by: Cursor <cursoragent@cursor.com>
Remove trailing whitespace so the isolated submission passes repository diff checks. Co-authored-by: Cursor <cursoragent@cursor.com>
Lead with the authenticated engine, cluster trajectories, and reusable evidence chain while keeping unfinished scaling claims explicitly bounded. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Summary
q=1long-range FK/percolation model with independent exact and geometric oracles, counter-based Philox RNG, an incremental Poisson/Newman–Ziff production engine, immutable artifacts, restart support, and cluster wrappers.L = 2^10, 2^14, 2^18.sigma=0.8and a crossover-refinement window forsigma=1.1;sigma=0.9and1.0remain candidates for further grid refinement under the preregistered dual-estimator rule.Scientific scope
This PR establishes and validates the model, simulation engine, HPC workflow, provenance chain, exploratory data, and deterministic window-selection analysis. It does not claim final
eta,nu, finite-size scaling, confirmatory P1, or extension-v2 results.Verification
git diff --checkpassesTeam and challenge
jiangweiqi001), 陈硕 (ChS-YHWH), 马追景 (desitterf)Made with Cursor