mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
Print KS surface elements
This commit is contained in:
parent
88bcac0aa4
commit
6a0f9c4b17
1 changed files with 4 additions and 0 deletions
|
|
@ -767,6 +767,10 @@ c enddo
|
|||
dbl_mb(k_efcs+ief-1) = dble(ipp)*dsurf*ratm_real**2
|
||||
srfmol = srfmol + dble(ipp)*dsurf*ratm_real**2
|
||||
volmol = volmol + dble(ipp)*dvol *ratm_real**3
|
||||
if(oprint_molsurf) then
|
||||
dbl_mb(k_msrf+ief-1) = dble(ipp)*dsurf*
|
||||
$ ratm_real**2
|
||||
endif
|
||||
else if (do_cosmo_model.eq.DO_COSMO_YK) then
|
||||
c
|
||||
c --- eval eq.(67) from [2] ---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue