You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In diffpy-cmi, there is no sratio and rcut functions available.
Sigma_ij = sqrt( sigma_isigma_j + f(delta1) + f(delta2) )
Sigma_ij is the width of the peak jointing atom i and atom j. Sigma_i is the adp of atom i.
If r_ij < rcut:
sigma_ij -> sigma_ijsratio
Ex: if rcut = 4.0, peak 3.95 A then we expand it via sratio so it gets to 4.1A.
The text was updated successfully, but these errors were encountered:
dragonyanglong
changed the title
support sratio and rcut in pdfgui2
support sratio and rcut
Nov 28, 2021
In diffpy-cmi, there is no sratio and rcut functions available.
Sigma_ij = sqrt( sigma_isigma_j + f(delta1) + f(delta2) )
Sigma_ij is the width of the peak jointing atom i and atom j. Sigma_i is the adp of atom i.
If r_ij < rcut:
sigma_ij -> sigma_ijsratio
Ex: if rcut = 4.0, peak 3.95 A then we expand it via sratio so it gets to 4.1A.
The text was updated successfully, but these errors were encountered: