mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
write when potcorr=t
This commit is contained in:
parent
747d3ce5f2
commit
e4f9075217
1 changed files with 7 additions and 0 deletions
|
|
@ -546,6 +546,12 @@ c
|
|||
else
|
||||
write(Luout,9972)"*** invalid ***"
|
||||
endif
|
||||
c
|
||||
c ----- potential correction -----
|
||||
c
|
||||
if(cosmo_ptcor) then
|
||||
write(luout,9973)
|
||||
endif
|
||||
endif
|
||||
|
||||
c
|
||||
|
|
@ -755,6 +761,7 @@ c
|
|||
c
|
||||
c <-- MN solvation models
|
||||
c
|
||||
9973 format(' charge correction applied to potential')
|
||||
9972 format(' surface charge correction = ',a)
|
||||
9971 format(' Cosmo: York-Karplus, doi: 10.1021/jp992097l')
|
||||
9970 format(' Cosmo: Klamt-Schuurmann, doi: 10.1039/P29930000799')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue