Skip to content
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 of MD runs #1378

Open
blowfist opened this issue Jan 30, 2024 · 4 comments
Open

Output of MD runs #1378

blowfist opened this issue Jan 30, 2024 · 4 comments

Comments

@blowfist
Copy link

For MD runs, the output files like band.out or detailed.out will store only the latest step of the runs and the previous step will be covered. So when the runs finish, only the information of the last step is present. However, I want output files to store information of all steps. Is there an option to switch that?

@vanderhe
Copy link
Member

Hi @blowfist,

that is right, not all quantities are stored for all steps. The most important ones are accumulated in md.out, including e.g. structural information (together with geo_end.xyz), the temperature, pressure, total energy and so on. May I ask which additional quantities are required for your application?

Best regards
Tammo

@blowfist
Copy link
Author

Problem solved. I change writing mode in mainio.F90 and it seems to work properly. Thank you for your reply.

@bhourahine
Copy link
Member

@blowfist would you consider making a pull request for this change?

@bhourahine bhourahine reopened this Jan 30, 2024
@blowfist
Copy link
Author

@bhourahine I changed only the output of band.out and left detailed.out alone. I didn't read the part of detailed.out in main.F90 and mainio.F90 carefully. So maybe this modification is not suitable for general MD runs. Do you expect to append both of these files in MD runs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants