After implementing #10 there has left some commented code in Tools/src/formulas.py.
The idea was to use chemical_elements.ATOMS to define whether a terminal refers an elements, i.e. atom property. But later it was replaces by a regexp.
ToDo
Either remove the commented code or make it to work.
By the way. The is it correct to name element abbreviations
Story
After implementing #10 there has left some commented code in
Tools/src/formulas.py
.The idea was to use
chemical_elements.ATOMS
to define whether a terminal refers an elements, i.e.atom
property. But later it was replaces by a regexp.ToDo
Either remove the commented code or make it to work.
By the way. The is it correct to name element abbreviations
Terminal.atom
,chemical_elements.ATOMS
?