Home
last modified time | relevance | path

Searched refs:CmatSp (Results 1 – 2 of 2) sorted by relevance

/dports/science/openmx/openmx3.8/source/
H A DSet_ProExpn_VNA.c1478 dcomplex **CmatSp; in Set_VNA2() local
1569 CmatSp = (dcomplex**)malloc(sizeof(dcomplex*)*(2*(List_YOUSO[25]+1)+1)); in Set_VNA2()
1885 CmatSp[L0+M0][L1+M1] = CsumSp; in Set_VNA2()
1917 Ctmp1 = Cmul(CmatSp[L0+M0][L1+k],Comp2Real[L1][L1+M1][L1+k]); in Set_VNA2()
2060 free(CmatSp[i]); in Set_VNA2()
2062 free(CmatSp); in Set_VNA2()
2198 dcomplex **CmatSp; in Set_VNA3() local
2606 CmatSp[L0+M0][L1+M1] = CsumSp; in Set_VNA3()
2639 Ctmp1 = Cmul(CmatSp[L0+M0][L1+k],Comp2Real[L1][L1+M1][L1+k]); in Set_VNA3()
2782 free(CmatSp[i]); in Set_VNA3()
[all …]
H A DSet_OLP_Kin.c165 dcomplex **CmatSp; in Set_OLP_Kin() local
192 CmatSp = Allocate2D_dcomplex((2*(List_YOUSO[25]+1)+1), (2*(List_YOUSO[25]+1)+1)); in Set_OLP_Kin()
597 CmatSp[L0+M0][L1+M1] = CsumSp; in Set_OLP_Kin()
688 Ctmp1 = Cmul(CmatSp[L0+M0][L1+k],Comp2Real[L1][L1+M1][L1+k]); in Set_OLP_Kin()
814 Free2D_dcomplex(CmatSp); in Set_OLP_Kin()