pmg potcar: error: argument -f/--functional: invalid choice: 'GW' (choose from 'LDA', 'LDA_52', 'LDA_54', 'LDA_US', 'PBE', 'PBE_52', 'PBE_54', 'PW91', 'PW91_US')
What exactly is the difference/relationship between the symbol and functional arguments in the functions within the Potcar, PotcarSingle and PotcarSingleMod classes and how is this related to the contents of the VASP_PSP_DIR?
Below is an example of my modification of the FUNCTIONAL_CHOICES object within the inputs.py script.
FUNCTIONAL DICT = {"PBE_54":PBE,"GW":PBE_GW}
FUNCTIONAL_CHOICES = list(FUNCTIONAL_DICT.keys())
I look forward to your feedback.
Thanks,
Conrad
Hello,
I am trying to modify the functional choices options for pymatgen and pycdt.
The default/current setting is -f {LDA,LDA_52,LDA_54,LDA_US,PBE,PBE_52,PBE_54,PW91,PW91_US}].
I have modified the FUNCTIONAL_CHOICES object in the inputs.py script within the pymatgen/io/vasp directory to account for my specific functionals of interest but the pmg potcar terminal command is still yielding the error below.
pmg potcar: error: argument -f/--functional: invalid choice: 'GW' (choose from 'LDA', 'LDA_52', 'LDA_54', 'LDA_US', 'PBE', 'PBE_52', 'PBE_54', 'PW91', 'PW91_US')
What exactly is the difference/relationship between the symbol and functional arguments in the functions within the Potcar, PotcarSingle and PotcarSingleMod classes and how is this related to the contents of the VASP_PSP_DIR?
Below is an example of my modification of the FUNCTIONAL_CHOICES object within the inputs.py script.
FUNCTIONAL DICT = {"PBE_54":PBE,"GW":PBE_GW}
FUNCTIONAL_CHOICES = list(FUNCTIONAL_DICT.keys())
I look forward to your feedback.
Thanks,
Conrad
--
You received this message because you are subscribed to the Google Groups "PyCDT forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pycdt-forum...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pycdt-forum/ceaa07ad-3fe7-485b-81d7-c3316d8dd303%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.