b_split - splits one beam into two beams.
b_split and b_mix are two commands useful to model interferometers. With b_split we split the field structure (amplitude division) to two field. b_split provides the possibility of amplitude division, preserving the sum of intensities of the two splitted beams. The two obtained files could be processed separately and then mixed again with b_mix .
f1=begin(0.005,0.55e-6,512); f2=circ_ap(f1,0.00012,-0.0005); f3=circ_ap(f1,0.00012,0.0005); f4=b_mix(f2,f3); f5=forvard(f4,0.75); file_ps(f5,"young");
Chen jingyuan, Gan guangyong (IAPCM, Beijing,China.)