-
Notifications
You must be signed in to change notification settings - Fork 214
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
Adapt examples/work/test_pw.py to point to the correct QE path and pseudos #945
Comments
For this particular example there are three potential solutions as I see it
The second option is something we definitely don't want to do I think. The first one would be an option, however, given that it really is a quantum espresso example, I think it really belongs in that repository. But I already have examples there that are almost identical and even provide a nice command line interface. Conclusion: shall I just remove the obsolete QE specific examples? |
@giovannipizzi just added you to assignees to get your opinion on the above discussion. |
I agree: 2 is not viable, I would avoid 1, and I would go for 3. If there are better examples, let's just remove it. If it's simpler/still makes sense to keep, let's move it. Thanks! |
Even the non-QE examples in |
Thanks for the fast reaction on this - Actually I did not manage to see it early enough to reply in time and provide comments. Why did you remove also test_pw.py? |
Moreover, the submit(JobCalc, **inputs)) that was mentioned at the end of the test_pw and the JobCalc.get_inputs_template() is somewhere documented? |
I could whip up an example based on the |
I think that if there is no example with the new way of submitting calcs, an example should be added (but this cannot be on QE, he test_pw is now in the aiida-qe plugin). |
Thanks for the info. I found the test_pw at the QE repository (I assume that they point to the correct pseudos etc - I did not test them but I will soon). |
This file is outdated and it uses wrong path to the QE plugin (e.g. from aiida.orm.calculation.job.quantumespresso.pw import PwCalculation) and points to the wrong place for the needed psedopotentials.
It is an easy fix. Maybe other scripts should be updated too.
The text was updated successfully, but these errors were encountered: