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