Closed adelq closed 8 years ago
Steps to reproduce:
>>> from thermopy.burcat import Elementdb >>> db = Elementdb() >>> print db.search('H2O') ['*CH2ONO2 RADICAL', 'CH2O', 'CH2OH RADICAL', 'CH2OH+', 'NCCH2O RADICAL', 'NCCH2OO HF298', 'C2H2O KETENE', 'C2H2O2 Oxyranone', 'C2H2O4 HO-CO-CO-OH', 'NCCH2OH', 'CH2CH2OH Radical', '1-C10H7CH2CH2OH', 'H2O(s)', 'H2O', 'H2O2(L)', 'H2O2 DOROFEEVA e', 'NH2OH']
Only gets the H2O(s), H2O, but no H2O(l) which can be seen in the BURCAT_THR.xml (line 74483)
My allphases pull request should fix this bug.
Steps to reproduce:
Only gets the H2O(s), H2O, but no H2O(l) which can be seen in the BURCAT_THR.xml (line 74483)