mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 21:55:30 -04:00
Adjust sigma threshold (libxc uses the square of this value)
This commit is contained in:
parent
b8628e3ea6
commit
e906d1556f
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@
|
|||
call xc_f03_func_init(xcfunc,libxc_funcs(ifunc),polarized)
|
||||
call xc_f03_func_set_dens_threshold(xcfunc, tol_rho)
|
||||
#if XC_MAJOR_VERSION > 4
|
||||
call xc_f03_func_set_sigma_threshold(xcfunc, tol_rho**2)
|
||||
call xc_f03_func_set_sigma_threshold(xcfunc, tol_rho)
|
||||
call xc_f03_func_set_zeta_threshold(xcfunc, 1d-10)
|
||||
#endif
|
||||
select case(libxc_family(ifunc))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue