Dear All,
I am encountering an issue while fitting structural parameters to XRPD data (from simple oxides) using Topas and Fullprof. The initial parameters and the peak-shape function (pseudo-Voigt), are identical in both cases. However, the final results deviate significantly between two programs, exceeding the acceptable limits.
To address this, I decided to reduce the update step in each iteration. For example:
• a = 0.5035885 update = Val + 0.005 Change;
• b = Get(a);
• c @ 13.75243 update = Val + 0.005 Change;
Additionally, I employed LU decomposition instead of the default solver using the command:
use_LU
These modifications seem to improve the results, but I would like to confirm if this approach is valid and whether the commands I used are appropriate.
Best regards,
Dariusz