Skip to content

increased PDFCalculator.rstep gives very different PDF #11

Description

@pavoljuhas

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions