cgohlke / molmass

Molecular mass calculations
https://pypi.org/project/molmass
BSD 3-Clause "New" or "Revised" License
56 stars 13 forks source link

f.spectrum( ) is not working properly #8

Closed malikmubeen46 closed 3 years ago

malikmubeen46 commented 3 years ago

f.spectrum( ) function is not giving the desired output, check this below:

Input: f=Formula('H2O') f.spectrum( ) Output: 1819202122

cgohlke commented 3 years ago

Can't reproduce. What is the output of python -V -V?