From 1e396b58d328a47e9c937e7b415cdc5a6d698316 Mon Sep 17 00:00:00 2001 From: Joey Dumont Date: Thu, 10 Jul 2014 15:20:05 -0400 Subject: [PATCH] Updated description in README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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