Question about Espresso write_input() implementation #2341
Closed
hironori-kondo
started this conversation in
General
Replies: 1 comment 3 replies
-
@nerdwarrior: Thank you for your question. Admittedly, I am not sure! I am not an Espresso user myself, and the original implementation was made by @tomdemeyere. If you think there are advantages for using |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
In
espresso.py
, I see thatwrite_input()
has different functionality based on the choice of binary. For example, the phonon package relies onwrite_espresso_ph()
as written in ASE.Why does the
pw.x
binary go to ASE'swrite()
instead of its Espresso/pw-specificwrite_espresso_in()
in theio/espresso.py
file, wherewrite_espresso_ph()
is?Beta Was this translation helpful? Give feedback.
All reactions