MCTDH-X
v2.22
|
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... | |
Coefficient Parameters contains the numbers necessary for dealing with the coefficients (their number Nconf, Binomial coefficients, and the particle number).
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().
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.