ZhouHUB / pyIID

Monte Carlo Based Diffraction Simulation
Other
1 stars 0 forks source link

BUG: get_sq/get_iq after pdf #43

Closed CJ-Wright closed 8 years ago

CJ-Wright commented 8 years ago
pdf = scat.get_pdf(atoms)
iq = scat.get_iq(atoms)

produces error

CJ-Wright commented 8 years ago

Most likely somewhere in scat.get_scatter_vector() which disagrees with the length of scat.get_fq()

CJ-Wright commented 8 years ago

I think this was fixed in PR #47