mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 13:45:27 -04:00
hyperfine coupling: stop when wavefunction is closed-shell https://github.com/nwchemgit/nwchem/issues/788
This commit is contained in:
parent
61a049ae7f
commit
8e650d45f4
1 changed files with 7 additions and 0 deletions
|
|
@ -186,6 +186,13 @@ c
|
|||
endif
|
||||
call hnd_hyperfine_ZORA(rtdb,basis,geom)
|
||||
end if
|
||||
else
|
||||
if (ga_nodeid().eq.0) then
|
||||
write(luout,7000)
|
||||
7000 format(/,6x,'Indirect spin-spin coupling not calculated for RHF',
|
||||
1 /,6x,'wave functions: needs UHF wave function')
|
||||
endif
|
||||
call errquit(' use ODFT input keyword ',0,0)
|
||||
end if
|
||||
c
|
||||
c ----- electrostatic potential -----
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue