py21cmsense.theory.TheoryModel

class py21cmsense.theory.TheoryModel[source]

Abstract base class for theory models.

Subclasses must implement the delta_squared() method.

Methods

__init__(*args, **kwargs)

delta_squared(z, k)

Compute Delta^2(k, z) for the theory model.

Attributes

use_littleh

Whether the theory model uses little-h units for wavenumbers.