Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect nelec in quantum chemistry-formatted "ccECP-soft" pseudopotentials #84

Open
djstaros opened this issue Sep 16, 2022 · 2 comments

Comments

@djstaros
Copy link

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

@aannabe
Copy link
Contributor

aannabe commented Sep 16, 2022

Also, the *.man files should be deleted for these cases, as they are latex-type files only.

@bkincaid256
Copy link
Contributor

bkincaid256 commented Oct 6, 2022

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants