mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 06:05:44 -04:00
KS model on when using SES cavity
This commit is contained in:
parent
fcf2977bd0
commit
516b2f5a12
1 changed files with 2 additions and 0 deletions
|
|
@ -378,6 +378,8 @@ c
|
|||
cosmo_cavity = COSMO_CAVITY_VDW
|
||||
else if (inp_compare(.false.,'ses',token)) then
|
||||
cosmo_cavity = COSMO_CAVITY_SES
|
||||
c use KS model by default when using SES cavity
|
||||
do_cosmo_model=DO_COSMO_KS
|
||||
else
|
||||
write(luout,*)"invalid option for CAVITY, valid options are:"
|
||||
write(luout,*)"- VDW for a van der Waals cavity"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue