Skip to content

Commit

Permalink
GROMOS11 Reader (#4292)
Browse files Browse the repository at this point in the history
* fix #4291 
* Basic implementation of a GROMOS11 reader.
* add Documentation
* Adds pytests, including data files
* update AUTHORS and CHANGELOG
  • Loading branch information
JoStoe authored Dec 17, 2023
1 parent 8060262 commit b808ef1
Show file tree
Hide file tree
Showing 22 changed files with 723 additions and 2 deletions.
1 change: 1 addition & 0 deletions package/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ Chronological list of authors
- Geongi Moon
- Sumit Gupta
- Heet Vekariya
- Johannes Stöckelmaier

External code
-------------
Expand Down
4 changes: 3 additions & 1 deletion package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ The rules for this file:

-------------------------------------------------------------------------------
??/??/?? IAlibay, ianmkenney, PicoCentauri, pgbarletta, p-j-smith,
richardjgowers, lilyminium, ALescoulie, hmacdope, HeetVekariya
richardjgowers, lilyminium, ALescoulie, hmacdope, HeetVekariya,
JoStoe

* 2.7.0

Expand All @@ -34,6 +35,7 @@ Fixes
* Fix atom charge reading in PDBQT parser (Issue #4282, PR #4283)

Enhancements
* Added a reader for GROMOS11 TRC trajectories (PR #4292 , Issue #4291)
* Document the usage of NoDataError in its docstring (Issue #3901, PR #4359)
* Refactor c_distances backend to have a cython .pxd header and expose in
libmdanalysis (Issue #4315, PR #4324)
Expand Down
Loading

0 comments on commit b808ef1

Please sign in to comment.