Skip to content

Releases: joeydumont/wignerSymbols

Release 0.1.3

04 Nov 22:21
Compare
Choose a tag to compare

Added a vector version (computing an array of Wigner-3j symbols) that use the Fortran backend.

Release 0.1.2

29 Jul 12:55
Compare
Choose a tag to compare

This release fixes some issues in the C++ implementation of the routines.

Release 0.1.1

18 Jul 20:08
Compare
Choose a tag to compare

This version is now packaged as a library. It uses CMake as a build helper. It also fixes an issue that caused the evaluation of certain strings of symbols where the boundary values were exactly 0.

Release 0.1

10 Jul 19:24
Compare
Choose a tag to compare
Release 0.1 Pre-release
Pre-release

This is the first release of the wignerSymbols library. The library can be used to compute the Wigner 3j and 6j symbols, as well as the related Clebsch-Gordan coefficients.

The library contains a re-implementation of the algorithm described by Schulten and Gordon as well as the original Fortran implementation. Both can be accessed by the user.