10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-26 15:12:19 +02:00

DIIS stability

This commit is contained in:
Anthony Scemama 2020-05-25 23:34:51 +02:00
parent a460863632
commit 465737c85a

View File

@ -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