rinikerlab / PyGromosTools

This package is a python library with tools for the Molecular Simulation - Software Gromos. It allows you to easily set up, manage and analyze simulations in python.
https://rinikerlab.github.io/PyGromosTools/
MIT License
16 stars 14 forks source link

Consistent indices in PyGromos #299

Open pultar opened 1 year ago

pultar commented 1 year ago

GROMOS starts counting from "1" in topologies (and other places). However, sometimes atom indices are 0 indexed (for example functions that use mdtraj). We should make this more consistent before too many people use functions.

I think we should stick to GROMOS convention and start everywhere from "1".

@MTLehner ideas?