py21cmfast.inputs.CosmoParams.defining_dict

property CosmoParams.defining_dict

Pure python dictionary representation of this class, as it would appear in C.

Note

This is not the same as pystruct, as it omits all variables that don’t need to be passed to the constructor, but appear in the C struct (some can be calculated dynamically based on the inputs). It is also not the same as self, as it includes the ‘converted’ values for each variable, which are those actually passed to the C code.