You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While attempting to use the ccECP-soft pseudopotentials recently reported on the arXiv by @bkincaid256, @aannabe and I found that all of the quantum chemistry formats (gamess, dirac, etc.) list "nelec" as the atomic number instead of the number of core electrons. With chromium as an example,
ecp
Cr nelec 24
Cr ul
1 3.497383 14.000000
3 3.611831 48.963362
2 3.449201 -56.466431
2 2.009794 0.968440
Cr s
2 9.800322 89.846846
2 8.010010 18.997257
Cr p
2 8.785958 44.926062
2 7.014726 14.003861
end
should instead be
ecp
Cr nelec 10
Cr ul
1 3.497383 14.000000
3 3.611831 48.963362
2 3.449201 -56.466431
2 2.009794 0.968440
Cr s
2 9.800322 89.846846
2 8.010010 18.997257
Cr p
2 8.785958 44.926062
2 7.014726 14.003861
end
Best regards,
Dan Staros
The text was updated successfully, but these errors were encountered:
@djstaros I have just finished a pull request that should correct the issues with the files as well as remove the unnecessary .man files as suggested by @aannabe.
Dear all,
While attempting to use the ccECP-soft pseudopotentials recently reported on the arXiv by @bkincaid256, @aannabe and I found that all of the quantum chemistry formats (gamess, dirac, etc.) list "nelec" as the atomic number instead of the number of core electrons. With chromium as an example,
ecp
Cr nelec 24
Cr ul
1 3.497383 14.000000
3 3.611831 48.963362
2 3.449201 -56.466431
2 2.009794 0.968440
Cr s
2 9.800322 89.846846
2 8.010010 18.997257
Cr p
2 8.785958 44.926062
2 7.014726 14.003861
end
should instead be
ecp
Cr nelec 10
Cr ul
1 3.497383 14.000000
3 3.611831 48.963362
2 3.449201 -56.466431
2 2.009794 0.968440
Cr s
2 9.800322 89.846846
2 8.010010 18.997257
Cr p
2 8.785958 44.926062
2 7.014726 14.003861
end
Best regards,
Dan Staros
The text was updated successfully, but these errors were encountered: