X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=nlsop.c;h=da983b373e2a07245fd94060bbf8f0fc6bdd4d78;hb=8606664e5b596a894a726597b8696bf9b1309cf3;hp=10a3f2f067d1638fd07c69417e1729586da4ae33;hpb=f74b482d7bd66fe861621276c6564c55e394f209;p=physik%2Fnlsop.git diff --git a/nlsop.c b/nlsop.c index 10a3f2f..da983b3 100644 --- a/nlsop.c +++ b/nlsop.c @@ -78,6 +78,7 @@ int usage(void) puts("-S \t save to file"); puts("-R \t read from random file"); puts("-P \t specify implantation profile file"); + puts("-N \t specify nuclear energy loss profile file"); printf("-H \t collisions per ion in simulation window (default %d)\n",CPI); return 1; @@ -118,7 +119,7 @@ int process_cell(d3_lattice *d3_l,u32 x,u32 y,u32 z,info *my_info) return 1; } -int distrib_c(d3_lattice *d3_l,info *my_info,int step,double c_ratio) +int distrib_c(d3_lattice *d3_l,info *my_info,int step,double c_ratio,u32 rj_m,u32 *rj_g) { u32 x,y,z; int i,j,k,c; @@ -131,8 +132,9 @@ int distrib_c(d3_lattice *d3_l,info *my_info,int step,double c_ratio) x=get_rand(d3_l->max_x); y=get_rand(d3_l->max_y); // printf("nd: %d %d\n",x,y); - z=get_rand_lgp(d3_l->max_z,my_info->a_cd,my_info->b_cd); - // printf("ld: %d\n",z); + // z=get_rand_lgp(d3_l->max_z,my_info->a_cd,my_info->b_cd); + z=get_rand_reject(d3_l->max_z,rj_m,rj_g); + // printf("%d\n",z); *(d3_l->extra+x+y*d3_l->max_x+z*d3_l->max_x*d3_l->max_y)+=1; (my_info->cc)++; } @@ -747,13 +749,15 @@ u32 get_reject_graph(info *my_info,d3_lattice *d3_l,char *file,u32 *graph) { j=i; i++; while(flag[i]==0&&imax_z) i++; - printf("debug: i = %d j = %d\n",i,j); for(k=j+1;kmax) max=graph[i]; } free(flag); + // printf("debug: (interpolated c profile)\n"); + // for(i=0;imax_z;i++) printf("%d %d\n",i,graph[i]); + return max; } @@ -768,6 +772,7 @@ int main(int argc,char **argv) char l_file[MAX_CHARS]; char c_file[MAX_CHARS]; char p_file[MAX_CHARS]; + char n_e_file[MAX_CHARS]; char convert; char r_file[MAX_CHARS]; #ifdef USE_DFB_API @@ -800,6 +805,7 @@ int main(int argc,char **argv) #endif u32 *c_profile; u32 *n_e_loss; + u32 ne_max,ip_max; d3_l.max_x=X; d3_l.max_y=Y; @@ -831,10 +837,12 @@ int main(int argc,char **argv) strcpy(l_file,""); strcpy(c_file,""); strcpy(p_file,IMP_PROFILE); + strcpy(n_e_file,NEL_PROFILE); convert=0; strcpy(r_file,""); mode=0; - u32 ne_max; + ne_max=0; + ip_max=0; for(i=1;i