--
You received this message because you are subscribed to the Google Groups "QWalk user's group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qwalk-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Lucas and Li,
From some point in time GAMESS was not sure ECP potentials
with N higher than 2 in the gaussian fitting are compatible with
the code, so it would just block them. The error message actually
says it. After thorough testing we have established that GAMESS
can handle, at least N=3, after all and it will be allowed in the new
version. In the meantime, you can just remove the block by putting
comments at the following lines in the subroutine ECPPAR from
the ecplib.src file:
c IF(NLP(K).LT.0 .OR. NLP(K).GT.2) THEN
c IF(MASWRK) WRITE(IW,9260) ICNTR,NLP(K)
c CALL ABRT
c END IF
and recompile the file.
Federico
... and, of course, re-link.
To unsubscribe from this group and stop receiving emails from it, send an email to qwalk-users...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.