nbodykit.algorithms.pair_counters.corrfunc.theory

Classes

CorrfuncTheoryCallable(func, edges, ...[, ...])

A MPI-enabled wrapper of a callable from Corrfunc.theory.

DD(edges, periodic, BoxSize, comm[, ...])

A MPI-enabled wrapper of Corrfunc.theory.DD.DD().

DDrppi(edges, pimax, periodic, BoxSize, comm)

A MPI-enabled wrapper of Corrfunc.theory.DDrppi.DDrppi().

DDsmu(edges, Nmu, periodic, BoxSize, comm[, ...])

A MPI-enabled wrapper of Corrfunc.theory.DDsmu.DDsmu().

class nbodykit.algorithms.pair_counters.corrfunc.theory.CorrfuncTheoryCallable(func, edges, periodic, BoxSize, comm, show_progress=True)[source]

A MPI-enabled wrapper of a callable from Corrfunc.theory.

Parameters
  • func (callable) – the Corrfunc function that will be called

  • edges (list) – the list of arrays specifying the bin edges in each coordinate direction

  • periodic (bool) – whether to use periodic boundary conditions

  • BoxSize (array_like) – the size of the simulation box in each direction

Attributes
binning_dims

Methods

__call__(pos1, w1, pos2, w2, **config)

Calls callable in iterations, optionally calling callback before each iteration.

class nbodykit.algorithms.pair_counters.corrfunc.theory.DD(edges, periodic, BoxSize, comm, show_progress=True)[source]

A MPI-enabled wrapper of Corrfunc.theory.DD.DD().

Methods

__call__(pos1, w1, pos2, w2, **config)

Calls callable in iterations, optionally calling callback before each iteration.

class nbodykit.algorithms.pair_counters.corrfunc.theory.DDrppi(edges, pimax, periodic, BoxSize, comm, show_progress=True)[source]

A MPI-enabled wrapper of Corrfunc.theory.DDrppi.DDrppi().

Methods

__call__(pos1, w1, pos2, w2, **config)

Calls callable in iterations, optionally calling callback before each iteration.

class nbodykit.algorithms.pair_counters.corrfunc.theory.DDsmu(edges, Nmu, periodic, BoxSize, comm, show_progress=True)[source]

A MPI-enabled wrapper of Corrfunc.theory.DDsmu.DDsmu().

Methods

__call__(pos1, w1, pos2, w2, **config)

Calls callable in iterations, optionally calling callback before each iteration.