Skip to content

Commit ceb03e2

Browse files
committed
add attribution
1 parent 76d6c1a commit ceb03e2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@
77
GROMACS topology files for python
88

99
## Description
10-
The package gmx-top4py provides an python interface to
10+
The `gmx-top4py` project provides a python interface to
1111
* read and write toplogy and force field information from GROMACS-type top-files
1212
* alter force field parameters
1313

14+
The `gmx-top4py` project derives this functionality from the [kimmdy](https://github.com/graeter-group/kimmdy) project, originally developed by the graeter-group, and includes only minor modifications to parts of the original code to operate independently.
15+
The `kimmdy` project is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.html) and, as a derivative work, the `gmx-top4py` project is distributed under the same license.
16+
1417
## Tutorials
1518
The following tutorials are avaiable as Google Colab notebooks and hence do not require a local installation:
1619
* [Basic tutorial](https://colab.research.google.com/drive/19zjIw2H5O6InLDQWLXEvrwrZ5w0AL7i1?usp=sharing) - Basic accessing of topology information with gmx-top4py

0 commit comments

Comments
 (0)