Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increased PDFCalculator.rstep gives very different PDF #11

Open
pavoljuhas opened this issue Mar 21, 2018 · 0 comments
Open

increased PDFCalculator.rstep gives very different PDF #11

pavoljuhas opened this issue Mar 21, 2018 · 0 comments

Comments

@pavoljuhas
Copy link
Member

This stanza gives much different PDF values although they should not depend on r-sampling. Find out what is going wrong with qmax cutoff and/or rstep interpolation.

pc = PDFCalculator(qmax=11, rstep=0.01)
ni = loadStructure('nickel.cif')
r0, g0 = pc(ni, rstep=0.01, qmax=11)
r1, g1 = pc(ni, rstep=numpy.pi / 11, qmax=11)
@sbillinge sbillinge added this to the v1.5.0rc pre release milestone Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants