mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-22 03:23:29 +01:00
DIIS stability
This commit is contained in:
parent
a460863632
commit
465737c85a
@ -277,7 +277,7 @@ END_DOC
|
||||
return
|
||||
endif
|
||||
|
||||
if (rcond == 0.d-10) then
|
||||
if (rcond < 1.d-14) then
|
||||
dim_DIIS = 0
|
||||
return
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user