Goodman-lab / DP5

Python workflow for DP5 and DP4 analysis of organic molecules
Other
173 stars 99 forks source link

Streamline Molecular Mechanics #84

Open ruslankotl opened 11 months ago

ruslankotl commented 11 months ago

Minor refactoring of molecular mechanics packages.

dp5.Tinker and dp.5MacroModel now have common SetupMM (ex SetupTinker, SetupMacromodel), RunMM(ex RunTinker, RunMacromodel), and ReadConformers methods.

Removed explicit imports of dp5.Tinker and dp5.Macromodel, which are now imported using ImportMM function in PyDP4.py similar to ImportDFT.