Skip to content

Commit

Permalink
add l,g as a valid phase type
Browse files Browse the repository at this point in the history
  • Loading branch information
djbower committed Feb 27, 2024
1 parent ada4e68 commit ba60ec8
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 ba60ec8

Please sign in to comment.