Skip to content

Commit

Permalink
Merge pull request #29 from djbower/master
Browse files Browse the repository at this point in the history
Add l,g as a valid phase type
  • Loading branch information
ZGainsforth authored Feb 28, 2024
2 parents ada4e68 + ba60ec8 commit c43a817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thermochem/janaf.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class Janafdb(object):
To load thermodynamic constants for TiO2, rutile.
"""
VALIDPHASETYPES = ['cr', 'l', 'cr,l', 'g', 'ref', 'cd', 'fl', 'am', 'vit',
'mon', 'pol', 'sln', 'aq', 'sat']
'mon', 'pol', 'sln', 'aq', 'sat', 'l,g']
JANAF_URL = "https://janaf.nist.gov/tables/%s.txt"

def __init__(self):
Expand Down

0 comments on commit c43a817

Please sign in to comment.