From fd33f35ed7c93f082addac723260b0d02be2b418 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Wed, 20 Dec 2023 13:22:44 -0500 Subject: [PATCH] update the nse_convergence script it doesn't make sense to output H1 and C/O instead show n and p, since those are NSE nuclei --- Exec/reacting_tests/nse_test/create_pretty_tables.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Exec/reacting_tests/nse_test/create_pretty_tables.py b/Exec/reacting_tests/nse_test/create_pretty_tables.py index 79e39896b9..ca8a3991f1 100644 --- a/Exec/reacting_tests/nse_test/create_pretty_tables.py +++ b/Exec/reacting_tests/nse_test/create_pretty_tables.py @@ -112,10 +112,9 @@ def read_convergence(file_lo, file_hi): "rho_E": r"$\rho E$", "rho_e": r"$\rho e$", "Temp": r"$T$", - "rho_H1": r"$\rho X(\isotm{H}{1})$", + "rho_n": r"$\rho X(\mathrm{n})$", + "rho_p": r"$\rho X(\mathrm{p})$", "rho_He4": r"$\rho X(\isotm{He}{4})$", - "rho_C12": r"$\rho X(\isotm{C}{12})$", - "rho_O16": r"$\rho X(\isotm{O}{16})$", "rho_Cr48": r"$\rho X(\isotm{Cr}{48})$", "rho_Fe52": r"$\rho X(\isotm{Fe}{52})$", "rho_Fe54": r"$\rho X(\isotm{Fe}{54})$",