From 551d67ccef0108b359ba3d11a26527908217da30 Mon Sep 17 00:00:00 2001 From: "Marco A. Lopez-Sanchez" Date: Thu, 1 Feb 2024 16:59:42 +0100 Subject: [PATCH] Update elastic_database.py fix error in lizardite --- src/elastic_database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elastic_database.py b/src/elastic_database.py index 33f144f..c008d6f 100644 --- a/src/elastic_database.py +++ b/src/elastic_database.py @@ -1375,7 +1375,7 @@ def lizardite(P=1e-5): C13 = np.polyval(coeffs['C13'], P) # R-squared=0.9998 C14 = np.polyval(coeffs['C14'], P) # R-squared=0.6951 C44 = np.polyval(coeffs['C44'], P) # R-squared=0.9924 - C66 = np.polyval(coeffs['C44'], P) # R-squared=0.9989 + C66 = np.polyval(coeffs['C66'], P) # R-squared=0.9989 # elastic dependent terms C22, C55, C23, C24, C56 = C11, C44, C13, -C14, C14