Home
last modified time | relevance | path

Searched refs:Lmax_Four_Int (Results 1 – 4 of 4) sorted by relevance

/dports/science/openmx/openmx3.8/source/
H A DSet_OLP_Kin.c126 int Lmax_Four_Int; in Set_OLP_Kin() local
285 Lmax_Four_Int = 2*Spe_MaxL_Basis[Hwan]; in Set_OLP_Kin()
287 Lmax_Four_Int = 2*Spe_MaxL_Basis[Cwan]; in Set_OLP_Kin()
291 SphB = (double**)malloc(sizeof(double*)*(Lmax_Four_Int+3)); in Set_OLP_Kin()
292 for(l=0; l<(Lmax_Four_Int+3); l++){ in Set_OLP_Kin()
296 SphBp = (double**)malloc(sizeof(double*)*(Lmax_Four_Int+3)); in Set_OLP_Kin()
297 for(l=0; l<(Lmax_Four_Int+3); l++){ in Set_OLP_Kin()
311 for(l=0; l<=Lmax_Four_Int; l++){ in Set_OLP_Kin()
322 for(l=0; l<=Lmax_Four_Int; l++){ in Set_OLP_Kin()
505 for(l=0; l<(Lmax_Four_Int+3); l++){ in Set_OLP_Kin()
[all …]
H A DSet_ProExpn_VNA.c258 int Lmax,Lmax_Four_Int; in Set_ProExpn() local
472 Lmax_Four_Int = 2*Lmax; in Set_ProExpn()
492 for(LL=0; LL<=Lmax_Four_Int; LL++){ in Set_ProExpn()
1459 int Lmax_Four_Int,i,j,k,l,m,num0,num1; in Set_VNA2() local
1677 for(LL=0; LL<=Lmax_Four_Int; LL++){ in Set_VNA2()
1694 Lmax_Four_Int = 2*L1; in Set_VNA2()
1698 for(LL=0; LL<=Lmax_Four_Int; LL++){ in Set_VNA2()
2179 int Lmax_Four_Int,i,j,k,l,m,num0,num1; in Set_VNA3() local
2397 for(LL=0; LL<=Lmax_Four_Int; LL++){ in Set_VNA3()
2415 Lmax_Four_Int = 2*L1; in Set_VNA3()
[all …]
H A DSet_Nonlocal.c154 int Lmax,Lmax_Four_Int,Ls; in Nonlocal0() local
361 Lmax_Four_Int = 2*Lmax; in Nonlocal0()
363 Lmax_Four_Int = 2*Spe_MaxL_Basis[Cwan]; in Nonlocal0()
367 SphB = (double**)malloc(sizeof(double*)*(Lmax_Four_Int+3)); in Nonlocal0()
368 for(LL=0; LL<(Lmax_Four_Int+3); LL++){ in Nonlocal0()
372 SphBp = (double**)malloc(sizeof(double*)*(Lmax_Four_Int+3)); in Nonlocal0()
373 for(LL=0; LL<(Lmax_Four_Int+3); LL++){ in Nonlocal0()
387 for(LL=0; LL<=Lmax_Four_Int; LL++){ in Nonlocal0()
398 for(LL=0; LL<=Lmax_Four_Int; LL++){ in Nonlocal0()
532 for(LL=0; LL<(Lmax_Four_Int+3); LL++){ in Nonlocal0()
[all …]
H A DGenerate_Wannier.c380 int Lmax_Four_Int,size_SumS0,size_TmpOLP; in Set_OLP_Projector_Basis() local
507 Lmax_Four_Int = 2*Spe_MaxL_Basis[Hwan]; in Set_OLP_Projector_Basis()
509 Lmax_Four_Int = 2*Spe_MaxL_Basis[Cwan]; in Set_OLP_Projector_Basis()
513 SphB = (double**)malloc(sizeof(double*)*(Lmax_Four_Int+3)); in Set_OLP_Projector_Basis()
514 for(l=0; l<(Lmax_Four_Int+3); l++){ in Set_OLP_Projector_Basis()
518 SphBp = (double**)malloc(sizeof(double*)*(Lmax_Four_Int+3)); in Set_OLP_Projector_Basis()
519 for(l=0; l<(Lmax_Four_Int+3); l++){ in Set_OLP_Projector_Basis()
533 for(l=0; l<=Lmax_Four_Int; l++){ in Set_OLP_Projector_Basis()
544 for(l=0; l<=Lmax_Four_Int; l++){ in Set_OLP_Projector_Basis()
652 for(l=0; l<(Lmax_Four_Int+3); l++){ in Set_OLP_Projector_Basis()
[all …]