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

GROMOS11 trajectory reader #4291

Closed
JoStoe opened this issue Sep 18, 2023 · 2 comments · Fixed by #4292
Closed

GROMOS11 trajectory reader #4291

JoStoe opened this issue Sep 18, 2023 · 2 comments · Fixed by #4292

Comments

@JoStoe
Copy link
Contributor

JoStoe commented Sep 18, 2023

GROMOS11 is a software to conduct molecular dynamics simulation. As of MDAnalysis version 2.6, GROMOS11 trajectories are not supported. To enable the research group I'm working with to use MDAnalysis, we would need the ability to read GROMOS trajectories.

I will implement the feature myself and make a pull request as soon as the reader is production ready.

Best regards,
Johannes

@hmacdope
Copy link
Member

Fantastic!

orbeckst pushed a commit that referenced this issue Dec 17, 2023
* fix #4291 
* Basic implementation of a GROMOS11 reader.
* add Documentation
* Adds pytests, including data files
* update AUTHORS and CHANGELOG
@orbeckst
Copy link
Member

There were some possible improvements identified for the reader in the review on PR #4292

  • performance improvements (reader itself and when used in CHAINREADER)
  • have MDA internally convert special GROMOS11 PBC treatments to triclinic

Please feel free to raise separate issues that could then be addressed separately.

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

Successfully merging a pull request may close this issue.

3 participants