Searched refs:rsym_op (Results 1 – 1 of 1) sorted by relevance
/dports/science/openmx/openmx3.8/source/ |
H A D | Generating_MP_Special_Kpt.c | 357 int ***sym_op, ***rsym_op, ***Gsym_op, ***pureGsym, ***ksym_op; in MP_Special_Kpt() local 1133 rsym_op = (int***)malloc(sizeof(int**)*op_num_original); in MP_Special_Kpt() 1135 rsym_op[k] = (int**)malloc(sizeof(int*)*3); in MP_Special_Kpt() 1137 rsym_op[k][i] = (int*)malloc(sizeof(int)*3); in MP_Special_Kpt() 1138 for(j=0; j<3; j++) rsym_op[k][i][j] = 0; in MP_Special_Kpt() 1184 printf("%2d %2d %2d \n",rsym_op[k][0][0],rsym_op[k][0][1],rsym_op[k][0][2]); in MP_Special_Kpt() 1185 printf("%2d %2d %2d \n",rsym_op[k][1][0],rsym_op[k][1][1],rsym_op[k][1][2]); in MP_Special_Kpt() 1186 printf("%2d %2d %2d \n",rsym_op[k][2][0],rsym_op[k][2][1],rsym_op[k][2][2]); in MP_Special_Kpt() 1559 free(rsym_op[k][i]); in MP_Special_Kpt() 1561 free(rsym_op[k]); in MP_Special_Kpt() [all …]
|