-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add extended XYZ file output for static run and structural optimization #318
Conversation
…ization(cg_run, lbfgs, and sqnm)
structural optimization with cell optimization: cell_sqnm, full_sqnm, cell_cg_run, full_cg_run_single_vector
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have a variable XYZfreq
(in control.f90
) which is used to define how often this file is written out (at present only during MD, in md_misc_module.f90
). I wonder whether we should use it here: what do you think?
Thank you for your comment. |
I understand your point.
But, since it might help in some cases, could you do it? |
MDfreq for md 1 for other runtype
If copy initial_read_module.f90 from develop branch, some new changes from other branch will be also appear in this branch.
Yes, updated in the latest commit. By the way, do we also need to control output frequency of xsf file with |
Thank you for your approval. |
We have an option for output of extended-xyz file in run types of MD simulation.
But when we would like to check, save, or even visualize the atomic forces of specific geometry or during the structural optimization, add the same option in run types of static and structural optimization, would be convenient.
At present, from my tests, it works with static, cg, lbfgs, sqnm and also with cell optimization
detail in #305