mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
Merge pull request #1216 from edoapra/feat-ses-doi
Add ses doi and allow YK-ses
This commit is contained in:
commit
c16c1a9399
4 changed files with 11 additions and 6 deletions
|
|
@ -69,6 +69,7 @@ end
|
|||
|
||||
cosmo
|
||||
do_gasphase f
|
||||
do_cosmo_ks
|
||||
cavity ses
|
||||
ndiv xfine
|
||||
end
|
||||
|
|
|
|||
|
|
@ -761,12 +761,12 @@ c
|
|||
c
|
||||
c <-- MN solvation models
|
||||
c
|
||||
9973 format(' charge correction applied to potential')
|
||||
9973 format(' charge correction applied to potential, '
|
||||
$ 'doi: 10.1021/acs.jctc.5c01368')
|
||||
9972 format(' surface charge correction = ',a)
|
||||
9971 format(' Cosmo: York-Karplus, doi: 10.1021/jp992097l')
|
||||
9970 format(' Cosmo: Klamt-Schuurmann, doi: 10.1039/P29930000799')
|
||||
c TODO: describe the GEPOL modifications and publish a new article
|
||||
8870 format(' SES surface, doi: 10.1002/jcc.540151009, ??')
|
||||
8870 format(' SES surface, doi: 10.1021/acs.jctc.5c01368')
|
||||
|
||||
9969 format(' Using -Lebedev- grid')
|
||||
9968 format(' -iangleb',I4)
|
||||
|
|
|
|||
|
|
@ -378,8 +378,6 @@ 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
|
||||
c correct potential when using SES
|
||||
cosmo_ptcor=.true.
|
||||
else
|
||||
|
|
|
|||
|
|
@ -457,6 +457,12 @@ C> "Treatment of the outlying charge in continuum solvation models",
|
|||
C> <i>J. Chem. Phys.</i> (1996) <b>105</b>, pp 9972–9981, DOI:
|
||||
C> <a href="https://doi.org/10.1063/1.472829">
|
||||
C> 10.1063/1.472829</a>.
|
||||
C>
|
||||
C> [12] R. de P. Soares, D. Mejía-Rodriguez, E. Aprà,
|
||||
C> "Recent Improvements to the NWChem COSMO Module",
|
||||
C> <i>J. Chem. Theory Comput.</i> (2025), DOI:
|
||||
C> <a href="https://doi.org/10.1021/acs.jctc.5c01368">
|
||||
C> 10.1021/acs.jctc.5c01368</a>.
|
||||
C>
|
||||
subroutine hnd_coschg(g_dens,ndens,rtdb,geom,basis,nat,nefc,
|
||||
& efcc,efcs,msrf,efcz,efczz,efciat,ratm,
|
||||
|
|
@ -1144,7 +1150,7 @@ c scaling factors or Lagrangian multipliers then additional
|
|||
c correction terms are needed to ensure the expressions agree.
|
||||
c
|
||||
c A consistent correction is to recalculate the total potential
|
||||
c with the corrected charges (see Ref. [11] and cosmo_ptcor above).
|
||||
c with the corrected charges (see Ref. [11,12] and cosmo_ptcor above).
|
||||
c After that, adjust the elec potential accordingly, with a
|
||||
c constant nuclear potential. This makes both formulations
|
||||
c agree and also makes scale and Lagrangian corrections
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue