Add Schwinger hydrogen internal-level task - #18
Draft
AlienTu wants to merge 7 commits into
Draft
Conversation
|
@AlienTu is attempting to deploy a commit to the Benchmarkthing Team on Vercel. A member of the Team first needs to authorize it. |
Collaborator
|
@AlienTu Thanks for contributing! Will review it soon. |
Collaborator
|
@AlienTu Could you attach the local agent experiment results and traj files (jsonl format) zip with BenchFlow CLI (codex gpt5.6sol or claude code opus5)? |
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.
Motivation
This task represents a theoretical and computational quantum-field-theory workflow: determine whether a completely screened static unit charge in one-flavour massive QED in 1+1 dimensions supports a localized neutral internal excitation, and extract the weak-mass asymptotics of its squared-frequency binding gap. The work combines field-theory normalization, a nonlinear screened background, fluctuation spectral analysis, weak one-dimensional binding, and controlled asymptotic extrapolation. Researchers working on low-dimensional gauge theories, bosonization, semiclassical solitons, and spectral problems perform this kind of calculation.
Task history
This task comes from the author's own research. The project was explored over approximately one academic semester in Fall 2025, including several formulations and numerical approaches before the physical problem and a stable solution method became clear.
Task
schwinger-hydrogen-internal-levelsoracle/provenance/manifest.json.background-fluctuation-spectrumwith a reusable conventions and numerical-check referenceThe agent reports whether the localized state exists and the coefficients in
Delta_B / mu^2 = d1 (m/e) + d2 (m/e)^2 + d3 (m/e)^3 + o((m/e)^3).The held-out result is generated computationally from a nonlinear screened-background solve, the bottom of the linear fluctuation spectrum, large-box and grid checks, and an independent perturbative coefficient integration. The verifier grades only the four scientific outputs and does not prescribe bosonization or any numerical method in the prompt.
Checklist
task.mdprompt body is outcome-focusedtaxonomy.yamlbench tasks check tasks/schwinger-hydrogen-internal-levelspassesbench eval run --agent oracle --sandbox dockerlog attachedLocal test results
Current task commit:
d30dbfbTask digest before this PR was opened:
sha256:ee17827e0b9398823ea50ff3ea3bbd12190f31de8b53ab3a19bda7e7d5479659.The oracle was executed directly in the pinned Python scientific environment and produced:
{ "bound_state_exists": true, "d1": 0.0, "d2": 108.3, "d3": -2510.4 }All five verifier tests passed. The direct oracle run took about five seconds and the verifier about 0.05 seconds on the development machine. A formal Docker-backed BenchFlow reward log remains to be attached.
The successful author-guided AI reproductions are useful development evidence: the bundled mentor skill codifies essentially the same background-field and fluctuation-spectrum guidance. They are not represented as a standardized BenchFlow pass rate because exact trial counts, final-commit identity, model identifiers, and matched no-skill controls were not recorded.
Failure analysis
No infrastructure or verifier failure was observed in direct local execution. During development, the main scientific numerical issue was that extracting
d3from finite-box eigenvalue differences is substantially more sensitive than extractingd2. A coarse fit initially roundedd3incorrectly. This was corrected by finer spectral checks, continuous-tail matching, and an independent second-order weak-binding integration, which agree ond3 = -2510.4268....Formal no-skill and with-skill trajectory failure analysis remains pending the final matched trial matrix.
What we learned building it
The squared-frequency gap is much more stable than subtracting frequencies after taking square roots. Very shallow bound modes require a box set by the bound-state decay length, not the much shorter screened-background length. The lowest finite-box continuum state must also be tracked: it approaches the infinite-volume threshold from above, whereas the internal mode remains localized below it.
The weak-mass leading coefficient is stable under the direct spectral calculation, but the cubic coefficient requires either substantially higher precision or an independent perturbative calculation to control the last reported digit.
Artifacts
Credit