mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 06:25:21 -04:00
fix for bsse basis on bqs https://github.com/nwchemgit/nwchem/issues/611
This commit is contained in:
parent
cbbd02a072
commit
56b4b228f5
1 changed files with 4 additions and 0 deletions
|
|
@ -146,6 +146,10 @@ c
|
|||
endif
|
||||
call bas_tag_lib(basis, osegment, atom_lab(idx), atom_lab(idx),
|
||||
$ mybas, filename, orel)
|
||||
c load bq to keep DFT quiet
|
||||
call bas_tag_lib(basis, osegment,
|
||||
B 'bq'//atom_lab(idx), atom_lab(idx),
|
||||
$ mybas, filename, orel)
|
||||
30 continue
|
||||
c
|
||||
if (.not. bas_set_spherical(basis, ospherical)) call
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue