Enumeration

NumCosmoHIPertITwoFluidsObsMode

Declaration

enum NumCosmo.HIPertITwoFluidsObsMode

Description [src]

Specifies which quantized mode(s) to include when computing two-point observables such as power spectra and correlations.

In the quantized theory, the system is expanded in two linearly independent complex solutions, each associated with a distinct pair of creation and annihilation operators. These operator pairs correspond to independent degrees of freedom and commute with each other. As a result, selecting NC_HIPERT_ITWO_FLUIDS_OBS_MODE_BOTH computes the sum of the individual contributions of both modes.

Members

NC_HIPERT_ITWO_FLUIDS_OBS_MODE_ONE

Include only the first quantized mode (associated with the first complex solution).

  • Value: 0
  • Available since: 1.0
NC_HIPERT_ITWO_FLUIDS_OBS_MODE_TWO

Include only the second quantized mode (associated with the second complex solution).

  • Value: 1
  • Available since: 1.0
NC_HIPERT_ITWO_FLUIDS_OBS_MODE_BOTH

Include both quantized modes (sum of their separate contributions).

  • Value: 2
  • Available since: 1.0