You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Program received signal SIGFPE: Floating-point exception - erroneous arithmetic operation.
Backtrace for this error:
#0 0x1537ca6f6b4f in ???
#1 0xf3e494 in __xtb_david2_MOD_solver_sdavidson
at xtb/src/david2.f90:340
#2 0xb6193f in __xtb_relaxation_engine_MOD_lbfgs_relax
at xtb/src/relaxation_engine.f90:1136
#3 0xb70fd8 in __xtb_relaxation_engine_MOD_l_ancopt
at xtb/src/relaxation_engine.f90:734
#4 0xa14e61 in __xtb_geoopt_MOD_geometry_optimization
at xtb/src/geoopt_driver.f90:155
#5 0x426ad4 in __xtb_prog_main_MOD_xtbmain
at xtb/src/prog/main.F90:842
#6 0x42d7c2 in xtb_prog_primary
at xtb/src/prog/primary.f90:57
#7 0x42d863 in main
at xtb/src/prog/primary.f90:20
To Reproduce
Happens with locally-modified version (smaller thresholds for geometry optimization: tighter than extreme, but not reached) based on current master branch with L-BFGS geometry optimizer. Some atoms are fixed (~15% of all of them).
Expected behaviour
No SIGFPE.
Additional context
Last few geometry optimization steps produces large step length:
Describe the bug
To Reproduce
Happens with locally-modified version (smaller thresholds for geometry optimization: tighter than extreme, but not reached) based on current master branch with L-BFGS geometry optimizer. Some atoms are fixed (~15% of all of them).
Expected behaviour
No SIGFPE.
Additional context
Last few geometry optimization steps produces large step length:
Lindh-Hessian was recomputed 5 times, but only the last one produces this weird behaviour.
The text was updated successfully, but these errors were encountered: