Skip to content

Commit

Permalink
hyperfine coupling: stop when wavefunction is closed-shell nwchemgit#788
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed May 30, 2023
1 parent 61a049a commit 8e650d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/property/prp.F
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,13 @@ subroutine hnd_propty(rtdb,basis,geom)
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 -----
Expand Down

0 comments on commit 8e650d4

Please sign in to comment.