]> git.treefish.org Git - phys/su2clebsch.git/blob - su2clebsch.hpp
initial commit.
[phys/su2clebsch.git] / su2clebsch.hpp
1 #ifndef SU2CLEBSCH_HPP
2 #define SU2CLEBSCH_HPP
3
4 namespace su2clebsch {
5
6   double cgc (int factor1_2j, int factor1_2m, int factor2_2j, int factor2_2m,
7               int irrep_2j, int irrep_2m);
8
9 };
10
11 #endif