Replies: 2 comments 5 replies
-
Yes, you will need to specify the ASE keywords 'pseudopotentials' which is a dictionary linking each element to its pseudopotential filename. Otherwise Quacc will use the default preset "sssp..." and look for these filenames. It might be desirable to code a function that automatically look for correct filenames in the specified pseudo_dir, but there are multiple problems:
What we can do in your case is to give the list of the pseudo dojo dir to an AI and ask it to generate a .yaml preset file. @Andrew-S-Rosen would have to give his go and this could be added to main repository as a standard pseudo preset. It's even better if it has the recommended cutoffs |
Beta Was this translation helpful? Give feedback.
-
@tomdemeyere Thank you for your quick reply! Using the yaml file seems a good idea. We and our collaborators have used dojo pps for several years and the cutoff we used in high-throughput calculations have been very robust. I can generate the yaml file by myself to meet my own demand. One question about the used sssp_1.3.0_pbe_efficiency.yaml in quacc
Is the line of "pseudopotential" used to mark the source of the pps? Are the recommended cutoff extracted from the upf directly? |
Beta Was this translation helpful? Give feedback.
-
Hello, @tomdemeyere
I am trying using some espresso recipes you implemented. Currently, the document of the setting of the pseudopotentials (pps) of Quantum Espresso (QE) is a bit confusing to me. I did set the
export QUACC_ESPRESSO_PSEUDO="/path/to/pseudopotentials/in/my/HPC"
in the .bashrc. In that directory, I have downloaded all the dojo pps I need (say Cu.upf, Ag. upf, etc). But QE calculation crashed by raising the errors/path/to/pseudopotentials/in/my/HPC/Cu.paw.z_11.ld1.psl.v1.0.0-low.upf
The minimal code to reproduce the error:
The code seemed to want the sssp_1.3.0_pbe_efficiency potentials by default.
Can we force quacc to use the user defined pps through preset? Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions