Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added short explanation of Fortran libraries and link to python wrapper.
  • Loading branch information
joeydumont committed Jul 19, 2014
1 parent a8cc337 commit 0ca2675
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ Wigner Symbols

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 act either as a complelte C++ replacement to the original Fortran implementation,
or a C++ interface to them. See the API docs for details.
It can either compute an array of Wigner 3j or 6j symbols, or a single
coefficient. It also computes the Clebsch-Gordan coefficients.

Note that there is a third party [Python wrapper](https://github.com/jeffzhen/wignerpy)
available on GitHub.


## Compilation Instructions
This library uses CMake to help the build process. First, download the source code.
It is recommended to create a separate directory for building, i.e.
Expand Down

0 comments on commit 0ca2675

Please sign in to comment.