Buggy(?) prefix handling in Espresso module #2365
Replies: 2 comments 4 replies
-
@nerdwarrior No custom prefix or outdir with this interface, sorry! In fact anything related to file handling should not be touched, Quacc takes care! |
Beta Was this translation helpful? Give feedback.
-
Btw is you wish to participate to the Espresso interface, (From your PR on ASE I assume you are already planning to add some EPW recipes?), but here some other things:
|
Beta Was this translation helpful? Give feedback.
-
Hello @tomdemeyere, another series of questions for you on the Espresso module front:
quacc.calculators.espresso.espresso.EspressoTemplate
implementation, the_output_handler
overrides the user-specifiedinput_data
with the defaultoutkeys
generated byquacc.calculators.espresso.utils.espresso_prepare_dir
. What was your reasoning for this decision? I ask because it also overrides any user-specified prefixes, which I see you've made room for elsewhere---this creates a discrepancy between the prefix in the Espresso-generated input/output files and the quacc results json file.copy_files
, etc. fails for user-specified prefixes. What was your rationale for this decision?If the above seem like areas that should be repaired, I am happy to take a crack at them. It would be a good chance for me to work with more of the source code. I can get to the
grid_phonon_flow
patch after this, such that I can implement it withcopy_files
(should users want to disable the auto-relaxation).Beta Was this translation helpful? Give feedback.
All reactions