Class

NumCosmoHIQG1D

Description [src]

class NumCosmo.HIQG1D : GObject.Object
{
  /* No available fields */
}

Minisuperspace 1D quantum gravity models.

This class implements the minisuperspace 1D quantum gravity models.

Ancestors

Constructors

nc_hiqg_1d_new

Creates a new NcHIQG1D object.

nc_hiqg_1d_new_full

Creates a new NcHIQG1D object.

Functions

nc_hiqg_1d_clear

Decrease the reference count of qg1d by one, and sets the pointer *qg1d to NULL.

Instance methods

nc_hiqg_1d_free

Decrease the reference count of qg1d by one.

nc_hiqg_1d_get_nknots

Gets the current number of knots used in the wave function mesh.

nc_hiqg_1d_ref

Increase the reference of qg1d by one.

nc_hiqg_1d_set_init_cond

Sets the initial condition using psi0, it calculates the best mesh for the initial condition using the real part of psi0.

nc_hiqg_1d_set_init_cond_exp

Sets the initial condition using psi0 and nc_hiqg_1d_exp_eval(), it calculates the best mesh for the initial condition using the real part of psi0.

nc_hiqg_1d_set_init_cond_gauss

Sets the initial condition using psi0 and nc_hiqg_1d_gauss_eval(), it calculates the best mesh for the initial condition using the real part of psi0.

nc_hiqg_1d_set_init_cond_sq

Sets the initial condition using psi0 and nc_hiqg_1d_sq_eval(), it calculates the best mesh for the initial condition using the real part of psi0.

nc_hiqg_1d_set_nknots

Sets the initial number of knots to be used in the wave function mesh.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmo.HIQG1D:abstol
No description available.

NumCosmo.HIQG1D:lambda
No description available.

NumCosmo.HIQG1D:nknots
No description available.

NumCosmo.HIQG1D:noboundary
No description available.

NumCosmo.HIQG1D:reltol
No description available.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct NumCosmoHIQG1DClass {
  /* no available fields */
}

No description available.