Skip to content

Commit

Permalink
Updated description in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joeydumont committed Jul 10, 2014
1 parent fd1139e commit 1e396b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1e396b5

Please sign in to comment.