-
Notifications
You must be signed in to change notification settings - Fork 7
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
Make HyMD output valid HyMD input #79
Comments
There are some minor design decisions involved in this, such as: Do we make a new keyword in config to specify which frame to use as the starting point for the new simulation? I think in any case that it should default to the last frame. |
I think we should """just""" rework the parser so that it only reads the H5MD format, without having to switch formats inside the code. But this will probably require a lot a work and might break stuff/create bugs. |
Are you still using |
…er_update Add name selection in center_group.py
The extra step of converting it with the external script is getting tedious. I think we should allow output from the code to be used directly as input.
This would involve storing bonds in the output. Bond information is already stored in the output in the
/parameters/vmd_structure/bond_from
and/parameters/vmd_structure/bond_to
datasets, but I am not writing a built-in parser back to the format we use internally (if someone else wants to, feel free). I would much rather just store an extra array of integers.The text was updated successfully, but these errors were encountered: