relentless.model.RDF#

class relentless.model.RDF(r, g)#

Radial distribution function.

Represents the pair distribution function \(g(r)\) as a (N,2) table that can also be smoothly interpolated.

Parameters:
  • r (array_like) – 1-d array of \(r\) values (continually increasing).

  • g (array_like) – 1-d array of \(g(r)\) values.

Methods

Attributes

table