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..
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 ofunit.
andsimtk.unit.
; given the import asimport simtk.unit as unit
(which I think is more used in the OpenMM documentation), I changed the few instances ofsimtk.unit.
tounit.
.