Skip to content

Commit

Permalink
update the nse_convergence script (#2690)
Browse files Browse the repository at this point in the history
it doesn't make sense to output H1 and C/O
instead show n and p, since those are NSE nuclei
  • Loading branch information
zingale authored Dec 21, 2023
1 parent 2f01011 commit daa8721
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Exec/reacting_tests/nse_test/create_pretty_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -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})$",
Expand Down

0 comments on commit daa8721

Please sign in to comment.