-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output labels -- consistent nomenclature #129
Comments
I was thinking a bit about this today, especially in the light of the discussion by @pmrv around the VASP parser from the morning (well, my morning, your yesterday). Even For the sake of this issue I would be happy if just lammps consistently applied terminology -- especially since then we could leverage inheritance to get |
So far it looks to me like the quantity we call |
Per the meeting discussion, I was supposed to open an issue on getting consistent nomenclature for the output. Since we already started the discussion here I'm just hijacking this one instead. Now that the output data is centralized in the shared dataclasses, we should think about the following questions:
|
In #123 the LAMMPS output for calc_static() defines the output energy as
energy
. This equals the potential energy calculated by calc_md(). We should address this inconsistency and make sure it is still consistent with the other simulation code interfaces.The text was updated successfully, but these errors were encountered: