[math-05] Derive magnetic kernels, basis transforms, and Poisson systems#220
Draft
marjohma wants to merge 3 commits into
Draft
[math-05] Derive magnetic kernels, basis transforms, and Poisson systems#220marjohma wants to merge 3 commits into
marjohma wants to merge 3 commits into
Conversation
Member
Author
|
Review (standards + spec vs #197) — keeping this in draft. Positives first: all new FORMULA_INDEX citations resolve on the branch (no phantom paths), the Makefile targets mirror sibling style, and a minority of checks are genuine derivations (cylindrical harmonic Laplacian via Blocking
Inherited/minor
|
Base automatically changed from
fix/kim-fp-187-offdiagonal-kernel
to
fix/kim-fp-196-charge-kernel-oracle
July 14, 2026 10:33
…roblem (#219) ## Summary - solve for a periodic deviation around an explicit physical aligned-potential lift - derive and enforce screened zero-mode and null-space behavior - add manufactured complex solves, projection checks, reconstruction checks, and failure cases ## Why The periodic solver no longer relies on an implicit periodic full-potential boundary condition. ## Validation Validated cumulatively at the stack head: - `cmake --build build -j2` - `ctest --test-dir build -E 'test_rhs_balance|test_periodic_convergence|test_periodic_vs_global' --output-on-failure` — 35/35 passed Known red gates are intentionally excluded from that command: the pre-existing `test_rhs_balance` baseline failure, the periodization-deformation acceptance gate, and the unresolved periodic-vs-global 5% agreement gate. ## Stack Base: `fix/kim-fp-197-poisson-oracle` Head: `fix/kim-fp-188-matched-bvp` Closes #188
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
Why
The field solve and reconstruction conventions have an independent symbolic derivation.
Validation
Validated cumulatively at the stack head:
cmake --build build -j2ctest --test-dir build -E 'test_rhs_balance|test_periodic_convergence|test_periodic_vs_global' --output-on-failure— 35/35 passedKnown red gates are intentionally excluded from that command: the pre-existing
test_rhs_balancebaseline failure, the periodization-deformation acceptance gate, and the unresolved periodic-vs-global 5% agreement gate.Stack
Base:
fix/kim-fp-187-offdiagonal-kernelHead:
fix/kim-fp-197-poisson-oracleCloses #197