mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 21:55:30 -04:00
Merge pull request #1157 from edoapra/ses-pull
use faster eigensolver for geometry optimization
This commit is contained in:
commit
4137074569
2 changed files with 601 additions and 295 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -1135,8 +1135,15 @@ c
|
|||
if (.not.rtdb_get(rtdb,'driver:diagonal_hessian',
|
||||
$ mt_log,1,diagonal_hessian))
|
||||
$ diagonal_hessian = .false.
|
||||
if (.not. rtdb_get(rtdb,'driver:ofast_diag',mt_log,1,ofast_diag))
|
||||
$ ofast_diag = .false.
|
||||
if (modsad.eq.0) then
|
||||
if (.not. rtdb_get(rtdb,'driver:ofast_diag',
|
||||
M mt_log,1,ofast_diag))
|
||||
$ ofast_diag = .true.
|
||||
else
|
||||
if (.not. rtdb_get(rtdb,'driver:ofast_diag',
|
||||
M mt_log,1,ofast_diag))
|
||||
$ ofast_diag = .false.
|
||||
endif
|
||||
|
||||
c
|
||||
c Force sensible options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue