Method

NumCosmoMathCSQ1DStateget_phi_Pphi

Declaration [src]

void
ncm_csq1d_state_get_phi_Pphi (
  NcmCSQ1DState* state,
  gdouble* phi,
  gdouble* Pphi
)

Description [src]

Computes the $(\phi, P_\phi)$ parametrization of state in the current phase convention.

See ncm_csq1d_eval_delta_theta_at() for the residual phase used to build the full mode phase $\theta(t)$.

Parameters

phi

Type: An array of gdouble

The $\phi$ of state.

The argument will be set by the function.
The array must have 2 elements.
The returned data is owned by the instance.
Pphi

Type: An array of gdouble

The $P_\phi$ of state.

The argument will be set by the function.
The array must have 2 elements.
The returned data is owned by the instance.