Buggy(?) prefix handling in Espresso module #2365
Closed
hironori-kondo
started this conversation in
General
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! |
2 replies
|
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:
|
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello @tomdemeyere, another series of questions for you on the Espresso module front:
quacc.calculators.espresso.espresso.EspressoTemplateimplementation, the_output_handleroverrides the user-specifiedinput_datawith the defaultoutkeysgenerated 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_flowpatch after this, such that I can implement it withcopy_files(should users want to disable the auto-relaxation).All reactions