Struct

NumCosmoMathCSQ1DState

Description [src]

struct NcmCSQ1DState {
  /* No available fields */
}

Represents the state of the system.

Constructors

ncm_csq1d_state_new

Creates a new and uninitialized NcmCSQ1DState.

Instance methods

ncm_csq1d_state_compute_distance

Computes the distance between state and state1.

ncm_csq1d_state_copy

Creates a copy of state.

ncm_csq1d_state_free

Frees state.

ncm_csq1d_state_get_J

Computes the covariant metric of state.

ncm_csq1d_state_get_ag

Computes the $(\alpha, \gamma)$ parametrization of state.

ncm_csq1d_state_get_circle

Computes the complex structure matrix parameters for a circle around the point state with radius $r$ and angle $\theta$ and stores the result in cstate.

ncm_csq1d_state_get_frame
No description available.

ncm_csq1d_state_get_minkowski

Computes the Minkowski parametrization of state.

ncm_csq1d_state_get_phi_Pphi

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

ncm_csq1d_state_get_poincare_disc

Computes the Poincaré disc parametrization of state.

ncm_csq1d_state_get_poincare_half_plane

Computes the Poincaré half-plane parametrization of state.

ncm_csq1d_state_get_time
No description available.

ncm_csq1d_state_get_um

Computes the $(\chi, U_-)$ parametrization of state.

ncm_csq1d_state_get_up

Computes the $(\chi, U_+)$ parametrization of state.

ncm_csq1d_state_set_ag

Sets the state using the $(\alpha, \gamma)$ parametrization.

ncm_csq1d_state_set_um

Sets the state using the $(\chi, U_-)$ parametrization.

ncm_csq1d_state_set_up

Sets the state using the $(\chi, U_+)$ parametrization.