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

How to handle pseudopotentials ? #2

Open
davidwaroquiers opened this issue Oct 14, 2020 · 0 comments
Open

How to handle pseudopotentials ? #2

davidwaroquiers opened this issue Oct 14, 2020 · 0 comments

Comments

@davidwaroquiers
Copy link
Collaborator

This issue concerns how to handle pseudopotentials.

There are probably two things there. The first one is how are they handled at the python level. The other one is how the actual abinit input file is written.

For the abinit input file, we have decided with @gmrigna that we won't support the versions of abinit before 9.2 and only support running abinit without the .files file (see B.7 in the release notes of abinit v9.2 : https://docs.abinit.org/about/release-notes/). That means that the pseudos will be handled with the pseudos variable (https://docs.abinit.org/variables/files/#pseudos), possibly together with the pp_dirpath.

At the python level, we have different options. For pseudos from the pseudo-dojo, we could use a string identifier corresponding to a specific PD table/xc/version etc ... for a given atom. This will need a few changes in the pseudo_dojo package as well but it is worth it (there are some drawbacks with the current situation but I will not get into details here). We also need to allow for custom pseudos.

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

1 participant