Skip to content

Commit

Permalink
Merge branch 'master' of github.com:valandil/wignerSymbols
Browse files Browse the repository at this point in the history
  • Loading branch information
joeydumont committed Jul 21, 2014
2 parents 33a480a + 0ca2675 commit eacb1b6
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 eacb1b6

Please sign in to comment.