feat(ocineb): simplify#332
Merged
HaoZeke merged 7 commits intoTheochemUI:mainfrom Apr 19, 2026
Merged
Conversation
eOn Documentation PreviewDownload: documentation.zip Unzip and open |
Benchmark ResultsTip 1 benchmark(s) improved
Improvements
7 unchanged benchmark(s)
Details
Raw asv-spyglass output |
MetatomicPotential: - forceBatch() for single forward+backward pass across N systems - Disable JIT profiling for bitwise-identical parallel results - Per-image potentials only for intermediates, not endpoints NEB: - updateForces uses batch path when pot->supportsBatchEvaluation() - Dimer/ImprovedDimer batch their 2-system evaluations Matter: - forcesData() and setComputedPotential() for external result injection
- alpha_tol >= 1/sqrt(2): Householder stability bound - S = 1: unique linear penalty P(alpha) = 0.5 + 0.5*alpha, B = 0.5 - Warm-start dimer from cached eigenvector - Remove penalty_strength, penalty_base parameters - Remove force monotonicity check - Single user-facing parameter: lambda_rel
Position restore on status=-2 ONLY: when the dimer finds positive curvature, the CI is at a minimum (not a saddle). Restore to pre-MMF position and clear warm-start cache. For other failures (alignment loss, force increase with valid saddle), let the NEB recover naturally -- the dimer's position may still be useful. CUDA determinism: strict mode when CUBLAS_WORKSPACE_CONFIG is set, warn-only otherwise. Prevents ULP-level divergence in vesin neighbor list matmuls from accumulating over NEB iterations.
463c338 to
ff18ea9
Compare
40da651 to
61dadec
Compare
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.
In response to review requests.