py21cmfast.outputs.InitialConditions.__init__

InitialConditions.__init__(*, user_params=None, cosmo_params=None, **kwargs)

Base type for output structures from C functions.

Parameters:
  • random_seed – Seed associated with the output.

  • dummy – Specify this as a dummy struct, in which no arrays are to be initialized or computed.

  • initial – Specify this as an initial struct, where arrays are to be initialized, but do not need to be computed to pass into another struct’s compute().