Becksteinlab / GromacsWrapper

GromacsWrapper wraps system calls to GROMACS tools into thin Python classes (GROMACS 4.6.5 - 2024 supported).
https://gromacswrapper.readthedocs.org
GNU General Public License v3.0
169 stars 53 forks source link

split numkit into separate package #111

Closed orbeckst closed 7 years ago

orbeckst commented 7 years ago

For modularity and maintainability we should move numkit into a separate small package.

orbeckst commented 7 years ago

Note that this will require existing code such as MDPOW to explicitly install numkit. – @ianmkenney