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

def get_chemical_formula(formula_string) needs to be moved elsewhere #37

Open madscatt opened 7 years ago

madscatt commented 7 years ago

Dangling method below class Atom in properties.

madscatt commented 7 years ago

was in sasutil ... perhaps it should stay there. (was commented out in sasutil .. has several local dependencies)

madscatt commented 7 years ago

moved to util.py, needs tests