madscatt / zazmol

Library for defining molecular objects to create simulation and analysis programs To install: python setup.py install dependencies: numpy, mocker
GNU General Public License v3.0
0 stars 2 forks source link

Need an align method that can be initialized #83

Open madscatt opened 1 month ago

madscatt commented 1 month ago

In code where a single system is defined (basis, masks, molecules, sub-molecules) the new align method is not efficient as it re-calculates the subsidiary bits each time it is called. While we could use *kwargs or other means to add different functionality, it may be better to create a secondary align method that takes different arguments.