Hi Alen,
I am studing stacking fault example which named fit-2.inp(list below) in Topas-academic v6.
I want to know how to determing the numerical of a_add and b_add.
Sincerely
Yifeng Han
prm !pa 0.7
seed
generate_stack_sequences {
save_sequences seq.txt
'load_sequences seq.txt
number_of_sequences = Nseq;
number_of_stacks_per_sequence = Nv;
prm !h5 5
prm !h6 6
Transition(1, h5)
to 1 = pa; a_add = 2/3; b_add = 1/3;
to 2 = 1-pa; a_add = 0; b_add = 0;
Transition(2, h6)
to 2 = pa; a_add = -1/3; b_add = -1/3;
to 1 = 1-pa; a_add = 2/3; b_add = 0;
}