From 85c7cd2026b51f88c124fe2c1321754fffc1410e Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) C. Gorordo" <57684088+tgorordo@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:01:58 -0700 Subject: [PATCH] Tweak README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 956195b..8286e22 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Largely based on reading the paper (but not the code): with some additional modifications to further improve efficiency for large `j` (angular momenta quantum numbers). -In particular, 3j and 6j symbols are computed exactly, in the format `√(r) * s` where `r` +In particular, 3j, 6j, and 9j symbols are computed exactly, in the format `√(r) * s` where `r` and `s` are exactly computed as `Rational{BigInt}`, using an intermediate representation based on prime number factorization. This exact representation is captured by the `RationalRoot` type. For further calculations, these values probably need to be converted