uibcdf / MolSysMT

Open source library to work with molecular systems
https://www.uibcdf.org/MolSysMT/
Other
12 stars 3 forks source link

Importing MolSysMT takes too much #14

Closed dprada closed 3 years ago

dprada commented 3 years ago

Importing MolSysMT takes too much. This needs to be improved. We should identify what takes soo much time. Let's for instance time how long it takes to import every external and internal module to identify the problem. I have the impression that, for example, pyunitwizard takes a lot because unyt takes quite a while to be imported.

dprada commented 3 years ago

The problem is slightly solved by removing unyt from pyunitwizard. Probably pyunitwizard should work only with Pint and simtk.unit or openmm.unit.

dprada commented 3 years ago

The problem was solved by loading pyunitwizard with only Pint and simtk.unit.