Replies: 3 comments 6 replies
|
No idea what equations Vesta is using, so its difficult to comment on this. Likely one should compare it for a series of hkl to understand if at least its both internally consistent. If you think there is some bug here please let me know. |
|
I built a small comparison in file attached Vesta documentation is here, at p. 110-111 there is the Structure Factors part. I would think there is bug unless I am not using abs(xu.materials.Si.StructureFactor()) in the right way(?) I will now try to benchmark Vesta against another program. Thanks. |
|
Ok, I only now see that you did not read the manual of StructureFactor. So there is no bug, but the function does not work as you use it: If used correctly you will get absolute values close to ones from Vesta and of course close to 0 for the 222 reflection. |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I noticed that the structure factors calculated by xrayutilities are different than that of Vesta.
Example
abs(xu.materials.Si.StructureFactor([1,1,1]))=38.06110892913849
while
Export the structure to a cif (xu.materials.Si.toCIF(...))
import it to Vesta, Utilities, Structure Factors gives |F|=61.0337
Maybe I do not compare things correctly?
Could you please comment?
Thank you!
All reactions