-
Notifications
You must be signed in to change notification settings - Fork 142
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
Remove pseudopotentials directory #842
Conversation
Can one of the maintainers verify this patch? |
1 similar comment
Can one of the maintainers verify this patch? |
OK to test |
Please check if there is any dead softlink in the tests folder. |
I searched for these and I do not see any. So far the policy for tests has been to include all the files you need locally (at least somewhere within tests). We appear to have succeeded at this. |
The PP reading tests in the Hamiltonian unit test make the CI fail. |
Correct. I will see if it can be rerouted to another existing file. |
Should be fixed now. Unit tests now pass on my local machine. |
I found the following.
We probably need a pseudopotentials folder under tests in order not to have them randomly. |
I agree to put a pseudopotentials_for_tests folder under tests. |
How's that? |
It seems very good. I'm running all the short tests now. If nothing is caught, I will approve and merge the PR. |
I saw the following error.
/sandbox/opt/cleanup/jtkrogel is my local folder cloning your branch. |
…l/qmcpack into cleanup_pseudopotentials
Some pseudopotentials in Nexus examples were apparently symlinked to the pseudopotentials folder. I copied the appropriate files in. Everything in Nexus should work independently of qmcpack, i.e. only links within nexus and below are allowed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't spot any issue due to PP file change in short tests.
The pseudopotentials directory contains misleading/poor projectors for some potentials, is not comprehensive, and is too large (MB-wise) to keep in the main repo.
Beyond this, the intended home for pseudopotentials is now www.pseudopotentiallibrary.org.
If anyone is aware of a reason we should keep these here, please comment now.
Closes #39