From ba60ec8c716c2b1fe5d37a49cf9ccb1a850c0477 Mon Sep 17 00:00:00 2001 From: Dan J Bower Date: Tue, 27 Feb 2024 21:50:22 +0100 Subject: [PATCH] add l,g as a valid phase type --- thermochem/janaf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermochem/janaf.py b/thermochem/janaf.py index 2746d20..c169987 100644 --- a/thermochem/janaf.py +++ b/thermochem/janaf.py @@ -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):