Skip to content

Commit 348d418

Browse files
author
Arcticoder
committed
Refactor README.md for improved clarity and structure of included scripts and results
1 parent 7e1c9f5 commit 348d418

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
2-
31
# A Universal Generating Functional for SU(2) 3nj Symbols
42

53
**Author:** Arcticoder
64

75
## About this Repository
86

9-
This repository contains a paper on a universal generating functional for SU(2) 3nj symbols. The mathematical content is best viewed through GitHub Pages where the LaTeX equations are properly rendered.
7+
This repository contains a paper on a universal generating functional for SU(2) 3nj symbols. The mathematical content is best viewed through GitHub Pages, where the LaTeX equations are properly rendered.
108

119
## View the Paper
1210

@@ -21,4 +19,18 @@ This repository includes:
2119
- `_config.yml` - Configuration for GitHub Pages with Jekyll
2220
- Original LaTeX source file and PDF
2321

22+
## Included Scripts
23+
24+
This repository includes Python scripts that calculate and verify the mathematical results:
25+
26+
- [`compute_G_xy_series_coefficients.py`](scripts/compute_G_xy_series_coefficients.py): Computes series coefficients of the generating function for 6-j symbols.
27+
- [`compute_hilbert_series_coefficients_n2_6.py`](scripts/compute_hilbert_series_coefficients_n2_6.py): Computes Hilbert series coefficients for \( n=2 \) to \( n=6 \).
28+
- [`test_15j_generating_function.py`](scripts/test_15j_generating_function.py): Tests specific terms of the 15-j generating function.
29+
30+
## Data and Results
31+
32+
Results of running these scripts:
2433

34+
- [`series_coefficients_G_xy_up_to2.csv`](data/series_coefficients_G_xy_up_to2.csv)
35+
- [`hilbert_series_coeffs_n2_6.csv`](data/hilbert_series_coeffs_n2_6.csv)
36+
- [`15j_generating_function_tests.csv`](data/15j_generating_function_tests.csv)

0 commit comments

Comments
 (0)