Did you also comment out the line to switch to Le Bail?
'#define USE_PAWLEY ' Comment this line out for Lebail
Using Pawley method, I get exactly the same results as you, and the .out file is OK.
The problem exists in the output file only when using Le Bail.
So, this is the complete .inp file:
continue_after_convergence
num_cycles 3
/*
Pawley / Le Bail examples
Example use and no use of
lebail
Note that Pawley refinement gets to lower Rwps mainly due to
the CCG routine. Le Bail refinement has better chance of getting
to low Rwps if the peak shapes, lattice parameters and back ground was
approximately defined. Note that the TOPAS implementation of Le Bail
refinment rarely diverges.
*/
'------------------------------------
'#define USE_PAWLEY ' Comment this line out for Lebail
'------------------------------------
r_wp 8.868
'------------------------------------
XDD(zhu3)
CuKa2(0.001)
Radius(200.5)
LP_Factor(27)
Full_Axial_Model(12, 20, 12, 5.2, 5.2)
Divergence(2)
SW(@, 1)
ZE(@, 0)
One_on_X(@, 1000)
bkg @ 0 0 0 0
finish_X 70
hkl_Is
#ifdef !USE_PAWLEY
lebail 1
#endif
space_group p1211
a @ 7.676
b @ 9.641
c @ 7.089
be @ 106.22
Strain_L(@, 0.1)
'------------------------------------
On the program versions. I did the update with that ta7.en file early in February without any problem. But there seems to be a discrepancy between displayed command line and gui versions:
tc.exe when run displays: TOPAS-64 Version
7.16 (c) 1992-2020 Alan A. Coelho
ta.exe gui window in the title bar displays: TOPAS-Academic-64 V
7.17
Also the main Topas directory contains ver.txt that file contains
17.
So I think we use the same version. To double check, my tc.exe is 5,371,392 bytes and dated 2022-01-24 00:48, if that matters.
Thanks.