lewisacidic / scikit-chem

A high level cheminformatics package for the Scientific Python stack, built on RDKit.
http://scikit-chem.readthedocs.io/en/latest/index.html
Other
63 stars 13 forks source link

Rename 'forcefields' #54

Open lewisacidic opened 8 years ago

lewisacidic commented 8 years ago

Forcefields should not be a top level package name. The actual functionality provided is more like "molecular geometry optimisation", for which forcefields(/molecular mechanics) are just one technique. We should rename the package to something more general.

Perhaps geometry_optimisation, then molecular_mechanics as a sub package?