Home
last modified time | relevance | path

Searched refs:ERI_Gaunt (Results 1 – 3 of 3) sorted by relevance

/dports/science/openmx/openmx3.8/source/liberi-091216/source/
H A Deri_sf.c526 double ERI_Gaunt(int l, int m, int l1, int m1, int l2, int m2) in ERI_Gaunt() function
565 return s*( aaa*ERI_Gaunt(l, -m, l1, m1, l2, m2) in ERI_Gaunt_R()
566 + aab*ERI_Gaunt(l, -m, l1, m1, l2, -m2) in ERI_Gaunt_R()
567 + aba*ERI_Gaunt(l, -m, l1, -m1, l2, m2) in ERI_Gaunt_R()
568 + abb*ERI_Gaunt(l, -m, l1, -m1, l2, -m2) in ERI_Gaunt_R()
569 + baa*ERI_Gaunt(l, m, l1, m1, l2, m2) in ERI_Gaunt_R()
570 + bab*ERI_Gaunt(l, m, l1, m1, l2, -m2) in ERI_Gaunt_R()
571 + bba*ERI_Gaunt(l, m, l1, -m1, l2, m2) in ERI_Gaunt_R()
572 + bbb*ERI_Gaunt(l, m, l1, -m1, l2, -m2) ); in ERI_Gaunt_R()
H A Deri_sf.h64 double ERI_Gaunt(
H A Deri_gtbl.c45 case ERI_SH_COMPLEX: return ERI_Gaunt(l, m, l1, m1, l2, m2); break; in gaunt()