cabb99 / open3spn2

An implementation of the 3SPN2 and 3SPN2.C coarse-grained DNA forcefields in OpenMM
MIT License
18 stars 8 forks source link

Small changes related to simtk module(s) import #6

Closed ricalessandri closed 3 years ago

ricalessandri commented 3 years ago

Hi, I did a few "cosmetic" edits to ff3SPN2.py, namely:

1) removed one import simtk.openmm.app as it was imported twice; 2) There were some inconsistencies in the use of unit. and simtk.unit.; given the import as import simtk.unit as unit (which I think is more used in the OpenMM documentation), I changed the few instances of simtk.unit. to unit..