MCTDH-X  v2.22
 All Classes Files Functions Variables Pages
coefficients_parameters Module Reference

Coefficient Parameters contains the numbers necessary for dealing with the coefficients (their number Nconf, Binomial coefficients, and the particle number). More...

Public Member Functions

logical function coefficients_parameters_init (Job_Type)
 Function initializes binomial coefficients arrays for the Coefficients. More...
 

Public Attributes

integer, public npar
 Number of particles. More...
 
integer, public nconf
 Number of coefficients/configurations. More...
 
integer, public nconf_bosons
 Number of configurations for the bosonic mapping equivalent of the considered fermionic system. More...
 
integer, dimension(:,:),
allocatable 
matrixofbinomialcoefficients
 Binomial coefficients array. More...
 

Detailed Description

Coefficient Parameters contains the numbers necessary for dealing with the coefficients (their number Nconf, Binomial coefficients, and the particle number).

Member Function/Subroutine Documentation

logical function coefficients_parameters::coefficients_parameters_init ( character*3  Job_Type)

Function initializes binomial coefficients arrays for the Coefficients.

References function_library::binomialcoefficient().

Referenced by analysis_core::distribute_analysis_input().

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

integer, dimension(:,:), allocatable coefficients_parameters::matrixofbinomialcoefficients

Binomial coefficients array.

integer, public coefficients_parameters::nconf

Number of coefficients/configurations.

integer, public coefficients_parameters::nconf_bosons

Number of configurations for the bosonic mapping equivalent of the considered fermionic system.

integer, public coefficients_parameters::npar

Number of particles.


The documentation for this module was generated from the following file: