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

change name(s) of rotate methods #13

Closed madscatt closed 7 years ago

madscatt commented 7 years ago

Should all start with 'rotate'. Consider making them all a single method with optional usage. Either way, tests need to be updated.

madscatt commented 7 years ago

Does not seem very clean to make one method. Changed name of general_axis_rotate to rotate_general_axis and euler_rotate to rotate_euler.