rdfpy icon indicating copy to clipboard operation
rdfpy copied to clipboard

A Python module for fast computation of 2D and 3D radial distribution functions (RDFs).

Results 2 rdfpy issues
Sort by recently updated
recently updated
newest added

if particles are translated with min coordinates at the origin, this statement will never be true particles[:, i]-(r+dr) >= mins[i]

Currently, rdfpy computes the number density by finding the minimum size cuboidal box that can be placed around the given particle coordinates, and dividing the number of particles by the...

enhancement
help wanted
good first issue