-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
undo change of filenames #581
Conversation
Ah, I should have caught that. My main motivation is that future codes will in most cases have an I.e. here it is needed to ensure that orca siles are in fact returned. And we should strive to not use specific file extensions unless the code it-self explicitly does so. Will |
It is the user who pipes to some file (and thus no standard name). |
Wouldn't be more conventional to call these files |
Note that the vasp OUTCAR is not stdout, but a fixed file it always produces. Additionally, VASP also generates stdout. |
Yes, thanks for that. From my understanding the outcar and stdout is somewhat similar, no? |
Not really, stdout only gives some brief info on the iterations (scf energies, optimization steps, etc). |
I have added some stdout examples in zerothi/sisl-files#7. |
Great, probably some cleanup in that file then ;) |
Filenames in the orca tests were (accidentally?) changed from
.output
to.out
in da3c29b, not consistent with thesisl-files
repo. This branch reverts the change.