Which quantum-espresso output file can I use for training MLIP? #116
Unanswered
LuckyParky
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi LuckyParky, The output that contains the total energy, force, and stress would be fine. from ase import io
atoms = io.read("output", format="espresso-out", index=":")
print(atoms.get_potential_energy(force_consistent=True)) Best regards, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I could see that simply using OUTCAR file from the VASP code is working well for training MLIP.
Then, which output file from the Quantum-espresso code is recommended?
Beta Was this translation helpful? Give feedback.
All reactions