|
MCTDH-X
v2.22
|
CI_Production_Parameters contains the arrays necessary to manage and form the mapping and readdressing scheme in PRA 81, 022124. More...

Data Types | |
| type | mapping_type |
| type | operator_type |
| Define Operator_Type, an array of Mapping_Types of the size of the number of non-zero prefactors. More... | |
Public Attributes | |
| logical | ci_prd =.TRUE. |
| Trigger for the assembly of the mapping. More... | |
| logical | ci_production |
| True if mapping is already allocated and produced. More... | |
| logical | ci_production_1b |
| True if one-body mapping is already allocated and produced. More... | |
| logical | ci_production_2b |
| True if two-body mapping is already allocated and produced. More... | |
| integer | nxdim |
| Number of operators per slave process. More... | |
| integer | nydim |
| Number of Coefficients per slave process. More... | |
| type(operator_type), dimension(:), allocatable | mapping_1body |
| One-body mapping. More... | |
| type(operator_type), dimension(:), allocatable | mapping_2body |
| Two-body mapping. More... | |
CI_Production_Parameters contains the arrays necessary to manage and form the mapping and readdressing scheme in PRA 81, 022124.
| logical ci_production_parameters::ci_prd =.TRUE. |
Trigger for the assembly of the mapping.
| logical ci_production_parameters::ci_production |
True if mapping is already allocated and produced.
| logical ci_production_parameters::ci_production_1b |
True if one-body mapping is already allocated and produced.
| logical ci_production_parameters::ci_production_2b |
True if two-body mapping is already allocated and produced.
| type(operator_type), dimension(:), allocatable ci_production_parameters::mapping_1body |
One-body mapping.
| type(operator_type), dimension(:), allocatable ci_production_parameters::mapping_2body |
Two-body mapping.
| integer ci_production_parameters::nxdim |
Number of operators per slave process.
| integer ci_production_parameters::nydim |
Number of Coefficients per slave process.
Define basic Mapping_Type