Hi Sylvian,
Sorry, it seems we missed this question! 😱Apologies for the late response, hopefully it is still of some help.
We do offer ways of adding recommended cutoffs to pseudopotentials in aiida-pseudo
. There the group that contains the pseudos can store these recommended cutoffs in the extras, so you can quickly get the recommended cutoffs for a set of elements or structure, see:
https://aiida-pseudo.readthedocs.io/en/latest/design.html#recommended-cutoffs
This is then used in for example the aiida-quantumespresso
plugin here:
I’m not sure if I would override inputs inside a workflow. The approach which we try to follow for the Quantum ESPRESSO plugin is to provide a get_builder_from_protocol()
method for each work chain that provides a builder with sensible inputs, including the recommended cutoffs for the pseudo family.
aiida-pseudo
currently doesn’t support VASP pseudos, however, so these would still have to be added. If you think this is the right way forward, don’t hesitate to open an issue there. We could also implement a PotcarFamily
that has its own get_recommended_cutoffs
method where you can specify a ratio.
Best,
Marnik
--
AiiDA is supported by the NCCR MARVEL (http://nccr-marvel.ch/), funded by the Swiss National Science Foundation, and by the European H2020 MaX Centre of Excellence (http://www.max-centre.eu/).
Â
Before posting your first question, please see the posting guidelines at http://www.aiida.net/?page_id=356 .
---
You received this message because you are subscribed to the Google Groups "aiidausers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to aiidausers+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/aiidausers/b088696c-ead3-4e97-ac5a-e7896d08aa14n%40googlegroups.com.