Add momentum to documentation of compute.out file #787
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds momentum to the documentation of the
compute.out
file. Fixes #782.@brucefan1983 based on your answer in #782, I confirmed the order of the momentum output, as well as the units (which I have called amu^(1/2) eV^(1/2) in the documentation instead of Dalton^(1/2) eV^(1/2), to match the other units on the page).
Furthermore, I checked the order in which the computed properties are printed in the
compute.out
file, and momentum seems to come after the kinetic part of the heat current, so this is where I added the bullet point for momentum to comply with the final note "regardless of the order of properties in the compute keyword, the order of the output data is fixed as given above".