diff --git a/README.md b/README.md index ae897a4..e134d5b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ Wigner Symbols ============== -A C++ ensemble of functions to compute the Wigner 3j- and 6j- symbols. It implements the algorihtm designed -by Schulten and Gordon. It can either compute an array of Wigner 3j or 6j symbols, or a single +A C++ ensemble of functions to compute the Wigner 3j- and 6j- symbols. It reimplements the algorithm designed +by Schulten and Gordon in C++, but also contains the original Fortran implementation. +It can either compute an array of Wigner 3j or 6j symbols, or a single coefficient. It also computes the Clebsch-Gordan coefficients. ## Compilation Instructions