feat(reverse-reactions): major work towrds detailed balance calculations

This commit is contained in:
2025-07-03 09:55:10 -04:00
parent e5ad284778
commit 1ac6b451b8
14 changed files with 365 additions and 31 deletions

View File

@@ -31,6 +31,7 @@ def generate_binary_file(input_filepath, output_filepath):
spin = float(match.group('spin'))
coeffs_str = match.group('coeffs')
g_values = [float(val) for val in coeffs_str.split()]
print(f"Processing Z={z}, A={a}, Spin={spin}")
if len(g_values) != 24:
print(f"Warning: Found {len(g_values)} coefficients for Z={z}, A={a}. Expected 24. Skipping.")