fix: suppress metatomic FPE, disable uncertainty default, align dimer cols#323
Merged
HaoZeke merged 1 commit intoTheochemUI:mainfrom Mar 2, 2026
Merged
Conversation
… columns Wrap MetatomicPotential constructor and force() with FPEHandler to prevent SIGFPE from benign NaN/Inf in libtorch internals (SiLU/sleef, autograd). Change uncertainty_threshold default from 0.1 to -1 (disabled) in C++ and Python so models without uncertainty outputs skip the noisy try/catch. Fix IDimerRot force placeholder width (10 to 18 dashes), angle precision (6.2f to 6.3f), and add missing Align column to the Dimer header.
eOn Documentation PreviewDownload: documentation.zip Unzip and open |
HaoZeke
added a commit
that referenced
this pull request
Mar 4, 2026
fix: suppress metatomic FPE, disable uncertainty default, align dimer cols
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.
MetatomicPotentialconstructor andforce(), preventing SIGFPE from benign NaN/Inf in SiLU/autograd internals (follows existingFPEHandlerpattern from ASE_ORCA, ASE_NWCHEM, AtomicGPDimer)uncertainty_thresholddefault from0.1to-1(disabled) in C++ (Parameters.cpp) and Python (schema.py), making uncertainty checking opt-in for models that actually provide it[IDimerRot]force column placeholder width (10 to 18 dashes) and angle precision ({:6.2f}to{:6.3f}) for alignment parity with[Dimer]{:5s}"Align" column to[Dimer]header inMinModeSaddleSearch.cpp