MCTDH-X
v2.22
|
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_fermions =.TRUE. |
Trigger for the assembly of the mapping for Fermions. More... | |
logical | ci_production_fermions |
True if mapping is already allocated and produced for Fermions. More... | |
logical | ci_production_1b_fermions |
True if one-body mapping is already allocated and produced for Fermions. More... | |
logical | ci_production_2b_fermions |
True if two-body mapping is already allocated and produced for Fermions. More... | |
type(operator_type), dimension(:), allocatable | mapping_1f |
One-body mapping. More... | |
type(operator_type), dimension(:), allocatable | mapping_2f |
Two-body mapping. More... | |
logical ci_production_parameters_fermions::ci_prd_fermions =.TRUE. |
Trigger for the assembly of the mapping for Fermions.
logical ci_production_parameters_fermions::ci_production_1b_fermions |
True if one-body mapping is already allocated and produced for Fermions.
logical ci_production_parameters_fermions::ci_production_2b_fermions |
True if two-body mapping is already allocated and produced for Fermions.
Define basic Mapping_Type
logical ci_production_parameters_fermions::ci_production_fermions |
True if mapping is already allocated and produced for Fermions.
type(operator_type), dimension(:), allocatable ci_production_parameters_fermions::mapping_1f |
One-body mapping.
type(operator_type), dimension(:), allocatable ci_production_parameters_fermions::mapping_2f |
Two-body mapping.